Releases: bblfsh/libuast
Releases · bblfsh/libuast
v1.8.2
- [by amlweems] Fix double
Nodes
allocation.
v1.8.1
- Add AppVeyor deploy GitHub token
v1.8.0
Completed Windows support.
v1.7.1
- Improved Windows compatibility and CI.
v1.7.0
-
Transformation function and iterator constructor using it for bindings that need to modify or account for Node allocations inside iterators (example: reference counting).
-
Windows compatibility.
-
Assertions.
-
Fixed leak when throwing some exceptions.
-
Optional CUnit and examples.
v1.6.1
- Fix total role number (#59). Solves #57.
- tests: Remove error check since it's unstable (#60). Solves #58.
v1.6.0
- Add typed filter functions allowing the calling XPath functions (#55). Solves #46.
v1.5.1
- Skip null results from xmlXPathEvalExpression (#54).
v1.5.0
- Remove querying examples, link to the docs instead (#49). Solves #45
- Remove usage of optional to let tests/example build with just C++11 (#53). Solves #51. Replaces #52.
- UAST Iterators for PreOrder/LevelOrder/PostOrder traversal (#50). Solves #47.
v1.4.2
Merge pull request #48 from juanjux/fix/paralell_build
Make the example binary depend on the shared library build.