Skip to content

Releases: halvardssm/deno-nessie

2.0.1

30 Aug 22:21
Compare
Choose a tag to compare
  • 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

24 Jun 14:21
Compare
Choose a tag to compare

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

18 Jun 10:41
Compare
Choose a tag to compare
2.0.0-rc5 Pre-release
Pre-release

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

30 May 09:11
Compare
Choose a tag to compare
2.0.0-rc4 Pre-release
Pre-release
  • 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

27 May 09:18
Compare
Choose a tag to compare
2.0.0-rc3 Pre-release
Pre-release

Fixed parsing of migrate and rollback amount

2.0.0-rc2

23 May 12:23
Compare
Choose a tag to compare
2.0.0-rc2 Pre-release
Pre-release

Release candidate 2 for version 2.0.0

2.0.0-rc1

23 May 12:11
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release

Release candidate 1 for V2.0.0

1.3.2

17 May 12:17
Compare
Choose a tag to compare
  • Deno v1.10.1
  • Fixed bug where path for async import was not a file url

1.3.1

08 May 21:07
Compare
Choose a tag to compare
  • Cliffy v0.18.2
  • Replaced Denomander with Cliffy
  • Added support for multiple migration and seed folders

1.3.0

08 May 11:56
Compare
Choose a tag to compare
  • 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