Skip to content

Releases: balderdashy/sails

v1.5.9

09 Apr 20:58
Compare
Choose a tag to compare

What's Changed

v1.5.7

21 Jul 23:11
Compare
Choose a tag to compare

What's Changed

Big thanks to @ThomasRinsma at Codean!

Full Changelog: v1.5.5...v1.5.7

v1.5.5

07 Jul 20:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.5

v1.4.0

09 Oct 17:56
Compare
Choose a tag to compare
  • Support sameSite:none in cookie options (thanks @pixnlove!)

v1.3.1

08 Sep 17:08
Compare
Choose a tag to compare
  • Updated the machine-as-action dependency to include a reminder about escaping strings with dynamic data when they're injected (Thanks @dusterherz for letting us know about this)

v1.2.5

20 Aug 21:01
Compare
Choose a tag to compare
  • Added more info to the error message shown when an app fails to lift
  • Updated the sails-generate dependency

v1.2.4

14 Jul 22:48
Compare
Choose a tag to compare
  • Fix resourceful PubSub for the update blueprint action, resolving #6824 (thanks @Tarrask!)
  • Re-enable afterDestroy lifecycle callback for the destroy blueprint action, fixing #5630
  • Update CSRF hook to fix an issue with disabling CSRF for routes defined using regular expression syntax, resolving #6838
  • Update session hook to fix an issue with double-prefixes, resolving #6541 (thanks @travispwingo!)
  • Update minimist dependency to resolve potential vulnerabilities
  • Update various comments, error messages, and logs for clarity/consistency

v1.2.3

14 Jul 21:53
Compare
Choose a tag to compare

1.2.3

  • Update eslint dev depdendency to get rid of vulnerability warnings
  • Minor formatting/verbiage fixes

v1.2.2

16 May 19:47
Compare
Choose a tag to compare

• Update merge-defaults dependency to resolve potential vulnerabilities
• Update sails-stringfile dependency to resolve potential vulnerabilities
• Update sort-route-addresses dependency to resolve potential vulnerabilities

v1.2.1

06 May 18:35
Compare
Choose a tag to compare
  • Added sails migrate for quickly running auto-migrations by hand
  • The output of sails inspect no longer includes controller information
  • When loading user hooks, if sails.config.loadHooks is specified, skip hooks whose names aren't explicitly included
  • Increased time to display warning message in config/bootstrap.js from 5 seconds to 30 seconds
  • Switched to using updateOne in the "update" blueprint
  • Blueprint queries no longer include fetch: true by default, to avoid warnings from updateOne
  • Update error mesage in default serverError response to use flaverr
  • In lib/router/res.js, instead of always setting 'content-type' to 'application/json', only set it if res.get('content-type') is falsy
  • Update flaverr dependency
  • Update i18n-2 dependency to resolve deprecation warning
  • Update rc dependency to address potential vulnerabilities
  • Update machinepack-process dependency to address potential vulnerabilities
  • Update machinepack-redis dependency to address potential vulnerabilities