1.0.0 • Published 5 years ago

mvncmp v1.0.0

Weekly downloads
6
License
Apache Licence Ve...
Repository
-
Last release
5 years ago

mvncmp

This is a Javascript implementation of Maven 3's ComparableVersion, for comparing version strings.

  • Written in ECMA 5.1 to be IE11-compatible.
  • Written to mirror the original Java as closely as possible.

See also Apache's wiki on Maven versioning: https://cwiki.apache.org/confluence/display/MAVENOLD/Versioning

Tests

The tests are written using Chai and executed via Mocha. Run them with npm test.