Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@pascalw pascalw released this 06 Feb 15:05
· 307 commits to master since this release

Added

  • memo-is for using memoization in specs
  • Improved Maji CLI. Adds maji test and maji 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 and maji 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.