Releases: nimblehq/JSONMapper
Releases · nimblehq/JSONMapper
Release - 1.1.1
What's Changed
- [#8] Fix: Unable to access JSONAPIError.source.paramater by @markgravity in #9
- [#10] Bump version to 1.1.1 by @suho in #11
- Release - 1.1.1 by @suho in #12
Full Changelog: 1.1.0...1.1.1
Release 1.1.0
What's Changed
- [#6] Add cocoapods support by @markgravity in #7
New Contributors
- @markgravity made their first contribution in #7
Full Changelog: 1.0.2...1.1.0
Release 1.0.2
[Bug]
- Fix mapping Resource when there is no included data, the resource only has
id
,type
.
Release 1.0.1
[Bug]
- Add public to init function
[Chore]
- Remove unused file
Encodable+Dictionary.swift
Release 1.0.0
[Feature]
- Add JSONAPIDecoder and models to support mapping JSON data that follows https://jsonapi.org/