Releases: JasonShin/sqlx-ts
Releases · JasonShin/sqlx-ts
Release v0.25.0
What's Changed
- fix: support advanced insert statements with SELECT, QUERY, SET_OPERATION, INSERT, UPDATE, TABLE by @JasonShin in #212
Full Changelog: v0.24.0...v0.25.0
Release v0.24.0
What's Changed
- cargo update by @JasonShin in #210
- Adding a support to parse .sql files by @JasonShin in #200
Full Changelog: v0.23.0...v0.24.0
Release v0.23.0
What's Changed
Full Changelog: v0.22.0...v0.23.0
Release v0.22.0
What's Changed
- Fix windows release by @AnantSutar in #202
- Add support for loading environment variables from .env file by @Leo5878 in #208
Full Changelog: v0.21.0...v0.22.0
Release v0.21.0
What's Changed
- chore: new docs website by @JasonShin in #199
- changed release.yaml 56 from gnu to msvc by @AnantSutar in #201
New Contributors
- @AnantSutar made their first contribution in #201
Full Changelog: v0.20.0...v0.21.0
Release v0.20.0
What's Changed
- Better error messages & some clippy fixes by @JasonShin in #197
Full Changelog: v0.19.0...v0.20.0
Release v0.19.0
What's Changed
- Fix bugs when handling nullability for
INSERT
statements - When there's JOIN statement, previously it always looked at the default table. Now it's fixed to properly look for JOINed tables as well
- Better demo database
Full Changelog: v0.18.0...v0.19.0
Release v0.18.0
What's Changed
- chore: cargo update by @JasonShin in #194
- handle nullability by @JasonShin in #195
- Better formatting when sqlx-ts generates TS code
Full Changelog: v0.17.0...v0.18.0
Release v0.17.0
What's Changed
- chore: format as part of CI by @JasonShin in #187
- Generate enum types from Postgres and MySQL by @JasonShin in #188
- Cargo update by @JasonShin in #189
Full Changelog: v0.16.0...v0.17.0
Release v0.16.0
What's Changed
- fix: failing to generate types when a quoted table name is provided by @JasonShin in #135
- Cargo and npm update by @JasonShin in #172
Full Changelog: v0.15.0...v0.16.0