Skip to content

Releases: MatthewYork/DateTools

Swift 5

31 Jan 09:56
Compare
Choose a tag to compare
  • support for Swift 5
  • reduced warnings by addressing changes in visibility modifiers
  • deprecated incompatible unit() method

4.0.0

30 Mar 17:42
Compare
Choose a tag to compare
  • Fixed breaking change in Swift splice handling
  • Fixed double deprecation warning

2.0.3

13 Mar 00:50
Compare
Choose a tag to compare
  • Fixed string cast that caused failure in linux
  • Added public init for TimePeriodGroup

2.0.2

04 Mar 03:39
Compare
Choose a tag to compare
  • Nixed unnecessary optionality in formatter requests
  • Added watchos support
  • Fixed Swift Package Manager support

2.0.0 - Swift

03 Feb 05:43
Compare
Choose a tag to compare
  • Swift is now supported. CocoaPod support is incoming
  • More documentation to come!

2.0.0-beta.3 - Swift

11 Oct 18:10
Compare
Choose a tag to compare
2.0.0-beta.3 - Swift Pre-release
Pre-release

Final beta release for DateTools in Swift. Full API support and stable method signatures. All tests pass!

2.0.0-beta.1 - Swift

21 Sep 15:03
Compare
Choose a tag to compare
2.0.0-beta.1 - Swift Pre-release
Pre-release

First beta release for DateTools in Swift. A lot of core functionality is online but is yet untested/unverified.

1.7.0 - Carthage Update

04 Sep 23:34
Compare
Choose a tag to compare
  • Added carthage integration
  • Added sameDay methods with unit tests
  • Fixed japanese localization
  • Fixed missing file bug in unit test project that caused it not to build
  • Restructured timeAgo methods for ease of stability, bookkeeping
  • Fixed bug with and added new tests for timeAgo dates between 24&48 hours. The no longer render an incorrect number of hours
  • Added tests for isWeekend method

A big thank you for all the new contributors in this release!

1.6.1 - Fixed Polish Translation

22 Jun 14:14
Compare
Choose a tag to compare

Fixed the polish translation

1.6.0 - Cocoa Pods fix and language updates

22 Jun 14:01
Compare
Choose a tag to compare

This release fixes the bundling issues with cocoa pods.

Added:

  • Croatian localization
  • Two new date parsing methods

Fixed:

  • Chinese week translation
  • Yesterday sometimes reporting when two days ago
  • Cocoa pods bundle linking problems