Skip to content

Releases: schrismartin/CMToolkit

Swift 5

04 May 14:58
6550ab9
Compare
Choose a tag to compare

This update makes the following non-breaking changes:

  • setting(keyPath:to:) now accepts an @autoclosure to set the value
  • Swift 5 access-level permissions have been squashed.

Initial Release

09 Mar 21:37
c9e3ebc
Compare
Choose a tag to compare

This release adds support for the following:

  • Configure your objects using Transformable and SingleValueSettable (or both with Configurable)
  • Get some naive (but simple) shorthands for adding time
  • Use throwing convenience functions to interface with optionals
  • Initialize URLs with hard-coded StaticStrings
  • Use key paths to interface with high-order functions like map and sorted