Skip to content

0.5

Compare
Choose a tag to compare
@ikesyo ikesyo released this 30 Jun 01:52
· 474 commits to master since this release

Breaking changes

  • #17 Rename some decode functions. This change is for better readability, understandability, and ease of type inference.
    • decode() -> [T]? is now decodeArray().
    • decode() -> [String: T]? is now decodeDictionary().