Skip to content

v10.0.3

Latest

Choose a tag to compare

@atdrendel atdrendel released this 26 Jun 13:34
7f50194

The only meaningful breaking change between JSON 1.4.1 and 2.0.0 is that assigning nil through a JSON dictionary subscript now stores JSON null instead of removing the key. Consumers of this library who relied on the old behavior should now call removeValue(forKey:) before passing the payload.

Full Changelog: v10.0.2...v10.0.3