- GH-121 Minimum NodeJS Required: 16.13.0
- GH-115 Update ShellJS to 0.8.5.
- GH-78 feat: Replace
Q
with native Promises.
- GH-117 Added
.npmrc
file to ensure the official NPM registry is used during development and deployments. - GH-107 Enabled
package-lock.json
file. - GH-119 Added NodeJS 20 to our test matrix.
- GH-118 Updated ESLint config to match better match Apache Cordova's coding style standards.
- GH-80 Enabled CodeCov test coverage
- GH-113 Migrated to GitHub Action workflows for our testing CI.
For a full list of changes, see the commit history
- GH-70 Browser Platform Release Preparation (Cordova 9)
- GH-68 Copy node_modules if the directory exists
- GH-63 Dependency bump cordova-common@^3.0.0
- CB-13740 Return expected promise resolving with array
- GH-59 Remove Bundled Dependencies
- CB-14073 Browser: Drop Node 4, Added Node 10
- CB-14252 Allow to send --silent arg to run command to disable output (#57)
- CB-13999 (browser) - Reading
config.xml
respects base href (#52) - GH-50 corrected path for
config.xml
- CB-13689 Updated RELEASENOTES and Version for release 5.0.3
- CB-13689: Updated checked-in node_modules
- CB-13562: fixed asset tag when adding push plugin to Browser
- CB-13444 Updated checked-in
node_modules
- CB-13435 fix merges directory support for Browser
- CB-12895 ignoring
cordova.js
foreslint
- CB-13214 Updated
cordova-serve
dependnecy to 2.0.0.cordova serve
command now opens system default browser instead of a new instance ofchrome
. A specific target can still be passed in. - CB-13214 Updated checked-in
node_modules
- CB-13188 fixed issues with run and build scripts.
- CB-12895: set up
eslint
and removejshint
- CB-11181 add default favicon
- CB-11710 Add missing 'clean.bat' file
- remove old
xhr-activex
Windows code, update to usepagevisibility
instead ofwebkitpagevisibility
- CB-12804:
manifest.json
added to Browser during create. Adding basic PWA support - CB-12762 Point repo items to github mirrors
- Clean up PRs. Closes #2. Closes #25
- CB-12617 : removed node 0.x support and added engineStrict. This closes #27
- CB-12847 added
bugs
entry topackage.json
. - CB-12527 large refactor. Implemented
PlatformApi
- CB-12114 added travis and appveyor files
- Add github pull request template
- updated version in version script
- added
.ratignore
and added missing AL header to readme - removed other platform screens from template
- updated to 4.0.0-dev
- CB-8965 Copy
cordova-js-src
directory to platform folder during create - Adds LICENSE and NOTICE files.
- CB-9350 'cordova run browser' throws an exception.
- Update 'cordova run browser' command to use cordova-serve module.
- CB-8417 update platform specific js from cordovajs
- CB-8760 platform list shows wrong version for browser platform.
- CB-8182 port
cordova serve
tocordova run browser
- CB-8182 add dependency on
mime
library - CB-8196 Browser platform
run
should default source file to index.html even if it's missing in the config.xml - CB-8223 Expose config.xml in the Browser platform
- CB-8417 renamed platform_modules into cordova-js-src
- CB-8417 moved platform specific js into platform
- CB-8224 Add support to launch a specified browser using --target switch. Support for multiple browsers on Windows, Mac and Linux
- Add Windows specific shim wrappers for shjs - auto-generated by npm install
- CB-8206 Browser platform: Add support for update
- --user-data-dir working on windows
- CB-7978 Cleaning code and creating temporary dir - Using path.resolve and path.join instead of concatenating paths - Fixing error when temporary dir already exists by using shelljs instead of fs
- CB-7978 Cleaning code and creating temporary dir - Cleaning code - Declaring variables only when needed - Creating chrome for Cordova temp dir prior using it by std and err
- CB-7978 Fixed launching chrome in Linux
- Update JS snapshot to version 3.6.0 (via coho)
- Set VERSION to 3.6.0 (via coho)
- added run.bat file
- added windows run support, still a few issues
- No longer need to kill Chrome for mac
- added create.bat for windows support
- Removed old dependency from source
- Fixed issue with npm cache when adding browser
- Fixed directory structure
- Creating browser project
- CB-6818 Add license for CONTRIBUTING.md
- CB-6491 add CONTRIBUTING.md