- Deno v1.26.2
- Deno std v0.160.0
- PostgreSQL v0.17.0
- Deno v1.26.0
- Deno std v0.159.0
- Cliffy v0.25.2
- SQLite v3.5.0
- Added schedule ci script to test on regular intervals
- Removed devcontainer
- Deno v1.24.1
- Deno std v0.150.0
- Cliffy v0.24.3
- PostgreSQL v0.16.1
- Support for CockroachDB with the PostgreSQL client
- Refactored comands so that Nessie can run programatically
- Deno v1.17.2
- Deno std v0.119.0
- Cliffy v0.20.1
- MySQL v2.10.2
- PostgreSQL v0.14.2
- SQLite v3.2.0
- Changed client queries from private constants to getters
- Added client for MySQL 5.5
- Added support for custom seed and migration templates
- Deno v1.15.3
- Deno std v0.113.0
- Cliffy v0.20.0
- Improved readme
- Deno v1.14.1
- Deno std v0.108.0
- Cliffy v0.19.6
- MySQL v2.10.1
- Improved constructor type for clients
- 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
- 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
- Deno v1.10.1
- Fixed bug where path for async import was not a file url
- Cliffy v0.18.2
- Replaced Denomander with Cliffy
- Added support for multiple migration and seed folders
- 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
- Fixed broken Nest CI
- Improved types
- Fixed typehint for client in
AbstractMigration
andAbstractSeed
- Deno v1.9.2
- PostgreSQL v0.11.2
- SQLite v2.4.0
- Added format and lint test to CI
- doc fixes
- Improved
updateTimestamps
code - Made private methods properly private with
#
- Fixed typo in
egg.json
- Updated Nest config
- Updated Nest CI script to use
denoland/setup-deno
instead ofdenolib/setup-deno
- Fixed Nest Nessie link in readme
- Removed query builder from
egg.json
- Fixed
isUrl
parsing
- Deno v1.8.3
- Deno std v0.55.0
- PostgreSQL v0.4.6
- MySQL v2.8.0
- SQLite v2.3.0
- Denomander v0.8.1
- Changed branch name from
master
tomain
- Added VSCode Devcontainer setup
- MD formatting now happens via Deno fmt
- Added Codecoverage file (WIP)
- Transferred QueryBuilder to its own repo
- Added experimental migration names to use
yyyymmddHHMMss
instead of unix timestamp - Improved experimental class based migrations
- Deno v1.4.4
- Deno std v0.73.0
- PostgreSQL v0.4.5
- MySQL v2.4.0
- SQLite v2.3.0
- Denomander v0.6.3
- Added nest.land to CI
- Improved CI
- Added examples to examples folder and readme
- Added experimental class based migrations
- Improved typings and class properties
- Improved tests
- Initial release
- Deno v1.0.5
- Deno std v0.55.0
- PostgreSQL v0.4.1
- MySQL v2.2.0
- SQLite v2.0.0
- Denomander v0.6.2