gentooboontoo / js-quantities

JavaScript library for quantity calculation and unit conversion
http://gentooboontoo.github.io/js-quantities/
MIT License
396 stars 102 forks source link

Provide a way to know the currently running version #56

Closed glepretre closed 8 years ago

glepretre commented 8 years ago

This is an enhancement suggestion :wink:

As I don't always remember all our dependencies versions, I like libraries that provide a way to get it, for example:

angular.version
Object {full: "1.3.0", major: 1, minor: 3, dot: 0, codeName: "superluminal-nudge"}

Then this information can be useful to know if a recent feature or fix is available.

gentooboontoo commented 8 years ago

Done. Thanks for the suggestion.