- CB-9712 CLI 5.3 breaks with node 3.3.3
- don't duplicate hooks guide
- CB-8896 updated whitelist dependency to use spec
- CB-8716 Add Whitelist plugin to config.xml
- Add unsafe-eval to default CSP since many frameworks run faster with it on
- Remove path from CSP string (since CSP ignores paths). Add CSP rationale within commen
- CB-8295 Fix CSP string, which had an invalid : in it
- added license header to config.xml
- added releasenotes.md
- removed version file, package.json can keep track of version
- Adding hooks to default app
- [CB-8597] First attempt at importing cordova-app-hello-world via npm dependency
- Remove jasmine ref
- Tweak CSP string
- CB-8295 Add content-security-policy
<meta>
to template - Remove target-density and height=device-height from
<viewport>
- Remove self-closing slashes from
<meta>
since this isn't xhtml