- Fixed
monaca demo
issues for transpile projects.
- Added
monaca signing
command. This command is used to manage iOS and Android signing configuration such as keystore, certificate, provisioning profile, etc.
- Stopped livereload in case of transpilable project
- Changed web server program
- Bumped built-in Cordova CLI dependency to 7.1.0.
- Added React-Native Project Support
- Temporary disabled project link on creation because of output issues with recent npm versions.
- Fixed npm issue during project creation.
- Improved error message when a remote build fails.
- Fixed
debug
inspector issue.
All previous Monaca CLI versions will not be anymore compatible with Monaca Cloud Services
- Security enhancements.
- Webpack config updates.
- Allowed
preview|serve|demo|debug|transpile|reconfigure
commands to be executed from subdirectories. - Minor bug fix.
- Fixed broken
transpile
,preview | serve
commands in specific conditions.
- Improved compatibility with Onsen UI vue-cordova-webpack template.
- Warning message fix.
- Fixed broken
monaca -v
command. - Improved internal login in
monaca-lib
dependency.
- Bumped up built-in Cordova CLI to version 6.5
- Added
monaca remote config
command. - Added extended general purpose helper by executing
monaca --help
. - Deprecated
monaca --all
command.
- Integrated remote build history (
monaca remote build --build-list
). - Improved logout function.
- Added distinction notification between Monaca CLI and Cordova CLI commands.
- Added Cordova 6.5 support.
- Filtered displayed tasks depending on the current dir.
- Improved login by adding direct override.
- Fixed
monaca info
command to properly work in subdirectories.
- Added
link to IDE
option during project creation. - Updated Webpack resolvers for transpilable templates.
- Added support to updated transpilable templates.
- Improved
monaca create
command with new options. - Bug fix for Vue templates.
- Added support to the latest Vue.js 2 and ReactJS templates with Onsen UI 2.4.0.
- Fixed debug for the new transpilable projecs when
monaca preview
is executed. - Added
monaca info
command. - Bumped up built-in Cordova CLI to version 6.2
- Improved task organization and documentation.
- Updated Onsen UI reference in
monaca docs
. - Improved various error messages with docs references.
- Fixed auto-reloading in
monaca preview/serve/demo
. - New HTTP Server support.
- Added
monaca demo
command.
- Fixed local debug bug. Fixed #92.
- Fixed project path on Monaca Debugger.
- Fixed critical sync bug for projects containing special characters in the path.
- General performance improvement due to leak fix.
- Fixed upload issue for Cordova projects.
- Added update checker.
- Fixed transpiling issue on Vue templates.
- Added
monaca config
command with API endpoint and proxy management. - Added
monaca docs
command. - Added Node version compatibility check.
- Fixed automatic browser opening and missing log on project preview.
- Update monaca-lib version in order to support new templates.
- Fix template dependencies.
- Update monaca-lib version.
- Update monaca-lib version.
- Fixed Monaca project check issue.
- Update monaca-lib version.
- Assure Monaca project before reconfigure to handle errors.
- Update monaca-lib version.
- Find another port when the first one is in use.
- Added command aliases.
- New optional paramenter
--url
formonaca create
. - Fix path issues when using NVM or similar.
- Improve WebPack output in development mode.
- Update monaca-lib version.
- Preview: Show all possible IPv4 addresses.
- Support hot reloading of React templates.
- Support WebPack configurations.
- Major changes in React and Angular 2 templates.
- Updated monaca-lib to support Cordova 6.2.0.
- Improved
create
command to show a preview of the template. - Minor fixes.
- Implemented command analytics.
- Updated monaca-lib for an important bug fix.
- Updated monaca-lib.
- Combine SampleApps category with templates in
create
command.
- Dependencies fix.
- Added --no-open parameter for
preview
command.
- Improved UI prompt.
- Fix for transpiling and remote build.
- Code refactored and some major API changes.
- Improved UI with better prompt.
- Improved connection performance and responsiveness.
- Added transpiling support for React and Angular2 projects.
- Removed some dependencies to speed up installation.
- Implemented Sign-up command.
- Added --output parameter for
remote build
command. - Removed Gulp. Added simple http-server for
preview
command. - Enhanced error message handling.
- Minor bugs fixed.
- monaca-login: Added optional email parameter.
- monaca-remote-build: Added optional email parameter.
- monaca-download/upload: Allowed upload/download for config files inside the root directory.
- monaca-download: Fixed wrong files deletion in
downloadProject()
.
- monaca-remote-build: Added missing
options
parameter.
- monaca-download: Fixed to download some files that were exempted.
- monaca-upload: Added --force, --delete, and --dry-run options.
- monaca-download: Added --force, --delete, and --dry-run options
- monaca-clone: Fixed project import bug.
- monaca-upload: Fixed file uploading error.
- monaca-remote-build: Removed timeout error.
- monaca-multiserve: Fixed issue when calling Ctrl-C in multiserve.
- monaca-create: Fixed monaca create to include project name.
- monaca: Fixed line encoding for bin/monaca.
- monaca-remote-build: Added non-interactive build for CI purpose.
- monaca-create: Now it will create an app from Cloud templates.
- monaca-help: Removed local build options, and supported
--help
parameter. - monaca-clone: Rename to monaca-import. New monaca-clone will save local project.
- Updated monaca-lib to fix binary upload error.
- monaca-sync: Fixed bug where it cannot clone the project.
- monaca-login: Support authentication parameters.
- monaca-livesync: Support new
Localkit.initInspector
method.
- monaca-upload: This command will now only work for Monaca projects and it will search parent directories until it finds one.
- monaca-download: This command will now only work for Monaca projects and it will search parent directories until it finds one.
- monaca-upload: Fixed bug where it didn't upload if .monaca was empty.
- monaca-login: Added version parameter when signing in.
- core: Updated dependencies.
- monaca-plugin: Improved docs.
- monaca-upload: Made prompt case-insensitive.
- monaca-download: Made prompt case-insensitive.
- monaca-proxy: Added proxy support.
- monaca-create: Improved docs.
- monaca-clone: Use the project name as default destination directory.
- Initial version.