Skip to content

Releases: ankurp/Dollar

v10.0.0

29 Feb 03:58
276796e
Compare
Choose a tag to compare

Changelog

  • Updating project settings
  • Adding platforms supported in Package.swift file
  • Updating docs

v9.0.0

24 Jul 23:25
8c956a6
Compare
Choose a tag to compare

Xcode 11 and Swift 5 support

v8.0.0

30 Nov 02:32
Compare
Choose a tag to compare

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

v7.1.0

25 Feb 17:51
Compare
Choose a tag to compare
  • Added sum function
  • Added throttle function
  • Removing commented tests for flatten
  • Renaming class to Dollar and creating $ and typealias
  • Updated docs.

v7.0.0

22 Sep 13:06
Compare
Choose a tag to compare
  • Support for Swift 4 and Xcode 9

v6.2.1

06 Jul 20:12
Compare
Choose a tag to compare
  • Bug fix to support Dispatch in Linux
  • Adding .swift-sample to try on IBM Swift Sandbox

v6.2.0

26 Mar 15:52
6a87649
Compare
Choose a tag to compare

Changelog

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

v6.1.0

25 Oct 19:46
Compare
Choose a tag to compare

Changelog

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

v6.0.0

16 Sep 14:04
Compare
Choose a tag to compare

Changelog

  • Updating to use Swift 3 syntax and work in Xcode 8

v5.2.0

03 Aug 14:05
Compare
Choose a tag to compare

Changelog

  • Added groupBy function
  • Added matrix transpose function
  • Fixed source code documentation
  • Added linting rules for docs