0.11.0
The main focus of this release is the parsers. There are 2 parsers in the library, the versions parser and the range expressions parser; both were written more than 10 years ago and are morally outdated now. Naturally, this fact presents extensibility and maintainability problems. The goal is to refactor/rewrite them using modern language constructs and b…
The main focus of this release is the parsers. There are 2 parsers in the library, the versions parser and the range expressions parser; both were written more than 10 years ago and are morally outdated now. Naturally, this fact presents extensibility and maintainability problems. The goal is to refactor/rewrite them using modern language constructs and best practices in the API development.