Version 2.0.0
V2 Introduced final keywords for classes that are not covered by semver guarantee. Users should not be impacted except if you inherit those classes. An upgrade to ^2.0 should be no-pain.
Changes
- Missing
final
keywords for classes that are not supposed to be extended
to enforce possible bc issues later. Upgrade to 2.0 is fine if you're not extending
base classes.