Sep 12, 2024
- Add FormatStyle & Mutability & Sendability & Inlinable by @lvalenta in #6
- Add support for Swift 6
- Increase minimimum supported platforms to iOS 13, tvOS 13, watchOS 6, and macOS 10.15
Dec 18, 2021
- Bump minimum required versions
- Fix SPM support (tags were not formatted correctly)
- Remove CocoaPods and Carthage support
- Add Swift 5.0 support
- Add SwiftPM 5.0 support
- Remove Swift 4.0 and Swift 4.1 support
- Add a single
NaiveDate
target which can build the framework for any platform
Date
conversion now supports optional timezone parameters
- Improve Hashing implementation (reduce number of collisions)
- Use tuple comparison operators to simplify Comparable implementation
- Get rid of time zones in
NaiveDate
,NaiveTime
,NaiveDateTime
APIs - Add convenience initializer for
NaiveDateTime
with individual date components
Initial release which implements NaiveDate
, NaiveTime
, NaiveDateTime
types, as well as two naive date formatters.