Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 868 Bytes

CHANGELOG.md

File metadata and controls

29 lines (23 loc) · 868 Bytes

Change Log

All notable changes to this project will be documented in this file. AppVersion adheres to Semantic Versioning.


Released on 2020-09-22.

Added

  • Determination of isStable
  • Caluation of next major, minor, or patch version
  • Affordance for version strings starting with v

Fixed

  • Accepting negative numbers
  • Accepting leading zeros

Released on 2020-09-09.

Added

  • Ability to derive AppVersion from Bundle
  • Ability to create AppVersion from String
  • Ability to use comparison operators on AppVersion instances
  • Support for installation via Swift Package Manager and CocoaPods