Releases: balderdashy/sails
Releases · balderdashy/sails
v1.5.11
v1.5.9
v1.5.7
What's Changed
- [fix] update logic to display local URL by @DominusKelvin in #7285
- Upgrade
semver
dependency (v4.3.6 » v7.5.2) by @eashaw in #7288 - Improve virtual request parsing by @mikermcneil in #7287
Big thanks to @ThomasRinsma at Codean!
Full Changelog: v1.5.5...v1.5.7
v1.5.5
What's Changed
- ci: test builds on supported node versions by @alxndrsn in #7069
- [misc] Bring documentation into this repo by @rachaelshaw in #7070
- [misc] Change name of documentation folder + update links by @rachaelshaw in #7075
- [patch] fix typo in Events.md by @DominusKelvin in #7086
- [misc][docs] Adding more info about the unique attribute setting by @eashaw in #7078
- Update sails.config.connections.md by @anilbhanushali in #7097
- [proposal] sails-linker.js.md by @jdsapariya18 in #7101
- [patch] fix node 14 warnings by upgrading prompt dependency by @DominusKelvin in #7084
- [patch] change typo --no-front-end to --no-frontend in CLI flag help output by @DominusKelvin in #7109
- [misc] Wrong wording in update.md by @anurbol in #7134
- [misc] Wrong wording in destroy.md by @anurbol in #7135
- [misc] Update mongo tutorial to show usage with latest sails-mongo adapter by @rachaelshaw in #7074
- [patch] Updated "datastore configuration" link by @AlanConstantino in #7079
- [patch] upgrade sails-hook-orm dependency by @eashaw in #7147
- [patch] fix data type in docs (should be optional) by @mikermcneil in #7151
- [patch] Fix node deprecation warnings by @eashaw in #7148
- [fixes #7107] Change trustProxy isNaN check to _.isNaN by @eashaw in #7146
- [patch] Small text correction by @zsteinkamp in #7158
- Fix typo in sails-run.js by @eltociear in #7174
- [proposal] Add documentation regarding a breaking change in SSL connection syntax by @jarodccrowe in #7175
- [patch] correct misspelt waterline by @DominusKelvin in #7176
- [fixes #7168] Add support for latest version of connect-mongo by @ElizabethForest in #7172
- [misc] Add note about undefined attributes to upgrading docs by @eashaw in #7181
- [fixes #7201] Bump up prompt to 1.2.1 by @dhwaneetbhatt in #7202
- [misc] Upgrade sort-route-addresses dependency by @eashaw in #7203
- Update Permissions.md by @pbkompasz in #7219
- Update Travis CI configuration by @eashaw in #7226
- Update minimist dependency to v1.2.6 by @eashaw in #7242
- update async dependency to 2.6.4 by @eashaw in #7244
- Docs: Update session config docs by @eashaw in #7245
- Upgrade ejs dependency to 3.1.7 by @eashaw in #7243
- Update helpers.md docs to explain subfolders by @itsalaidbacklife in #7263
- bump expressjs to version 4.17.3 by @f3lang in #7268
- Removed "Newsgroup" link by @Sampfluger88 in #7277
- [feat] Implement custom inspect on sails.helpers by @DominusKelvin in #7282
New Contributors
- @alxndrsn made their first contribution in #7069
- @DominusKelvin made their first contribution in #7086
- @anilbhanushali made their first contribution in #7097
- @jdsapariya18 made their first contribution in #7101
- @anurbol made their first contribution in #7134
- @AlanConstantino made their first contribution in #7079
- @zsteinkamp made their first contribution in #7158
- @eltociear made their first contribution in #7174
- @jarodccrowe made their first contribution in #7175
- @ElizabethForest made their first contribution in #7172
- @dhwaneetbhatt made their first contribution in #7202
- @pbkompasz made their first contribution in #7219
- @itsalaidbacklife made their first contribution in #7263
- @f3lang made their first contribution in #7268
- @Sampfluger88 made their first contribution in #7277
Full Changelog: v1.4.0...v1.5.5
v1.4.0
v1.3.1
- 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
- Added more info to the error message shown when an app fails to lift
- Updated the
sails-generate
dependency
v1.2.4
- Fix resourceful PubSub for the
update
blueprint action, resolving #6824 (thanks @Tarrask!) - Re-enable
afterDestroy
lifecycle callback for thedestroy
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
1.2.3
- Update eslint dev depdendency to get rid of vulnerability warnings
- Minor formatting/verbiage fixes
v1.2.2
• 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