This page outlines the changes made with each Mutation Summary release.
- Remove Legacy Checks (#5): Removed checks for legacy MutationObserver functions that are no longer needed.
- Refactor into Modules (#6): Break out the code into separate files and implement Typescript modules.
- Reorganized Docs (#7): Reorganized the documentation into a subdirectory.
- CI Build (#8): Implemented a CI build using GitHub Actions.
- Headless Tests (#9): Converted the tests to headless using Karma.
- Typedoc API (#10): Added tsdoc / typedoc api.
- Improved Build System (#2): The package.json was updated to add scripts and dependencies for scripted builds.
- Add a CHANGELOG (#3): A CHANGELOG has been added to annotate changes in each release.
- Add Source Maps (#4): Sourcemaps to map from JavaScript to TypeScript have been added.
- Fixed Typescript Errors (#1): Several errors that the current typescript compiler complains about have been fixed.
- Initial Release