Releases: PCMStack/converter
Releases · PCMStack/converter
Release list
v0.4.1
What's Changed
- chore: make husky setup v10-compatible by @mpicciolli in #61
- chore: point package homepage to pcmstack.com/converter by @mpicciolli in #62
- fix: preserve DATABASE_FLAGS through the cdb round-trip, fix CLI test on Windows by @mpicciolli in #63
- chore: bump version to 0.4.1 by @mpicciolli in #64
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- chore(dev-deps)(deps-dev): bump the npm-minor-patch group with 2 updates by @dependabot[bot] in #48
- chore(dev-deps)(deps-dev): bump the npm-minor-patch group with 2 updates by @dependabot[bot] in #49
- chore(dev-deps)(deps-dev): bump the npm-minor-patch group across 1 directory with 2 updates by @dependabot[bot] in #51
- fix: run the CLI when invoked through a symlink (npx / installed bin) by @mpicciolli in #54
- chore(dev-deps)(deps-dev): bump @types/pako from 2.0.4 to 3.0.0 by @dependabot[bot] in #58
- chore(dev-deps)(deps-dev): bump @biomejs/biome from 2.5.7 to 2.5.8 in the npm-minor-patch group by @dependabot[bot] in #57
- chore: move project metadata to PCMStack and clarify CDB/database terminology by @mpicciolli in #56
- feat: add --precise-types flag for exact CDB type fidelity by @mpicciolli in #55
- refactor: drop the duplicated SCREAMING_CASE enum aliases by @mpicciolli in #59
- chore: bump version to 0.4.0 by @mpicciolli in #60
Full Changelog: v0.3.0...v0.4.0
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
v0.2.0
What's Changed
- fix: persist table flags by @mpicciolli in #14
- feat: add cdb-converter CLI by @mpicciolli in #9
- docs: enhance README with detailed usage instructions and examples by @mpicciolli in #15
- perf: add performance benchmarks by @mpicciolli in #17
- test: add mock SQL database, and lint-staged setup by @mpicciolli in #16
- fix: load library via CDN /+esm to resolve pako dependency in the browser by @mpicciolli in #18
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- fix: expose CJS type declarations via conditional exports by @mpicciolli in #10
- fix: expose full sql.js Database API on SqlDatabase by @mpicciolli in #11
- chore: update npm packages by @mpicciolli in #12
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- docs: clean up README by @mpicciolli in #2
- feat: add GitHub Pages deployment workflow by @mpicciolli in #4
- fix: resolve GitHub Pages 404 by @mpicciolli in #6
- fix: update publish workflow and clean up README by @mpicciolli in #5
- fix: update publish workflow to use Node 24 and OIDC auth by @mpicciolli in #8
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- feat: add initial cdb converter library by @mpicciolli in #1
Full Changelog: https://github.com/mpicciolli/cdb-converter/commits/v0.1.0