Skip to content

Releases: balderdashy/sails

v0.12.1

28 Feb 00:18
Compare
Choose a tag to compare
0.12.1

v0.12.0

05 Feb 23:22
Compare
Choose a tag to compare

Sails v0.12 comes with an upgrade to Socket.io and Express, as well as many bug fixes and performance enhancements. You will find that this version is mostly backwards compatible with Sails v0.11, however there are some major changes to sails.sockets.* methods which may or may not affect your app. Most of the migration guide below deals with those changes, so if you are upgrading an existing app from v0.11 and are using sails.sockets methods, please be sure and carefully read the information below in case it affects your app. Other than that, running sails lift in an existing project should just work.

Upgrading from 0.10 or 0.11?
The v0.12 release of Sails contains a few breaking changes which affect userland. To read the v0.12 migration guide, click here.

v0.11.5

05 Feb 22:30
Compare
Choose a tag to compare

Small patch release to take care of a few pending issues in 0.11:

  • [BUGFIX] Allow disabling of installed hooks #3550
  • [ENHANCEMENT] Support namespaced modules as hooks (hotfix from #3022, #3514)
  • [ENHANCEMENT] Allow installable hooks to override their default names (hotfix from #3168)

v0.12.0-rc8

01 Feb 19:12
Compare
Choose a tag to compare
v0.12.0-rc8 Pre-release
Pre-release

v0.12.0-rc6

15 Jan 00:30
Compare
Choose a tag to compare
v0.12.0-rc6 Pre-release
Pre-release

v0.12.0-rc5

13 Jan 00:36
Compare
Choose a tag to compare
v0.12.0-rc5 Pre-release
Pre-release

Made this release primarily to make it easier to test #3486 (comment)

v0.11.4

07 Jan 07:09
Compare
Choose a tag to compare

This release contains security and performance improvements, including an upgrade to Socket.io v1.4.0. See #3464 (comment) and http://socket.io/blog/socket-io-1-4-0/ for more information.

v0.12.0-rc4

07 Jan 07:14
Compare
Choose a tag to compare
v0.12.0-rc4 Pre-release
Pre-release

The fourth and final beta preview and release candidate for v0.12.0.

v0.11.3

28 Dec 01:28
Compare
Choose a tag to compare

v0.11.2

02 Oct 19:53
Compare
Choose a tag to compare

Node v4 support