version 3.0.2 copy "version: ^3.0.2" to clipboard
version: ^3.0.2 copied to clipboard

Provides a simple class for parsing and comparing semantic versions as defined by http://semver.org/

Changelog #

3.0.1-3.0.2 #

  • Updated readme

3.0.0 #

  • Changed parse function to not accept a null value

2.0.3 #

  • Reverted 2.0.1 and 2.0.2 to prevent breaking dependents

2.0.2 #

  • Changes for static analysis

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.
228
likes
120
pub points
99%
popularity

Publisher

verified publisherdart.ninja

Provides a simple class for parsing and comparing semantic versions as defined by http://semver.org/

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on version