Releases: firstandthird/domodule
Releases · firstandthird/domodule
3.0.0
New Features
- Nested modules are now supported
Maintenance
- Added editorconfig
Breaking Changes
- Nested modules are no longer parsed which may break existing code. Check to make sure your code doesn't have any nested modules, and if it does test before going to production.
2.1.0
1.1.2
1.1.1
1.1.0
1.0.0
Adds:
- separate methods for binding actions and elements
- findOne
- findByName
- getOption
- tests
- data-module-global-/data-action-global-
- refs to instance stored on Domodule
- getInstance
- discover
Breaking changes:
You must now call Domodule.discover();
for everything to work. The old dist/index.js
is no more.