-
Replaced
config.live.xmlandconfig.orig.xmlfiles with BEGIN/END comment tags inconfig.xmlto reduce code maintenance risks and make things less confusing. -
README.md: Added How do I maintain
config*.xmlfiles? section and other related notes to clarify use of these files. -
BUG:
stlive server- Detect when the host has no external IP.- Needs a fix to
connect-phonegapthat was not sending an error event.
- Needs a fix to
- Added QR Code reader to Live Edit client to read server address
Breaking Changes
- Renamed options.senchaCmd -> options.cmd AND options.touchSdk -> options.sdk to make it easier to change these on command line.
- Added "run" option to
.stlive.jsonrequired by newcli-configschema checks when using--runas a command line option.
- Added --qr server option to display server address as QR Code
- Added
.stlive.jsonschema checks and version number checks (fromcli-configupgrade).
Breaking Changes
- MAJOR: Renamed configuration file from
.stlive.configto~/.stlive.jsonto get editor support for JSON files (suggestion from a user) - MINOR: Server now watches
*.jsonfiles and only watchesindex.html(not all*.htmlfiles). - MINOR: Renamed all options.pkg -> options._pkg (breaking change from cli-config 0.4.0)
- Added legacy file fix to rename ~/.stlive.config files to ~/.stlive.json
- README.md - Replaced all references to
defaults.configand.stlive.configin code with.stlive.json
- Added warning when starting SASS compiler in non-Sencha project
- Improved app help message with additional options.
- Added link to Jasmine tests generated by PhoneGap (not yet live edittable for Sencha Projects)
- BUG: Live edit server was not watching index.html for changes.
README.md:
- Added "Rebuilding and Redeployment" to Getting Started guide and improved Steps 3 & 4.
- Added "Preparing for MDM or App Store deployment"
- Added new 'Live Edit SASS/CSS styling' section and addition docs for using the new SASS Compiler integration.
INSTALL.md:
- Updated Install Guided for SASS Compiler
-
Added SASS compiler
- Auto start with server or run SASS compiler standalone
- Configured in
.stlive.configfile
-
INSTALL.md: Fix bug in upgrade instructions
-
INSTALL.md: Updated Remote debugging section
-
Refactored
lib/index.jsto be cleaner and thinner
- Added --run options for
stlive createandstlive buildcommands- Can now create, compile, deploy and run a new app on device from scratch
- Updated Getting Started Guide
- Patch to fixe CRLF line endings