Skip to content

v1.0.0

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

Summary: OMG 1.0!

Details:

  • initializers
    • you can add your own initializers to a folder called initializers in your project's root. They will be loaded at boot and accessible like this:
      • actionHero.myNewInitFunction(api, function(){ next(); });
  • This is a cleanup and bug-fix release
  • After some refactoring, actionHero is now at v 1.0
  • The last message sent by a socket client can now be read by inspecting connection.lastLine
  • Better error handling if the socket / web port are in use
  • Cleanup of the example HTML pages
  • HTTP requests will now return serverInformation.currentTime
  • The original server (the one with no configData.actionCluster.startingPeer will be the only server to run 'any' tasks)
    • Other servers will NOT assume the role of running "any" tasks, but they will keep them in memory until the master server comes back upon a crash.
  • Using the node-mime module
  • Adding 10 min cache-control to flat files