Releases: ikesyo/Himotoki
Releases · ikesyo/Himotoki
0.4.2
0.4.1
0.4
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
- #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
Initial public release.