version 2.0.1 version: ^2.0.1 copied to clipboard
Provides a simple class for parsing and comparing semantic versions as defined by http://semver.org/
Changelog #
2.0.1 #
- Changed parse function to not accept a null value
2.0.0 #
- Updated to comply with Dart null safety
1.3.0 #
- Added isPreRelease
- Added incrementPreRelease
1.2.1 #
- Formatting pass
1.2.0 #
- Added support for version 0.0.0
1.1.1-1.1.3 #
- Resolved code analysis hints
1.1.0 #
- Implemented Comparable<Version> interface
1.0.3 #
- Fixed analysis and formatting issues.
- Enabled strong mode analysis.
- Widened SDK version, verified 2.0 compatibility.
- Updated URLs.
- Simplified hashCode implementation.
- Added code coverage support.
1.0.2 #
- Additional pre-release and build validation.
- Fixed/expanded some documentation text.
- Additional tests for pre-release and build.
1.0.1 #
- Changes for dartdoc building.
1.0.0 #
- Initial release.