Skip to content

Releases: momjs/mom

v1.2.0

05 Dec 09:35
Compare
Choose a tag to compare

Added method to explicit provision dom nodes.
example:

mom.provisionDomElement(document.getElementById('test-element'));

v1.1.0

17 Jun 16:58
Compare
Choose a tag to compare
  • added functionality to injection global variables, if no part is registered under given name
  • added functionality to retrieving part/module descriptors for unit tests

v1.0.1

24 May 08:50
Compare
Choose a tag to compare
  • fixed domMutationSupport exceptions while adding non-element nodes
  • enable domMutationSupport in postConstruct

v1.0.0

23 May 13:32
Compare
Choose a tag to compare

initial release after rebranding from ModuleSystem