github MithrilJS/mithril.js v0.2.1

latest releases: v2.2.3, v2.2.2, v2.2.1...
8 years ago

IMPORTANT NOTE: Due to some unfortunate factors, 0.2.1 is not a stable release. Please use either 0.2.0 or latest instead

News:

  • large refactor to take better advantage of Chrome js optimizations and improve source code readability (thanks to @isiahmeadows)
  • added catch and finally to promises
  • improvements and fixes in the documentation and wiki
  • m(component, ...args) can now be used as a shorthand for m.component(component, ...args)

Bug Fixes:

  • errors thrown from the exception monitor no longer freeze redrawing
  • fix edge case with falsy keys
  • fix controller prototype inheritance in component controllers
  • fix return value of parseQueryString if input is empty string
  • fix component unloading #614 #866

Don't miss a new mithril.js release

NewReleases is sending notifications on new releases.