Skip to content

Releases: ikesyo/Himotoki

0.4.2

23 Jun 02:56
Compare
Choose a tag to compare

Enhancements

  • #16 Support up to 26 parameters in build().

0.4.1

05 Jun 06:48
Compare
Choose a tag to compare

Enhancements

  • da6ee25 Add public initializers to KeyPath.

0.4

05 Jun 05:24
Compare
Choose a tag to compare
0.4

Breaking changes

  • #13 Introduce KeyPath value type, this replaces a dot-separated key path string for nested objects support.

0.3

21 May 09:07
Compare
Choose a tag to compare
0.3
  • #10 parameters of build() functions are now evaluated lazily (thanks @norio-nomura!)
  • #11 exposes extraction methods in Extractor as public APIs. You can now use these methods instead of operators if you prefer the former. (thanks @cockscomb for suggestion!)

0.2

20 May 06:16
Compare
Choose a tag to compare
0.2
  • #7 adds array version of decode function: decode<T: Decodable where T.DecodedType == T>(object: AnyObject) -> [T]?
  • #8 adds dictionary version of decode function: decode<T: Decodable where T.DecodedType == T>(object: AnyObject) -> [String: T]?
  • #1 minor performance improvement in nested object support (thanks @norio-nomura!)

0.1: Initial Public Release

16 May 02:33
Compare
Choose a tag to compare

Initial public release.