Skip to content

Latest commit

 

History

History
175 lines (151 loc) · 7.01 KB

CHANGELOG.md

File metadata and controls

175 lines (151 loc) · 7.01 KB

Changelog

Bits may be missing and/or inaccurate :)

Future?

  • Handle zero bytes?
  • Decide about inline use (e.g. add some _bare_* constructs? stop using?) (#41)

v0.0.13 - 2024-05-15

  • Features and Fixes

    • Increase API number from 13 to 14 (#60)
    • Remove Node and Rust Bindings (#61)
    • Update version info in package.json
  • Docs

    • What and why doc - update bindings info

v0.0.12 - 2023-05-07

  • Features and Fixes
    • Loosen sym_val_lit definition (#51)
    • Handle metadata that is an evaling_lit (#35, #46, #50)
    • Handle construct used for ClojureDart's parameterized types (#35, #44, #46)
    • Generate parser.c and friends with tree-sitter 0.20.7 (ABI 13) (#26, #34, #45)
  • Docs
    • README
      • Add section on "what and why" (#38)
      • Add section pointing to other docs (#47)
      • Move resources list to own document (#47)
      • Remove npm-related descriptions (#47)
    • Use doc - mostly new users added (#47)
    • Scope doc - corrections and refinements (#47)
    • Testing doc - link and format updates (#47)
    • What and why doc - added (#47)
    • Limits doc - added
    • notes.txt - removed
  • Developer-related
  • Credits

v0.0.11 - 2023-01-22

  • Update version info in package.json

v0.0.10 - 2023-01-06

  • Tokenize symbols and keywords further (#31) - dannyfreeman
  • Address symbols after metadata issue (#21) - dannyfreeman
  • Change formatting of grammar.js

v0.0.9 - 2022-06-03

  • Add corpus for light testing
  • Add highlighting queries for difftastic (#20)
  • Remove web-tree-sitter dependency (#19)
  • Re-add binding.gyp

v0.0.8 - 2021-03-17

  • Upgrade tree-sitter to 0.19.3
  • Add Cargo.toml
  • Upgrade tree-sitter to 0.19.2
  • Add generated bindings directory and content

v0.0.7 - 2021-01-05

  • CC0-1.0 (#11)
  • Tweak grammar.js

v0.0.3 - 2020-10-30

  • Add generated src directory and content
  • Major renaming
  • More fields
  • Refine metadata bits
  • Refine _bare_* constructs usage
  • Address discard / number parsing issue (#7)
  • Octal number tweak
  • Restore visibility of comment nodes
  • ?

v0.0.2 - 2020-09-02

  • Handle whitespace explicitly, no extras
  • Start using some _bare_* constructs
  • ?

v0.0.1 - 2020-07-05

  • First tagging