Changelogs

Track the evolution of dotjson through detailed release notes and migration guides.

Latest Releases

v0.0.10 - Latest

This release includes dotgrammar.so in the distribution and updates the installation documentation accordingly.

Key Changes:

  • Added libdotgrammar.so to the distribution
  • Updated installation instructions to include grammar library
  • Compilation commands now require -ldotgrammar flag

v0.0.9

Major interface changes introducing the Guide class for better separation of concerns. This version separates token generation logic from logits processing, enabling parallel computation and more flexible usage patterns.

Key Changes:

  • DotJsonProcessor renamed to LogitsProcessor
  • New Guide class for generating allowed token sets
  • Enhanced BatchedTokenSet with utility methods
  • New convenience methods in Vocabulary class

Warning

This version introduces breaking interface changes from v0.0.5. See the migration guide for detailed upgrade instructions.