v13.4.3: Cleanup

3 views
Skip to first unread message

Evan Tahler

unread,
Jun 17, 2016, 1:56:51 PM6/17/16
to actionHero.js
https://github.com/evantahler/actionhero/releases/tag/v13.4.3

Load apiVersion and serverName from package.json

In new projects, we will load api.config.general.apiVersion and api.config.general.serverNamefrom the equivalent fields in package.json, rather than need to re-define them in various config files.

Electron support and log directory fix

There's was a bug in Electron causing directory listing of an ASAR subdirectory to return a listing of the ASAR root, when the path to list has a trailing slash. To fix:

  • remove trailing path separator from dir in recursive directory glob
  • use path.join(dir, file) instead of path.normalize(dir + file)
  • delay log directory creation until after configs are loaded
  • by @semiosis via #870 and #871

Packages

  • Primus updated to v5.2.2
Reply all
Reply to author
Forward
0 new messages