satisfied_version 0.1.0
satisfied_version: ^0.1.0 copied to clipboard
Check whether the version is satisfied with provided String, List, or Map of versions or not.
0.1.0 #
- [BUG] add
defaultConditionto_getCondition(Internal). - [DEPRECATED] change extension from
isSatisfiedVersiontosatisfiedWith. - [DEPRECATED] change from
SatisfiedVersion.isSatisfiedtoSatisfiedVersion.string. - Improve test for extension.
0.0.2 #
- Added support to compare the version within the range for
List. See README.
0.0.1+3 #
- Supports dart native.
0.0.1+2 #
- README typo.
- Removed useless dependencies to support dart native.
0.0.1+1 #
- Initial release.