Releases: planetscale/database-js
Releases · planetscale/database-js
v0.1.1
v0.1.0
What's Changed
- Add prettier by @iheanyi in #1
- Add GitHub Actions to project by @iheanyi in #2
- Make Client stateless, add Connection class for querying by @iheanyi in #3
- Remove Result type by @dgraham in #4
- Rename mysqlAddress to host by @dgraham in #5
- Add Row type by @dgraham in #6
- Emit null values for SQL NULL results by @dgraham in #7
- Fix various
fetch
calls by @iheanyi in #8 - Make fetch happen by @dgraham in #9
- Rename Credentials to Config. by @iheanyi in #10
- Add basic tests for our driver by @iheanyi in #12
- Use sqlstring to escape sql parameters by @mattrobenolt in #14
- Make QuerySession more opaque by @mattrobenolt in #13
- Fix import statement by @dgraham in #15
- Serialize dates in UTC by @dgraham in #16
- Adds rowsAffected and insertID, also cleanup codebase by @iheanyi in #17
Full Changelog: https://github.com/planetscale/database-js/commits/v0.1.0