Skip to content

Releases: google/google-toolbox-for-mac

v4.2.1 Release

26 Jan 19:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0 Release

26 Jan 17:09
c563afa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0 Release

11 Dec 16:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0 Release

27 Nov 21:40
Compare
Choose a tag to compare

This is a major version bump because some deprecated classes/apis were removed.

The macOS minimum OS version was updated to 10.12, iOS and tvOS were updated to 10.0

What's Changed

New Contributors

Full Changelog: v3.0.0...v4.0.0

v3.0.0 Release

19 Aug 17:08
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.3.2...v3.0.0

v2.3.2 Release

02 Aug 15:35
Compare
Choose a tag to compare

Minor updates:

  • Fix KVO-related race condition that could cause an overrelease of GTMLogLevelFilter. #287
    • This is a fix for Crash when set a value in UserDefaults #238
  • Use atomic property to store cached verboseLoggingEnabled value. #288
  • Bazel build support #280

v2.3.1 Release

09 Feb 14:13
Compare
Choose a tag to compare

Minor updates:

  • Raised some other iOS min versions to support Xcode 12. #270
  • Add a missing void *-to-char * cast #271
  • Tweaked GTMRegex definition of externs to support some other build systems #277

v2.3.0 Release

22 Oct 15:04
Compare
Choose a tag to compare

Minor updates:

  • #254 - address nullability warnings from _GTMDevAssert
  • #256 - Remove GTMWindowSheetController
  • #261 - Create interface for initializing DB with SQLite flags
  • #262- Add more context to some SQLite asserts
  • #263 - SQLite userdata structures need to exist for lifetime of hooks
  • #267 - Fix issue found via asan in GTMRegex

⚠️ Note: This is a minor version bump because GTMWindowSheetController was removed.

v2.2.2 Release

22 Oct 20:45
Compare
Choose a tag to compare

Minor updates:

  • #236 - Add missing dep for subspec in podspec.
  • #237 - Add XCTAssertAsserts
  • #240 - Fix GTMGoogleTestRunner triggering "NULL cString" exception in NSString.
  • #243 - Get rid of exceptions happening when a C++ test fails.
  • #245 - Fix failure due to adding the same method twice.
  • #249 - GTMStringEncoding: Mark deprecated methods to fix parameters in Swift.

v2.2.1 Release

17 May 14:27
Compare
Choose a tag to compare

Minor Updates:

  • #231 - GTMLocalizer: use NSAccessibility on 10.10+ deployment targets
  • #230 - Minor tweaks to better support Modules
  • #229 - Add GTMTimeUtils