v0.3.0
What's Changed
- feat: reconstruct PK/FK constraints for a normalized SQLite schema by @mpicciolli in #20
- feat: add support for Node.js version 26.x in CI workflows by @mpicciolli in #22
- fix: escape table names interpolated into sqlToCdb's SQL statements by @mpicciolli in #31
- fix: verify CHUNK_END/ARRAY_BEGIN/ARRAY_END magics when reading CDB files by @mpicciolli in #30
- perf: wrap CDB row insertion in a single transaction by @mpicciolli in #26
- chore: Add dependabot configuration file by @mpicciolli in #33
- chore(ci): bump actions/setup-node from 4 to 6.4.0 by @dependabot[bot] in #36
- chore(ci): bump actions/configure-pages from 5 to 6 by @dependabot[bot] in #37
- chore(ci): bump actions/checkout from 4 to 7 by @dependabot[bot] in #39
- chore(ci): bump actions/upload-pages-artifact from 3 to 5 by @dependabot[bot] in #40
- chore(ci): bump softprops/action-gh-release from 3 to 3.0.1 in the actions-minor-patch group by @dependabot[bot] in #34
- chore(dev-deps)(deps-dev): bump @biomejs/biome from 2.4.13 to 2.5.3 in the npm-minor-patch group by @dependabot[bot] in #35
- chore(deps)(deps): bump pako from 2.2.0 to 3.0.1 by @dependabot[bot] in #38
- chore(dev-deps)(deps-dev): bump lint-staged from 15.5.2 to 17.0.8 by @dependabot[bot] in #42
- perf: estimate CDB buffer size via PRAGMA instead of full export by @mpicciolli in #25
- fix: reject unknown CLI flags instead of treating them as positionals by @mpicciolli in #27
- fix: preserve float32 precision when formatting FLOAT_LIST values by @mpicciolli in #28
- chore(ci): bump softprops/action-gh-release from 3.0.1 to 3.0.2 in the actions-minor-patch group by @dependabot[bot] in #43
- chore(ci): bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #44
- chore(dev-deps)(deps-dev): bump @biomejs/biome from 2.5.3 to 2.5.4 in the npm-minor-patch group by @dependabot[bot] in #45
- fix: reject NULL values when writing CDB columns by @mpicciolli in #29
- fix: skip unknown chunk types instead of aborting the whole read by @mpicciolli in #32
New Contributors
- @dependabot[bot] made their first contribution in #36
Full Changelog: v0.2.0...v0.3.0