Skip to content

Releases: ankurp/Dollar

v0.5.0

23 Aug 15:19
Compare
Choose a tag to compare
Adding Version 0.5.0

v0.4.0

23 Jul 02:48
Compare
Choose a tag to compare

Change Log

  • Syntax changes as part of Xcode Beta 4 release
  • Adding Shuffle method
  • Fixes to flatten method and Dictionary merge extension method
  • Adding lazy eval to chained expressions

v0.3.0

29 Jun 13:44
Compare
Choose a tag to compare

Adding Cent Project

Starting Cent project which will include extensions for certain types in Swift using the Dollar framework to implement them.

v0.2.3

24 Jun 00:34
Compare
Choose a tag to compare

Changes

  • Removing unnecessary variables in tests
  • Using more descriptive XCTAssert{Equal, EqualObjects, True, False, Nil}
  • Adding memoization function for performance for recursive functions
  • Updating docs
  • Adding identity function

v0.2.2

18 Jun 02:58
Compare
Choose a tag to compare
  1. Have added more chained functions
  2. Bug fixes for initial and rest method
  3. Partial functions on array
  4. Map/reduce functions
  5. Better documentation in code
  6. Reusing existing methods such as findIndex for indexOf, etc.

v0.2.1

17 Jun 16:43
Compare
Choose a tag to compare

Adding more

  1. chained methods
  2. functional methods

Switching $ to be a class instead of struct as structs are copied by value