Skip to content

v0.2.5

Compare
Choose a tag to compare
@evantahler evantahler released this 07 Jul 00:50
· 5128 commits to main since this release

Summary: Goodbye Databases & Models, hello other versions of Node!

Details:

  • You can now use actionHero on node.js version 5 upwards (including the new v0.7)
  • In order to keep actionHero as compartmentalized as possible, we have removed databases and models.
    • There are tons of great ORMs and drivers for node. When deploying actionHero in production, I expect that you will make use of them. However, requiring database integration with actionHero is no longer a core part of the framework. The previous DB connection support was too specific to my test implementations to be useful for everyone.
    • This makes previous implementations of actionHero incompatible with versions > 0.2.4.
      • I'm sorry, but that's the price of progress!
  • The location where the cache is saved and loaded from is configurable in config.json via api.configData.cache.cacheFolder and api.configData.cache.cacheFile