Releases: weggli-rs/weggli
Releases · weggli-rs/weggli
v0.2.4
What's Changed
- python: Fix missing argument from build_query_tree by @fabianfreyer in #30
- python: Use setuptools to build python library by @fabianfreyer in #31
- python: Add python files to gitignore by @fabianfreyer in #33
- python: Add unit tests by @fabianfreyer in #34
- Run tests on github actions by @fabianfreyer in #35
- Python: Expose C++ argument to python bindings by @fabianfreyer in #36
- ci: Improve github actions by @felixwilhelm in #41
- result: make captures public by @woodruffw in #49
New Contributors
- @fabianfreyer made their first contribution in #30
- @woodruffw made their first contribution in #49
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Changes since v0.2.2:
- Performance & Usability improvements
- Support non-UTF8 files
- Highlight keywords
v0.2.2
Changes since v0.2.1:
- Support strict:
- Improved matching for number literals
- Better semantic matching for comparisons and commutative expressions.