What's Changed
🚀 New Features
- feat(normalize-class): remove empty derived classes and update superclass references by @rawvoid in #61
- feat(normalize-class): skip removal of classes with dissimilar names to superclass by @rawvoid in #63
🧰 Maintenance & Refactoring
- chore(release): bump version to
1.6.0-SNAPSHOTby @rawvoid in #59 - refactor(normalize-class): only remove classes with same name and identical structure by @rawvoid in #60
- refactor(normalize-class): import and use Field type directly by @rawvoid in #64
- refactor(normalize-class): extract class name similarity check to method by @rawvoid in #65
- chore(release): bump version to
1.6.0by @rawvoid in #66
🧪 Tests
- test(normalize-class): add tests and schema for abstract type and empty child normalization by @rawvoid in #62
Full Changelog: 1.5.0...1.6.0