Skip to content

Releases: talk-to/Chocolate

Add methods to get uint64_t from string and vice versa

05 Oct 11:08
Compare
Choose a tag to compare

Upgrade to stringByAppendingPathComponent: from stringByAppendingString:

20 May 09:55
Compare
Choose a tag to compare
Release 2.9.3

Use better method to create temporary file path.

Release 2.9.2

25 Dec 14:48
Compare
Choose a tag to compare
  • Fix NSURL's category method to add query parameters

Release 2.7.0

07 Jul 05:52
Compare
Choose a tag to compare
- Add one more method to validate email (required for Flock)

Release 2.6.2

22 Apr 03:44
Compare
Choose a tag to compare
  • Add support for uppercase emails (Amit Chowdhary)

Release 2.6.1

03 Dec 06:24
Compare
Choose a tag to compare
  • Update regular expression that validates an email address to a stricter one.

Release 2.6.0

08 Sep 12:46
Compare
Choose a tag to compare
  • Fix variable name in macro.
  • Add method to check blank string.
  • Add method for array reduction.
  • Fix nil handling in custom asserts.
  • Add method for reversing arrays.
  • Expose isSubsetOf for arrays.
  • Change OSX minimum deployment target to 10.8
  • Add onlyObjectOrNil for sets.
  • Add method to extract the first object passing test from an array.
  • Add test methods to simplify working with temporary file paths.
  • Add method for writing property lists in the binary format.

Release 2.5.1

05 Sep 11:29
Compare
Choose a tag to compare
  • Fix isSubsetOf to correctly compare mutable/immutable variants.
  • Remove implicit dependency between Foundation and Testing additions.

Release 2.5.0

05 Sep 11:29
Compare
Choose a tag to compare
  • Fix SHA1 computation for Unicode strings.
  • Add category method on NSString for validating email.
  • Remove dependency between Foundation and Testing additions.
  • Make dependency between Foundation and Core Data additions explicit.
  • Add method to construct dictionary by removing a key.
  • Add method to filter entries from a dictionary.
  • Add alternative URL Query parameter encoding implementation.
  • Add method to determine if one dictionary is a subset of another.
  • Add method to construct dictionary by combining pairs.
  • Add custom XCTAsserts for dates and strings.
  • Deprecate TDTObjectOrDefault.

Release 2.4.0

05 Sep 11:27
Compare
Choose a tag to compare

Open Sourced