* Fixed URLs in docs.
* 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.
+ Added hashCode
implementations.
* Changed license to MIT.
* Improved code coverage to 100%.
* Changed code formatting.
+ Added serialVersionUID
s.
* Enforcing minimum coverage.
* Improved internal implementation.
* Extended tests.
+ Added VersionComparators.
* More documentation.
* StringComponent compares case insensitive.
* Refactored package structure.
* Added some documentation.
+ Added Version class, which parses version strings and is comparable with others.
+ Implemented tests.