Skip to content

Releases: CreateAPI/NaiveDate

NaiveDate 1.1

Choose a tag to compare

@kean kean released this 13 Sep 00:04

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

Choose a tag to compare

@kean kean released this 18 Dec 18:29
  • Bump minimum required versions
  • Fix SPM support (tags were not formatted correctly)
  • Remove CocoaPods and Carthage support

NaiveDate 0.3

Choose a tag to compare

@kean kean released this 17 Dec 19:20
  • Date conversion now supports optional timezone parameters

NaiveDate 0.2.1

Choose a tag to compare

@kean kean released this 03 Dec 17:19
  • Improve Hashable implementation (reduce number of collisions)
  • Use tuple comparison operators to simplify Comparable implementation

NaiveDate 0.2

Choose a tag to compare

@kean kean released this 02 Dec 12:39
  • Get rid of time zones in NaiveDate, NaiveTime, NaiveDateTime APIs
  • Add convenience initializer for NaiveDateTime with individual date components

NaiveDate 0.1

Choose a tag to compare

@kean kean released this 02 Dec 09:07

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