All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Ensure initialized is reset after a
setViews
calls
- Allow exclusions from reset/destroy functions
- Breaking: Change API for initialisation so that views can be "managed" after they’re called.
- Add --standalone flag to browserify build script. Follows UMD import pattern and makes it available in the browser.
- Change
dist/viewloader.js
to files for use be used by unpkg.
- Add pre-bundled version to
dist/viewloader.js
for use without build tools.
- Replace
matches
withhasAttribute
(@axelbloc) to accommodate older browser.