All notable changes to this project will be documented in this file.
AppVersion
adheres to Semantic Versioning.
Released on 2020-09-22.
- Determination of
isStable
- Caluation of
next
major, minor, or patch version - Affordance for version strings starting with
v
- Accepting negative numbers
- Accepting leading zeros
Released on 2020-09-09.
- Ability to derive
AppVersion
fromBundle
- Ability to create
AppVersion
fromString
- Ability to use comparison operators on
AppVersion
instances - Support for installation via Swift Package Manager and CocoaPods