Releases: mateusabelli/refine-sqlite
Releases · mateusabelli/refine-sqlite
v1.0.0
What's Changed
- refactor: switch to classes in methods by @mateusabelli in #3
- chore: bump npm version by @mateusabelli in #4
- refactor(jest): switch to sql.js by @mateusabelli in #5
- Add special thanks section to README.md by @mateusabelli in #7
- revert: classes and sql.js by @mateusabelli in #9
- chore: move test DB and SQL file to test folder by @mateusabelli in #10
- chore: update pnpm in CI workflows by @mateusabelli in #11
- chore: update and remove unused packages by @mateusabelli in #12
- refactor!: switch to better-sqlite3 by @mateusabelli in #13
- docs: update README by @mateusabelli in #15
New Contributors
- @mateusabelli made their first contribution in #3
Full Changelog: v0.1.1...v1.0.0
v0.1.2
- Refactor methods to use classes by @mateusabelli in #3
- Adopt singleton pattern for Database creation inside of methods
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- Add pagination to
getList()
- Fix the
SQL_MISUSE
error when testing - Update README
- Update folder structure
Full Changelog: v0.1.0...v0.1.1
v0.1.0
The first minor version of refine-sqlite.
It contains 6 methods fully implemented and tested with jest
Full Changelog: https://github.com/mateusabelli/refine-sqlite/commits/v0.1.0