version-tools

A small module to check the information about versions numbers, such as parsing version data, and checking if the two versions is a major change.

GPL-2.0 License

Downloads
54
Stars
4
Committers
3

Bot releases are hidden (Show)

version-tools - Update v1.4.1 Latest Release

Published by KK-Designs almost 3 years ago

Changelog (v1.4.1)

• Fixed conflict in docs.
• Added new function to readme.md.
• Added new function to tests.
• Updated tsconfig.json.
• Added new scripts to package.json.
• Some more linting.
• Added the version check for old node versions.

To-do

• Make parseVersion() function return version numbers as a int instead of a string.

version-tools - Update v1.4.0

Published by KK-Designs almost 3 years ago

Changelog (v1.4.0)

• Added hybrid support for ESM.
• Added eslint.
• Added example types.
• Updated dependencies.
• Re-added demo script.
• Fixed spelling error in docs.
• Added a "to-do" in the docs.
• Fixed bug in parseVersion() where it would return a plain array instead of an object when no tags existed.
• Fixed and updated types.
• Changed license from Apache-2.0 to CC0-1.0.
• Fixed the version check for old node versions
• Code organization and optimizations.

To-do

• Make parseVersion() function return version numbers as a int instead of a string.

version-tools - Update v1.3.3

Published by KK-Designs about 3 years ago


Changelog (v1.3.3)

• New module is now the same as the old one.
• Added a version check for old node versions

NOTE: This update is not fully tested. Using proper parameters WILL work but if you don't it may error. Read the documentation for proper usage. If you encounter any problems with the new changes make an issue on the GitHub page | Create issue


version-tools - Update v1.3.0

Published by KK-Designs about 3 years ago


Changelog (v1.3.0)

• Fixed spelling error in docs
• Added a new total downloads badge to docs
• Added a new function to parse versions
• New types declarations
• Fixed types declarations
• Changed package name and more rebranding
• Added more keywords to match the new version
• Removed the "demo" command
• Updated docs
• And many more!

NOTE: This update is not fully tested. Using proper parameters WILL work but if you don't it may error. Read the documentation for proper usage. If you encounter any problems with the new changes make an issue on the GitHub page | Create issue


version-tools - Update v1.2.2

Published by KK-Designs about 3 years ago


Changelog (v1.2.2)

• Fixed spelling error in docs
• Added an error debugging section to the docs
• Added badges to the docs
• Formated all the code aka more optimizations
• And more!


version-tools - Update v1.0.2

Published by KK-Designs about 3 years ago


Changelog (v1.0.2)

• Fixed typings
• Added more keywords to module
• Updated docs
• Fixed the demo command
• More code optimizations


version-tools - Update v1.0.1

Published by KK-Designs about 3 years ago


Changelog (v1.0.1)

• Added typescript support
• Added more details to metadata
• Made options.debug notr equired
• More code organiztion and optimizations
• Added tests with jest