Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2 KB

CHANGELOG.md

File metadata and controls

36 lines (25 loc) · 2 KB

Introduction

This page outlines the changes made with each Mutation Summary release.

Releases

1.0.0 (May 15, 2021)

1.0.0 Release Milestone

Enhancements

  • 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.

0.2.0 (May 14, 2021)

0.2.0 Release Milestone

Enhancements

  • 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.

Bug Fixes

  • Fixed Typescript Errors (#1): Several errors that the current typescript compiler complains about have been fixed.

0.1.1 (2017)

  • Initial Release