Releases: Vizonex/pyllparse
Releases · Vizonex/pyllparse
PyLLParse 0.3.1
What's Changed
- finalize capi and remove capi bugs by @Vizonex in #22
- Bump pytest from 8.4.2 to 9.0.2 by @dependabot[bot] in #23
Full Changelog: v0.3.0...v0.3.1
PyLLParse 0.3.0
What's Changed
- add tempita and capi compiler by @Vizonex in #19
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #20
- optimizations and changes, removal of a few deprecated typehints by @Vizonex in #21
Full Changelog: v0.2.0...v0.3.0
PyLLParse 0.2.0
What's Changed
Full Changelog: v0.1.9...v0.2.0
PyLLParse 0.1.9
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by @dependabot[bot] in #15
- Bump actions/cache from 4.2.4 to 4.3.0 by @dependabot[bot] in #14
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #13
- artifacts cleanup and numerous optimizations by @Vizonex in #16
Full Changelog: v0.1.8...v0.1.9
PyLLParse 0.1.8
What's Changed
- Fix SpanStart for frontend by @Vizonex in #12
I will be yanking v0.1.7 shortly due to this bug being found afterwards within less than a day.
Full Changelog: v0.1.7...v0.1.8
PyLLParse 0.1.7
What's Changed
- Make Int node into a resumption target by @Vizonex in #11 (Fixes a bug involving streaming of Int nodes)
Full Changelog: v0.1.6...v0.1.7
PyLLParse 0.1.6
What's Changed
- add new Operator Code class by @Vizonex in #9 (I sure hope the typescript developers will implement my work from over here)
from llparse import LLParse
p = LLParse('example')
p.property('example_property')
p.invoke(p.code.is_lt('example_property', 100))Full Changelog: v0.1.5...v0.1.6
PyLLParse 0.1.5
Full Changelog: v0.1.4...v0.1.5
- Fixed bug with Pause Nodes
PyLLParse 0.1.4
What's Changed
- Bump pytest from 8.4.1 to 8.4.2 by @dependabot[bot] in #7
- add integer parsing based off nodejs/llparse#32 And Fix Pausing by @Vizonex in #8 based off @arthurschreiber's work
Full Changelog: v0.1.3...v0.1.4
PyLLParse 0.1.3
What's Changed
- fix table lookup generation by @Vizonex in #4
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #6
- Bump actions/cache from 4.2.3 to 4.2.4 by @dependabot[bot] in #5
New Contributors
- @dependabot[bot] made their first contribution in #6
Full Changelog: v0.1.2...v0.1.3