Skip to content

Releases: PCMStack/converter

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 19 Aug 12:56
f19f71d

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

Choose a tag to compare

@github-actions github-actions released this 17 Aug 14:00
1cef3d0

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

Choose a tag to compare

@github-actions github-actions released this 21 Jul 02:10
bd6a5f8

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

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 15:41
11031ef

What's Changed

Full Changelog: v0.1.2...v0.2.0

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 11:17
b19cb8e

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 13:01
eb2b1a3

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@mpicciolli mpicciolli released this 22 Jun 12:58
9f1acdf

What's Changed

Full Changelog: https://github.com/mpicciolli/cdb-converter/commits/v0.1.0