Skip to content

Releases: koher/swift-ymd

Conform to `Sendable`

29 Dec 07:26
Compare
Choose a tag to compare
Conform to `Sendable` Pre-release
Pre-release

The types declared in the SwiftYMD module conform to Sendable now.

Fix calendars

18 Aug 05:13
Compare
Choose a tag to compare
Fix calendars Pre-release
Pre-release
  • Fix all calendars used internally to be Gregorian

Initializers for type conversions

03 Jul 10:53
Compare
Choose a tag to compare
Pre-release
  • YM(_ year: Int, _ month: Int)
  • YMD(_ year: Int, _ month: Int, _ day: Int)
  • YM(_ description: String)
  • YMD(_ description: String)
  • YM(_: Date, timeZone: TimeZone)
  • YMD(_: Date, timeZone: TimeZone)
  • Date(_: YM, timeZone: TimeZone)
  • Date(_: YMD, timeZone: TimeZone)

Codable Year and Month

03 Jun 03:43
Compare
Choose a tag to compare
Pre-release

Year and Month conform to Codable.

YM and YMD do not conform to Codable because they have various encoded formats and it is preferable that users can specify the formats.

Fix typo

02 Jun 15:20
Compare
Choose a tag to compare
Fix typo Pre-release
Pre-release

dayOfWeak to dayOfWeek

0.1.0-alpha

02 Jun 14:57
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release
Enable Travis CI