Releases: halvardssm/deno-nessie
Releases · halvardssm/deno-nessie
2.0.1
- Deno v1.13.2
- Deno std v0.104.0
- Cliffy v0.19.5
- MySQL v2.10.0
- PostgreSQL v0.12.0
- SQLite v3.1.1
- Added status command
- Added sponsor notice
2.0.0
Version 2.0.0 is finally out! 🎉
To upgrade, check out the migration section in the readme.
I hope all of you will enjoy this release!
Changes:
- Deno v1.11.2
- Deno std v0.99.0
- Cliffy v0.19.2
- MySQL v2.9.0
- Added Coverage reporting
- Limit filenames to only be lowercase, underscore and digits
- Fixed parsing of migrate and rollback amount
- Added Docker image
- Improved output for migration, rollback and seeding
- Added NessieError to give clearity to the errors origin
- Removed fallback of config file to root
- Templates are now strings and will no longer be fetched from remote
- Fixed test
- Added unit tests
- Moved existing tests to integration test folder
- Updated CLI options and commands
- Renamed sqlite3 to sqlite
- Changed badges to for-the-badge style
2.0.0-rc5
This is by the plan the last pre-release for Nessie 2.0. Version 2.0.0 is scheduled for release on 24.06.2021 unless unexpected issues or life happens. If you find any bugs or the likes, comment on the discussion for this release.
Hope you enjoy the changes!
Changes:
- Bumped dependencies and deno
- Improved output for migration, seed and rollback
- Removed fallback of config
2.0.0-rc4
- Added docker image
- Updated CHANGELOG to include dates
- Updated Makefile to use snake case
- README badges now uses for-the-badge style
- Fixed issue where templates did not work
- Fixed issue where client would not be considered valid if version did not match
2.0.0-rc3
Fixed parsing of migrate and rollback amount
2.0.0-rc2
Release candidate 2 for version 2.0.0
2.0.0-rc1
Release candidate 1 for V2.0.0
1.3.2
- Deno v1.10.1
- Fixed bug where path for async import was not a file url
1.3.1
- Cliffy v0.18.2
- Replaced Denomander with Cliffy
- Added support for multiple migration and seed folders
1.3.0
- Added
CHANGELOG.md
file - Removed dex in abstract migration and seed
- Removed ClientI and improved AbstractClient
- Added make:migration command
- removed nessie.config.ts file in root
- Improved types
- Added github funding