Skip to content

Releases: CreateAPI/NaiveDate

NaiveDate 1.1

13 Sep 00:04

Choose a tag to compare

What's Changed

  • Add FormatStyle & Mutability & Sendability & Inlinable by @lvalenta in #6
  • Add support for Swift 6 and Xcode 16
  • Increase minimimum supported platforms to iOS 13, tvOS 13, watchOS 6, and macOS 10.15

New Contributors

NaiveDate 1.0

18 Dec 18:29

Choose a tag to compare

  • Bump minimum required versions
  • Fix SPM support (tags were not formatted correctly)
  • Remove CocoaPods and Carthage support

NaiveDate 0.3

17 Dec 19:20

Choose a tag to compare

  • Date conversion now supports optional timezone parameters

NaiveDate 0.2.1

03 Dec 17:19

Choose a tag to compare

  • Improve Hashable implementation (reduce number of collisions)
  • Use tuple comparison operators to simplify Comparable implementation

NaiveDate 0.2

02 Dec 12:39

Choose a tag to compare

  • Get rid of time zones in NaiveDate, NaiveTime, NaiveDateTime APIs
  • Add convenience initializer for NaiveDateTime with individual date components

NaiveDate 0.1

02 Dec 09:07

Choose a tag to compare

Initial release which implements NaiveDate, NaiveTime, NaiveDateTime types, as well as two naive date formatters.