Skip to content

Releases: ankurp/Dollar

v5.1.0

03 Jun 21:17
Compare
Choose a tag to compare
  • bind function now can take non variadic parameters
  • Fixed Swift 3 deprecation warnings

v5.0.1

22 May 17:26
Compare
Choose a tag to compare
  • Fix second and third methods in chaining
  • Modify partition function to work normally with nil step

v5.0.0

14 Feb 18:56
Compare
Choose a tag to compare
  • Project restructure

v4.1.0

14 Dec 01:02
Compare
Choose a tag to compare

Changelog

  • Added each(array:when:callback:) to Dollar
  • Add camel, kebab, snake, and start cases to Cent

v4.0.1

20 Sep 23:37
Compare
Choose a tag to compare

Change Log

  • Extensions are now public
  • Curry function generator generates public extension

v4.0.0

18 Sep 02:13
Compare
Choose a tag to compare

Change log

  • Upgrade to Swift 2.0 and Xcode 7

v3.0.3

29 Jul 01:36
Compare
Choose a tag to compare

Change Log

  • New methods added to Cent Library
    • remove
    • indexOf
    • contains
  • New method added to Dollar Library
    • remove
  • Fix project code signing for Carthage projects

v3.0.2

06 Jun 01:50
Compare
Choose a tag to compare

Changelog

  • Fix for linking against dylib not safe for use in application extensions
  • Code Signing issue fix with Dollar using Carthage

v3.0.1

27 May 00:25
Compare
Choose a tag to compare

Change Log

New Functions added

  • chunk
  • fill
  • size
  • now
  • pullAt

v3.0.0

17 Apr 01:51
Compare
Choose a tag to compare

#Changelog

  • Supports Swift 1.2
  • Removed Optional extension due to ambiguous equality operator