All Versions
36
Latest Version
Avg Release Cycle
56 days
Latest Release
1151 days ago

Changelog History
Page 4

  • v0.11.3 Changes

  • v0.11.2 Changes

    • ๐Ÿ›  [BUGFIX] Fixes to allow proper installation / execution in environments using Node 4 and/or NPM 3.
  • v0.11.1 Changes

    • ๐Ÿ‘€ Shhhh nothing to see here (version skipped)
  • v0.11.0 Changes

    • [ENHANCEMENT] Allow hooks to be installed in node_modules and dynamic changing of hook name
    • [ENHANCEMENT] Pull out the sockets hook to its own repository
    • [ENHANCEMENT] Allow hooks to have individual timeouts, and a global sails.config.hookTimeout
    • [ENHANCEMENT] Pull out sails.io.js to its own generator
    • โšก๏ธ [UPGRADE] Update sails.io.js for the latest version of the sockets hook
    • โฌ†๏ธ [UPGRADE] Upgrade from Socket.IO 0.9.17 to 1.2.1
    • ๐Ÿ–จ [FEATURE] Add restPrefix setting in addition to prefix setting for blueprints for finer control
    • ๐Ÿ‘ [ENHANCEMENT] Support partials and layout with Handlebars for the backend generator
    • ๐Ÿ›  [BUGFIX] Blueprint creation returns 201 status code instead of 200
    • ๐Ÿ›  [BUGFIX] ractive.toHTML() replaces ractive.renderHTML() for Ractive template engine
    • ๐Ÿ›  [BUGFIX] Fix arguments for publishAdd, publishRemove and publishUpdate
    • [ENHANCEMENT] Enable views hook for all methods
    • ๐Ÿ›  [BUGFIX] Resolve depreciation warnings
    • ๐Ÿ›  [BUGFIX] Fix dependency for npm 2.0.0
    • ๐Ÿ›  [BUGFIX] Fix Grunt launching when it's a peer dep
    • ๐Ÿ”’ [ENHANCEMENT] Upgrade express and skipper because of security vulnerabilities
    • ๐Ÿ›  [BUGFIX] Fix Sails crashes if Redis goes down #2277
    • ๐Ÿ›  [BUGFIX] Fix crash when using sessionless requests over WebSockets #2107
    • [ENHANCEMENT] Checking npm-version on install
    • โšก๏ธ [ENHANCEMENT] Updated "skipAssets" regex to ignore query string
  • v0.10.5 Changes

    • โšก๏ธ [ENHANCEMENT] Updated waterline to ~0.10.9
    • [ENHANCEMENT] Added new routesDisabled option for CSRF #2121
    • ๐Ÿ”จ [ENHANCEMENT] Refactoring and cleanup.
    • [ENHANCEMENT] Switched from express3-handlebars to express-handlebars
    • ๐Ÿ›  [BUGFIX] Add missing require for async module #2101