Skip to content

Releases: Knetic/govaluate

First completely working version

25 Dec 11:29
Compare
Choose a tag to compare

Represents the completely working core set of evaluation functionality. Expressions can be made, evaluated, and inspected in all the expected ways, parameters are handled like you'd expect, and test coverage is good. This doesn't represent more advanced features (such as date parsing or translation to DB queries), but it does what it says on the tin, and is ready for production use.

Functional pre-release

25 Dec 10:54
Compare
Choose a tag to compare
Pre-release

This release covers most of the common use cases, and represents the first build for which the library could actually be used. There are no extra features, poor test coverage, and missing functionality, but it can definitely be used in 90% of cases.