This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
v2.0.0
Added
- memo-is for using memoization in specs
- Improved Maji CLI. Adds
maji test
andmaji start
commands. #138 - Incremental build support. Requires updated Makefile that ships with Maji 2 projects. #131
Changed
- Updated Marionette to 3.1
- Updated Backbone to 1.3.3
- Updated Mocha to 3.1.2
- Updated jQuery to 3.0.0
- Node.js >= 6 is now required
- Switched from Browserify to webpack module bundler
maji run
andmaji build
CLI command now allow passing raw arguments to Cordova CLI. #137- Many little changes to tooling that make it more convenient to work with Maji.
Removed
- Maji plugin management (
cordova/plugins.txt
) in favor of Cordova plugin management - Maji application bus in favor of Backbone.Radio
- Maji Cordova platform management, see upgrade guide for details
- Dependency installation via Homebrew. #119
Upgrading
Please refer to the upgrade guide when upgrading Maji 1.x apps to Maji 2.