v3.0.0 Release
This is a major version bump because some deprecated classes/apis were removed.
The macOS minimum OS version was updated to 10.10.
What's Changed
- Fix up isEqual so the parameter is
id
as declared in NSObject. by @dmaclach in #304 - Add GTMURLBuilder to macOS project. by @dmaclach in #305
- Support GUnit test skipping by @dmaclach in #308
- Use new recordIssue: API by @eytanbiala in #315
- Modernize constants by @avidrissman in #320
- Drop GTMNSNumber+64Bit, been empty a while. by @thomasvl in #324
- Remove all the checks for things being < the current minOS versions. by @thomasvl in #321
- Drop PPC references. by @thomasvl in #325
- Drop 'GTMNSString+FindFolder'. by @thomasvl in #326
- Drop GTMServiceManagement. by @thomasvl in #328
- Drop the ScreenSaver check. by @thomasvl in #329
- Move the MacOS min OS version to 10.9. by @thomasvl in #327
- Add assertions so the variable is used. by @thomasvl in #331
- Only support testing with XCTest. by @thomasvl in #332
- Remove some more legacy testing support. by @thomasvl in #334
- Prune some deps that aren't needed. by @thomasvl in #335
- Drop the gcov support shims. by @thomasvl in #336
- Prune more deprecated classes by @thomasvl in #337
- Move macOS min to 10.10 and prune more accordingly. by @thomasvl in #339
- Remove some deprecated runUntil apis. by @thomasvl in #340
- Get the UnitTesting subspec working. by @thomasvl in #341
- Drop the helper for python, perl, and bash runners. by @thomasvl in #342
- Remove the empty GTMMethodCheck impl files. by @thomasvl in #345
- Drop the testing scripts. by @thomasvl in #344
- Drop the rest of the deprecated apis/classes. by @thomasvl in #343
- Move docs from wiki into the repo. by @thomasvl in #347
- Fix unused-variable violations in code. by @dmaclach in #349
New Contributors
- @eytanbiala made their first contribution in #315
- @avidrissman made their first contribution in #320
Full Changelog: v2.3.2...v3.0.0