Skip to content

v0.22.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 12:12
· 133 commits to master since this release
fc15f62

[0.22.2] — 2024-03-17

Breaking

  • cli: Add a separate build command to compile parsers

Features

  • bindings/rust: Expose Parser::included_ranges
  • Lower the lib's MSRV (#3169)
  • lib: Implement Display for Node (#3177)

Bug Fixes

  • bindings/wasm: Fix Parser.getIncludedRanges() (#3164)
  • lib: Makefile installation on macOS (#3167)
  • lib: Makefile installation (#3173)
  • lib: Avoid possible UB of calling memset on a null ptr when 0 is passed into array_grow_by (#3176)
  • lib: Allow hiding symbols (#3180)

Documentation

Refactor

  • Remove dependency on which crate (#3172)
  • Turbofish styling

Testing

  • Fix header writes (#3174)

Build System and CI

  • Simplify workflows (#3002)
  • lib: Allow overriding CFLAGS on the commandline (#3159)