Releases: melvitax/DateHelper
Releases · melvitax/DateHelper
5.0.1
Fixed 'inaccessible due to internal protection level' error.
5.0.0
- Removed all force unwraps in favor of optionals
- Added Tests
- isoDateTime now includes seconds
- Removed isoDateTimeSec
- Renamed isoDateTimeMilliSec isoDateTimeFull
- Lintify
- Swift linting
- nthWeekday is now weekdayOrdinal
- adjust(_ component:, offset:) is now offset(_ component:, value:)
- dateFor(_ type:) is now adjust(for:)
- File structure now follows the updated Apple recommendations for packages
4.5.4
- Fix startOfYear and endOfYear calculation
- Updated tvOS minimum to v12
- Updated package structure to current Apple's recommendations
- Removed Playground
4.5.3
Updated minimum requirements
4.5.2
Included version check for picking the right date formatter.
4.5.1
Fixed some spelling errors and updated text in documentation
4.5.0
• Fixed toString(format: .isoYear) displaying empty string
• Added startOfYear and endOfYear to dateFor()
• Added ISOFormatter to concurrent cache
• Removed CocoaPods support
• Fixed .endOfWeek when .startOfWeek has been modified
4.4.1
Updated version labels
#98
4.4.0
Add Date(detectFromString:String)? - uses data detector and grabs the first date detected.
Add toRelativeTime() to Date extension (#95)
Fix the 12 hour format based on current Locale (#96)