Skip to content

Removal of old Json-prefixed class names.

Latest

Choose a tag to compare

@g105b g105b released this 15 Jul 09:31
6e39d18

Previous releases included duplicate class names, to transition to upper-case JSONDocument et al. The decision to move to the upper-cased prefixes was made to match the HTMLDocument sibling classes which are part of the DOM standard and can not be changed. To aid the transition, deprecated class stubs were included with the lower-case prefixed classes such as JsonDocument, which have been removed in this release.

What's Changed

  • fix: remove case-sensitive stub classes by @g105b in #86

Full Changelog: v2.3.0...v2.3.1