v2.0.0
This updates most of the packages used in this project to their latest versions (with rare exceptions)
Breaking Changes
Since version 2.0.0
updates many packages, it may require updates to your forked modifications. Most importantly, this upgrades to SailsJS 1.x.x. At a bare minimum, you must rename connections
to datastores
in your config/local.js
file. You may need to make further changes depending on how significantly you have customized the project. See this SailsJS v1.x.x migration guide for more insights: https://sailsjs.com/documentation/upgrading/to-v-1-0
What's Changed
- Update all packages along with minor bug fixes 4dc7046
- Added notice of requirement to migrate database by @DustinBrett in #218
- Added ESLint & Stylelint by @DustinBrett in #219
- Apply fixes from CodeFactor by @codefactor-io in #220
- Version updates in Dockerfile and docker-compose.yml by @pellejacobs in #221
- update of documentation by @beliaev-maksim in #242
- NSIS differential updates support by @JJ-8 in #267
- fix: fix download which not support no-anscill filename by @terminatorheart in #244
- Add volume for data persistence in docker by @nullxx in #273
- Support macos arm64 by @nullxx in #274
- Fixing bug with bootstrap-sass. by @lucy-vxt in #291
- Avoid running in docker-compose to generate files for git by @lauer in #279
Full Changelog: v1.5.2...v2.0.0