Releases: halvardssm/deno-nessie
Releases · halvardssm/deno-nessie
2.0.11
2.0.10
- Deno v1.27.0
- Deno std v0.161.0
- MySQL v2.10.3
2.0.9
- Deno v1.26.2
- Deno std v0.160.0
- PostgreSQL v0.17.0
2.0.8
- 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
2.0.7
- Deno v1.24.1
- Deno std v0.150.0
- Cliffy v0.24.3
- PostgreSQL v0.16.1
- Support for CockroachDB with the PostgreSQL client
2.0.6
Moved CLI commands to their own file so that you can programmatically run Nessie
2.0.5
- 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
2.0.4
What's Changed
- Added support for custom migration and seed templates by @halvardssm in #145
Full Changelog: 2.0.3...2.0.4
2.0.3
- Deno v1.15.3
- Deno std v0.113.0
- Cliffy v0.20.0
- Improved readme
2.0.2
- Deno v1.14.1
- Deno std v0.108.0
- Cliffy v0.19.6
- MySQL v2.10.1
- Improved constructor type for clients