Dollar Versions Save

A functional tool-belt for Swift Language similar to Lo-Dash or Underscore.js in Javascript

5.1.0

7 years ago
  • bind function now can take non variadic parameters
  • Fixed Swift 3 deprecation warnings

5.0.1

8 years ago
  • Fix second and third methods in chaining
  • Modify partition function to work normally with nil step

5.0.0

8 years ago
  • Project restructure

4.1.0

8 years ago

Changelog

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

4.0.1

8 years ago

Change Log

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

4.0.0

8 years ago

Change log

  • Upgrade to Swift 2.0 and Xcode 7

3.0.3

8 years ago

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

3.0.2

8 years ago

Changelog

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

3.0.1

9 years ago

Change Log

New Functions added

  • chunk
  • fill
  • size
  • now
  • pullAt

3.0.0

9 years ago

#Changelog

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