Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 959 Bytes

CHANGELOG.md

File metadata and controls

51 lines (32 loc) · 959 Bytes

Version 1.1.1

* Fixed URLs in docs.

Version 1.1.0

* Reimplemented parsing, so that 1.2.3-xxx and 1.3.5 get compared correctly.
This causes all directly parsed strings to be turned into a guaranteed 4 layer deep list.

Version 1.0.4

+ Added hashCode implementations.
* Changed license to MIT.
* Improved code coverage to 100%.
* Changed code formatting.

Version 1.0.3

+ Added serialVersionUIDs.
* Enforcing minimum coverage.
* Improved internal implementation.
* Extended tests.

Version 1.0.2

+ Added VersionComparators.
* More documentation.
* StringComponent compares case insensitive.

Version 1.0.1

* Refactored package structure.
* Added some documentation.

Version 1.0.0

+ Added Version class, which parses version strings and is comparable with others.
+ Implemented tests.