Releases: restful-ma/rest-ruler
Releases · restful-ma/rest-ruler
v2.1.1
v2.1.0
This release restructures the project to make the JAR file fully self-contained.
- Dictionary text files were moved to
src/main/resources
and the respective code to load them was adjusted - ML models were moved to
src/main/resources/models
and the respective code to load them was adjusted - Documentation was adjusted to reflect these changes
v2.0.0
v1.0.1
This is mostly a dev-related release with extensive restructuring.
- The evaluation data has been moved to a separate repo to reduce repo size
- The repo has been restructured so that
src
is now on the root level - Some smaller documentation fixes and enhancements
v1.0.0
This is the first official release. The CLI is still a research prototype, but has reached a certain level of maturity now. The last commits were focused on:
- Improving documentation
- Restructuring and simplifying the directory structure
- Renaming the executable JAR file
- Refining the parameters of the command line interface
- Updating Java, Gradle, and dependency versions