Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Language #253

Open
wants to merge 255 commits into
base: objc
Choose a base branch
from
Open

New Language #253

wants to merge 255 commits into from

Conversation

MacravUniversia
Copy link

Galician language added.

Matt York and others added 30 commits August 19, 2016 10:54
- Converted ObjC tests to Swift
- Added all variables and enums to TimePeriod.swift
- Added periods variable to TimePeriodGroup
- Added first time period inits
- Added empty methods for time period class
- Mapped equality function
- Removed unnecessary has parameters (can use guard/let on variables instead)
- Made date element accessors to be variables
- Unified param names with other classes
- Naming changes in TimePeriod
- Removed references to broken Tests (will fix later)
- Created format and time ago extension files for the date class
…onality

- Created stubs for add/subtract time chunk from date
- Added missing integer time chunk extensions
- Renamed interval between. Wish apple could make up their minds on method signatures...
- Added more functions to TimePeriodTests
- Added gap and hasGap to TimePeriod
- Added operator overloads to Date
- Simple documentation edits
- Fixed errors in tests
- Simple documentation edits
MatthewYork and others added 30 commits February 4, 2017 12:58
Adding tvOS support
Swift `DateFormatter` does not returns optional string. So removing it
does make sense and also to reduce the optional checking.
Update Package.swift to support DateToolsSwift again
Remove optionals from all date format functions
- added support for watchOS
Add public initializer to TimePeriodGroup
Fix for String cast on Linux
- updated swift spec for release
Fix headers
map to TimePeriodGroup split to AnySequence for Swift 4.1 [hartbit]
Fix deprecation warning after upgrading to Swift 3.1
Added missing "1 hour ago" translation for Spanish
- cleaned up project warnings by updating visibility modifiers
- updated podspec
- updated swift-version file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet