semver_parser 0.2.0 copy "semver_parser: ^0.2.0" to clipboard
semver_parser: ^0.2.0 copied to clipboard

Dart 1 only

Provides an API to parse strings to Semantic Versions along with Semantic Version comparison logic.

Changelog #

0.2.0 #

  • The Semver object now supports the <, >, <= and >= operators (new public API).
  • Improved the usability of the example app.
  • This version contains no breaking changes.

0.1.0 #

  • Initial "real" published version of semver_parser.
  • Note this is still a pre-version 1 release and breaking changes are possible.
  • Supported features
    • Parsing of semver strings to major, minor and patch versions
      • Pre-release and metadata are not parsed yet (though including them will not break the parse)
    • == and != operators are support for comparing two Semver objects
      • No other comparision operators are supported

0.1.0-alpha #

  • Initial published version of semver_parser.
  • Repo and code is fully functional, though some essential features are missing and some known bugs exist.
  • This is mainly tagged as a way to determine how to do the release process (tag, publish etc)
    • I would recommend waiting until the '0.1.0' release to depend on this package to be safe.
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Provides an API to parse strings to Semantic Versions along with Semantic Version comparison logic.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on semver_parser