Skip to content

Releases: ankurp/Dollar

v5.1.0

03 Jun 21:17

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

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

Choose a tag to compare

  • Project restructure

v4.1.0

14 Dec 01:02

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

Choose a tag to compare

Change Log

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

v4.0.0

18 Sep 02:13

Choose a tag to compare

Change log

  • Upgrade to Swift 2.0 and Xcode 7

v3.0.3

29 Jul 01:36

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

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

Choose a tag to compare

Change Log

New Functions added

  • chunk
  • fill
  • size
  • now
  • pullAt

v3.0.0

17 Apr 01:51

Choose a tag to compare

#Changelog

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