v0.1.10
Highlight
In this version we enhanced the ability of json schema, ebnf, and provided APIs for grammar concat and union.
What's Changed
- [Feature] Support regex and repetition range by @Ubospica in #144
- [Refactor] Rename internal classes for better structure by @Ubospica in #145
- [FunctionCalling] Support TagDispatch by @Ubospica in #146
- [Fix] Fix doc dependencies by @Ubospica in #147
- [Fix] Fix doc dependencies by @Ubospica in #148
- [Feature] Grammar concat and union by @Ubospica in #149
- [Fix] Fix compilation error with virtual overloaded function by @Ubospica in #150
- [Refactor] Refactor GrammarMatcherBase by @Ubospica in #151
- [3rdparty] Avoid macro redefinition in picojson by @MasterJH5574 in #153
Full Changelog: v0.1.9...v0.1.10