Skip to content

Breaking change - Rename `type` to `jsonType`

Pre-release
Pre-release

Choose a tag to compare

@mattpolzin mattpolzin released this 03 Jan 03:37

⚠️ Breaking change ⚠️
JSONTyped had a static var type: String that unnecessarily collided with Swift.type(of:). I renamed it to static var jsonType: String so to avoid the collision and save the minor headache. This is a breaking change.