Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Releases: Andre601/ExpressionParser

v1.2.0: Abstract builder and version fix

23 Feb 18:39
1c25530
Compare
Choose a tag to compare

The version in the pom.xml was fixed and the Builder class is now called DefaultBuilder while extending a new abstract Builder class.

v1.1.0: Add Getters for TokenReaders, Operators and ValueReaders to Builder

23 Feb 17:14
184adde
Compare
Choose a tag to compare

The Builder class now exposes the currently set TokenReaders, Operators and ValueReaders through getter methods.
This should allow you to extend the Builder to use the createDefault() method without having to re-implement all the default tokens.

v1.0.0: First release

23 Feb 15:25
7d39fe9
Compare
Choose a tag to compare

This marks the first release of the ExpressionParser library!