You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
2.2 KiB
53 lines
2.2 KiB
1 year ago
|
# Changelog
|
||
|
|
||
|
## [3.5.1](https://github.com/omichelsen/compare-versions/releases/tag/v3.5.1) - 2019-07-31
|
||
|
- Refactor map compare with less code.
|
||
|
|
||
|
## [3.5.0](https://github.com/omichelsen/compare-versions/releases/tag/v3.5.0) - 2019-06-22
|
||
|
- Add api returning true or false given a comparison operator.
|
||
|
|
||
|
## [3.4.0](https://github.com/omichelsen/compare-versions/releases/tag/v3.4.0) - 2018-08-30
|
||
|
- Show rejected version in error message.
|
||
|
|
||
|
## [3.3.1](https://github.com/omichelsen/compare-versions/releases/tag/v3.3.1) - 2018-08-18
|
||
|
- Fix TypeScript export declaration.
|
||
|
|
||
|
## [3.3.0](https://github.com/omichelsen/compare-versions/releases/tag/v3.3.0) - 2018-06-10
|
||
|
- Add TypeScript declarations.
|
||
|
|
||
|
## [3.2.1](https://github.com/omichelsen/compare-versions/releases/tag/v3.2.1) - 2018-05-14
|
||
|
- Fix rare bug in handling optional metadata.
|
||
|
|
||
|
## [3.2.0](https://github.com/omichelsen/compare-versions/releases/tag/v3.2.0) - 2018-05-13
|
||
|
- Support Chromium version numbers.
|
||
|
|
||
|
## [3.1.0](https://github.com/omichelsen/compare-versions/releases/tag/v3.1.0) - 2017-09-25
|
||
|
- Ignore leading zero in numbers.
|
||
|
|
||
|
## [3.0.1](https://github.com/omichelsen/compare-versions/releases/tag/v3.0.1) - 2017-04-01
|
||
|
- Fix for leading 'v'.
|
||
|
|
||
|
## [3.0.0](https://github.com/omichelsen/compare-versions/releases/tag/v3.0.0) - 2016-08-08
|
||
|
- Validate input data.
|
||
|
|
||
|
## [2.0.2](https://github.com/omichelsen/compare-versions/releases/tag/v2.0.2) - 2016-06-06
|
||
|
- Handle numbers in pre-release versions.
|
||
|
|
||
|
## [2.0.1](https://github.com/omichelsen/compare-versions/releases/tag/v2.0.1) - 2015-09-13
|
||
|
- Fix for versions with <3 digits.
|
||
|
|
||
|
## [2.0.0](https://github.com/omichelsen/compare-versions/releases/tag/v2.0.0) - 2015-09-07
|
||
|
- Change global window accessor from returnExports to compareVersions.
|
||
|
|
||
|
## [1.1.2](https://github.com/omichelsen/compare-versions/releases/tag/v1.1.2) - 2015-05-03
|
||
|
- Move patch check outside of the for loop.
|
||
|
|
||
|
## [1.1.1](https://github.com/omichelsen/compare-versions/releases/tag/v1.1.1) - 2015-05-03
|
||
|
- Add a base 10 radix.
|
||
|
|
||
|
## [1.1.0](https://github.com/omichelsen/compare-versions/releases/tag/v1.1.0) - 2015-03-18
|
||
|
- Added support for semver pre-release and metadata syntax.
|
||
|
|
||
|
## [1.0.0](https://github.com/omichelsen/compare-versions/releases/tag/v1.0.0) - 2015-03-18
|
||
|
- Initial release.
|