Commit Graph
78 Commits
Author SHA1 Message Date
Daniele Margutti cfd64eb9ad Added podspec social media url 2018-07-03 20:37:13 +02:00
Daniele Margutti 5115fa8f70 Working on 5.0.0 release 2018-06-07 18:10:30 +02:00
Daniele Margutti 3843eafa36 4.5.1 in podspec 2017-12-09 19:02:09 +01:00
Daniele Margutti 6f6ea47b77 Updated podspec 2017-11-26 13:02:47 +01:00
Thomas Ricouard 0dd407f7a5 Add Swift version in the pod spec file
So we don't have to add it manually in our Podfile.
2017-11-08 10:59:17 +01:00
Daniele Margutti 2a2953683a Update podspec 2017-10-26 19:44:59 +02:00
Daniele Margutti 2f8b1fe569 Merge branch 'release/4.4.1'
# Conflicts:
#	SwiftDate.podspec
2017-09-15 07:59:05 +02:00
Daniele Margutti d2ad6854d0 4.3.1 to fix NSRange 2017-09-15 07:57:22 +02:00
Daniele Margutti 63b92b75c9 Updated podspec for Swift 4 and SD 4.4.0 2017-09-14 19:45:15 +02:00
Daniele Margutti 90d0a0bd58 4.3.0 Release (Swift 3) 2017-09-14 19:38:03 +02:00
Daniele Margutti 5c6f27a2a5 Updated cocoapods for 4.1.11 2017-09-05 23:10:58 +02:00
Daniele Margutti bbfa7df62f Fixed a regression with unitStyl in colloquial 2017-09-03 20:29:42 +02:00
Daniele Margutti e46e31eace Added 4.1.9 in cocoapods 2017-09-03 20:16:09 +02:00
Daniele Margutti 3f5aa5f070 Prepare cocoapods 2017-09-03 19:36:42 +02:00
Daniele Margutti e6cc536793 Updated podspec version 2017-07-16 17:44:23 +02:00
dan ea3dfe815c Increment build number 2017-07-06 22:03:27 +02:00
dan 057aafb75b New configuration for CocoaPods and Carthage
- New configuration for CocoaPods and Carthage
- Resolved a bug with time components algebra when one of the time components of a side is undefined
2017-07-06 21:50:37 +02:00
daniele margutti 21186bf08c Updated podspec version 2017-05-08 23:59:35 +02:00
daniele margutti 4bcd67ad4d - #409 Fixed an issue converting a difference between two dates when its more than 24 hours, but less than 48 hours (incorrectly the colloquial values returns 'yesterday')
- FIX Several fixes while parsing less common `ISO8601` formats (weeks only w/wo implicit year/month/day)
- FIX Parsing an `ISO8601` string now results in a `DateInRegion` which contains the correct timezone defined (`Date` instances are now converted automatically to be time-independent).
- UNIT TESTS Updated Unit Tests to become compatible with the new APIs changes. All tests now passes.
- Single framework target in XCode Project (iOS, macOS, tvOS and watchOS).
- `Date` and `DateInRegion` has now two functions to round a date to certain interval (expressed in `seconds` or `minutes`). `DateInRegion` exposes `roundAt()` which directly modify the date itself; `Date`, as immutable object, exposes the same feature in `roundedAt()` function (which return a new `Date` instances).
2017-04-06 17:21:32 +02:00
daniele margutti 61a5c3b2cf pod spec updated 2017-03-29 20:12:19 +02:00
daniele margutti 21a7d63bf4 Created data for 4.0.14 release 2017-02-12 11:52:29 +01:00
daniele margutti 8f04d322ea Updated changelog and readme for 4.0.13 2017-02-12 11:29:07 +01:00
daniele margutti 8d38f51b4e Preparing podspec/chartage for 4.0.12 2017-01-09 12:12:54 +01:00
daniele margutti 0d092c1d43 4.0.11 tag for podspec 2016-12-21 14:04:01 +01:00
daniele margutti 9d72d1072b Fixed ja-JP translation 2016-12-21 13:54:58 +01:00
daniele margutti 931f3b815d Updated README, CHANGELOG and podspec 2016-11-30 14:50:21 +01:00
daniele margutti 302b405fba Updated podspec 2016-11-30 12:03:41 +01:00
Ryne Cheow 717d09a76d Add credits
Signed-off-by: Ryne Cheow <rynecheow@gmail.com>
2016-10-20 22:51:04 +08:00
Daniele Margutti 4144bfcb96 Updated podspec for 4.0.6 2016-10-17 20:34:57 +02:00
daniele margutti 4f6d3ef68a Updated podspec 2016-10-06 17:44:37 +02:00
Daniele Margutti 50da07f534 Updated podspec 2016-10-04 11:45:18 +02:00
daniele margutti b509c72164 Added support for Swift Package Manager-incomplete
SwiftDate.bundle is not copied so tests with swift test does not work.
2016-10-01 21:15:14 +02:00
daniele margutti cb8fe40ff6 Fixed pospec 2016-09-30 17:47:48 +02:00
daniele margutti 2dc3930bbd Exclude Package.swift 2016-09-30 17:45:49 +02:00
daniele margutti 99de747f70 Updated podspec for 4.0.2 2016-09-30 17:41:43 +02:00
daniele margutti 1e3b00db0f Added spec.resource to copy .bundle 2016-09-30 09:15:06 +02:00
daniele margutti d45a7a39da Fixed podspec 2016-09-29 23:50:23 +02:00
daniele margutti bcff62b782 Fix podspec 2016-09-29 23:44:06 +02:00
daniele margutti 65d62f906b Reordered source files 2016-09-29 19:49:19 +02:00
daniele margutti fa68fb33f4 Minor typo for Swift 2016-09-23 20:50:38 +02:00
daniele margutti c466fd8190 Removed .txt extensions for podspec 2016-09-23 20:49:51 +02:00
Daniele Margutti e1d9e2f436 Working on Version 4.0
Base code for DateInRegion is done. Need to work on tests and Date wrapper
2016-09-14 21:45:03 +02:00
Jeroen Houtzager dc926f78d5 Version bump to 3.0.9 2016-03-21 13:19:54 +01:00
Jeroen Houtzager 56efd758be Version bump 2016-03-06 17:18:21 +01:00
Jeroen Houtzager 81cc79f12b Bump version 2016-02-28 23:05:47 +01:00
Jeroen Houtzager 93e71ba4b8 Version bump 2016-02-26 14:55:52 +01:00
Jeroen Houtzager 13af1158ae Travis working again & cocoa pods & carthage.
Fixes #166
Fixes #167
2016-02-25 22:49:02 +01:00
Jeroen Houtzager 9ff1331d34 Bump version to 3.0.5 2016-02-25 11:54:40 +01:00
Jeroen Houtzager 8aace8adb3 Bump to version 3.0.4 2016-02-24 20:21:46 +01:00
Jeroen Houtzager e9e1e1f57a Merge branch 'master' into develop to allow for hotfixes not to be forgotten 2016-02-22 08:09:03 +01:00