- feat: controller.onunload transform should search more aggressively
- docs: document latest change
- feat: m.route.buildQueryString/parseQueryString rewritten to m.buildQueryString/parseQueryString (#30)
- fix: handle more than just m("...") in raw vnode rule
- fix: always rename controller properties to oninit (#25)
- fix: don't re-apply view(ctrl) -> view(vnode) transform
- docs: use mithril.js.org for links
- docs: Readme formatting (#24)
- feat: controller.onunload rewritten to controller.onremove (#23)
- fix: Expressions, not statements for m.route()
- refactor: use console.warn() instead of comments
- refactor: always run warnings last
- feat: warn about m.redraw.strategy()
- refactor: remove m.route.param rewriting
- chore: set up travis publishing
- test: travis tests on node 6/7/4
- docs: change-log added
- fix: support more m.route.param() types
- Alignment tweak
- Remove unecessary protections
- Not impossible to warn about, fortunately
- Warn about instances of m.deferred
- Sync up w/ work done
- Make sure every transform tracks stats
- Strip m.startComputation/m.endComputation
- Fix mithril documentation links
- Clean up
- Add missing transforms, tweak formatting
- Add issue template
- Don't really care about vulns for a CLI tool
- Better exclusions
- Warnings
- m.sync -> Promise.all
- Formatting
- Add coverage, rename ospec to tests
- Unused
- Clean up NPM package contents
- [email protected]
- Make package.json match what's on NPM
- Badges! 📟
- Remove m.request.run stuff
- More arrow-functiony
- m.sync -> Promise.all
- Formatting
- Readme updates
- ESLint
- Bring back safe/unsafe, tweak CLI
- Expand view rewriting to fn(ctrl)
- Clean up event cancelling
- Rework upwards() usage & features
- Use "function" for arrow support
- Use "Function" type in case arrows are involved
- Safer replacement via identifier.replace
- Strip empty config functions after transform
- Try & handle more config init cases (#17)
- Add migration doc link
- Prepend svg element href attr w/ xlink namespace (#16)
- Rename first param in controller functions to vnode (#15)
- Doc update & transform planning
- Attempt to fix bin line-endings
- Make m.route.get/set transform safer (#14)
- Take advantage of matchNode/j.match (#9)
- Fix lint issues
- Add view transform (no migration docs?!?)
- view function rewriting (#7)
- LTS & stable only
- Clean up filtering a bit
- Tests trim input to disparity (just in case)
- Support m.module and use oncreate instead of oninit (#5) (Rasmus Porsager)
- Remove a false-positive
- Fix bad check
- Robustify
- Robustify
- Minor cleanups
- Initial release