2.3.0
This release targets Swift 4.2.1 / Xcode 10.1.
Added
- Decodable support (#61). Please see README.md for usage. Thanks yoiang for the pull request!
- Added support for decoding with Int-based CodingKey (#72). Thanks sstadelman for the pull request!
Improved
- Improved reading speed when using InputStream. (#65)