Dollar

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

MIT License

Stars
4.2K
Committers
51

Bot releases are visible (Hide)

Dollar - v10.0.0 Latest Release

Published by ankurp 8 months ago

Changelog

  • Updating project settings
  • Adding platforms supported in Package.swift file
  • Updating docs
Dollar - v9.0.0

Published by ankurp about 5 years ago

Xcode 11 and Swift 5 support

Dollar - v8.0.0

Published by ankurp almost 6 years ago

Adding support for Xcode 10 and Swift 4.2 by fixing project warnings and deprecations.

Dollar - v7.1.0

Published by ankurp over 6 years ago

  • Added sum function
  • Added throttle function
  • Removing commented tests for flatten
  • Renaming class to Dollar and creating $ and typealias
  • Updated docs.
Dollar - v7.0.0

Published by ankurp about 7 years ago

  • Support for Swift 4 and Xcode 9
Dollar - v6.2.1

Published by ankurp over 7 years ago

  • Bug fix to support Dispatch in Linux
  • Adding .swift-sample to try on IBM Swift Sandbox
Dollar - v6.2.0

Published by ankurp over 7 years ago

Changelog

  • Removed Compiler warning when not chaining in $.each functions
  • Added delay function
  • Added debounce function
Dollar - v6.1.0

Published by ankurp almost 8 years ago

Changelog

  • Add support for linux
  • Added permutation function which generate permutation give an array of elements
  • Regenerated Xcode project using swift package manager command
Dollar - v6.0.0

Published by ankurp about 8 years ago

Changelog

  • Updating to use Swift 3 syntax and work in Xcode 8
Dollar - v5.2.0

Published by ankurp about 8 years ago

Changelog

  • Added groupBy function
  • Added matrix transpose function
  • Fixed source code documentation
  • Added linting rules for docs
Dollar - v5.1.0

Published by ankurp over 8 years ago

  • bind function now can take non variadic parameters
  • Fixed Swift 3 deprecation warnings
Dollar - v5.0.1

Published by ankurp over 8 years ago

  • Fix second and third methods in chaining
  • Modify partition function to work normally with nil step
Dollar - v5.0.0

Published by ankurp over 8 years ago

  • Project restructure
Dollar - v4.1.0

Published by ankurp almost 9 years ago

Changelog

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

Published by ankurp about 9 years ago

Change Log

  • Extensions are now public
  • Curry function generator generates public extension
Dollar - v4.0.0

Published by ankurp about 9 years ago

Change log

  • Upgrade to Swift 2.0 and Xcode 7
Dollar - v3.0.3

Published by ankurp about 9 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
Dollar - v3.0.2

Published by ankurp over 9 years ago

Changelog

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

Published by ankurp over 9 years ago

Change Log

New Functions added

  • chunk
  • fill
  • size
  • now
  • pullAt
Dollar - v3.0.0

Published by ankurp over 9 years ago

#Changelog

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