Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 390 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 390 Bytes

Semantic Version

This is a library that implements npm-style semantic versioning for CFML.

Usage

var semver = wirebox.getInstance( 'semanticVersion@semver' );
semver.satisfies( '1.0.0', '1.0.x' );

License

This library is licensed under Apache 2.0.