1 |
|
2 | #
|
3 | # Licensed to the Apache Software Foundation (ASF) under one
|
4 | # or more contributor license agreements. See the NOTICE file
|
5 | # distributed with this work for additional information
|
6 | # regarding copyright ownership. The ASF licenses this file
|
7 | # to you under the Apache License, Version 2.0 (the
|
8 | # "License"); you may not use this file except in compliance
|
9 | # with the License. You may obtain a copy of the License at
|
10 | #
|
11 | # http://www.apache.org/licenses/LICENSE-2.0
|
12 | #
|
13 | # Unless required by applicable law or agreed to in writing,
|
14 | # software distributed under the License is distributed on an
|
15 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
16 | # KIND, either express or implied. See the License for the
|
17 | # specific language governing permissions and limitations
|
18 | # under the License.
|
19 | #
|
20 | -->
|
21 | # Cordova-cli Release Notes
|
22 |
|
23 | ### 12.0.0 (May 20, 2023)
|
24 |
|
25 | **Breaking:**
|
26 |
|
27 | * [GH-611](https://github.com/apache/cordova-cli/pull/611) feat!(run): call platform api to list targets
|
28 | * [GH-595](https://github.com/apache/cordova-cli/pull/595) feat!: remove `update-notifier` support
|
29 | * [GH-615](https://github.com/apache/cordova-cli/pull/615) dep!: bump `cordova-create@5.0.0` & `cordova-lib@12.0.0`
|
30 | * [GH-613](https://github.com/apache/cordova-cli/pull/613) dep!: bump possible dependencies & set bump node requirement `>=16.13.0`
|
31 | * `@cordova/eslint-config@^5.0.0`
|
32 | * `jasmine@^4.6.0`
|
33 | * `rewire@^6.0.0`
|
34 | * `cordova-common@5.0.0`
|
35 | * `fs-extra@11.1.1`
|
36 | * `nopt@7.1.0`
|
37 | * `semver@7.5.0`
|
38 | * `systeminformation@5.17.12`
|
39 |
|
40 | ### 11.1.0 (Jan 11, 2023)
|
41 |
|
42 | * [GH-603](https://github.com/apache/cordova-cli/pull/603) dep: bump to latest minor+patch w/ `package-lock` rebuild
|
43 | * `cordova-common@^4.1.0`
|
44 | * `cordova-create@^4.1.0`
|
45 | * `cordova-lib@^11.1.0`
|
46 | * `systeminformation@^5.17.3`
|
47 | * [GH-599](https://github.com/apache/cordova-cli/pull/599) chore: remove unnecessary gendered text
|
48 | * [GH-600](https://github.com/apache/cordova-cli/pull/600) ci: update codecov & run on node 14-18
|
49 | * [GH-587](https://github.com/apache/cordova-cli/pull/587) dep(npm): bump packages to latest minor/patch revisions w/ `package-lock`
|
50 |
|
51 | ### 11.0.0 (Dec 17, 2021)
|
52 |
|
53 | * [GH-575](https://github.com/apache/cordova-cli/pull/575) chore: rebuilt `package-lock.json`
|
54 | * [GH-574](https://github.com/apache/cordova-cli/pull/574) dep: bump `@cordova/eslint-config@^4.0.0`
|
55 | * [GH-573](https://github.com/apache/cordova-cli/pull/573) dep: update `insight` w/ updated code usage
|
56 | * [GH-572](https://github.com/apache/cordova-cli/pull/572) dep: bump all dependencies
|
57 | * [GH-570](https://github.com/apache/cordova-cli/pull/570) feat: rebuilt `package-lock.json` w/ v2
|
58 | * [GH-571](https://github.com/apache/cordova-cli/pull/571) feat!: update node support
|
59 | * [GH-564](https://github.com/apache/cordova-cli/pull/564) chore: `npmrc`
|
60 | * [GH-559](https://github.com/apache/cordova-cli/pull/559) docs: remove plugin save command from CLI help
|
61 | * [GH-550](https://github.com/apache/cordova-cli/pull/550) dep: `systeminformation@^5.5.0`
|
62 | * [GH-535](https://github.com/apache/cordova-cli/pull/535) chore(pkg): remove deprecated `no-op` field `preferGlobal`
|
63 | * [GH-534](https://github.com/apache/cordova-cli/pull/534) chore: clean up `package.json`
|
64 | * [GH-533](https://github.com/apache/cordova-cli/pull/533) (android) Replace deprecated `android` command with `avdmanager`
|
65 |
|
66 | ### 10.0.0 (Jul 31, 2020)
|
67 |
|
68 | * [GH-521](https://github.com/apache/cordova-cli/pull/521) test: fix node.js version check
|
69 | * [GH-520](https://github.com/apache/cordova-cli/pull/520) chore: rebuilt `package-lock`
|
70 | * [GH-519](https://github.com/apache/cordova-cli/pull/519) breaking: bump `cordova-lib@^10.0.0`
|
71 | * [GH-402](https://github.com/apache/cordova-cli/pull/402) Tiny CLI docs improvements
|
72 | * [GH-518](https://github.com/apache/cordova-cli/pull/518) feat(ci): migrate to `github-actions`
|
73 | * [GH-516](https://github.com/apache/cordova-cli/pull/516) chore: drop `node-8` deprecation transition step
|
74 | * [GH-517](https://github.com/apache/cordova-cli/pull/517) chore: add `package-lock.json`
|
75 | * [GH-515](https://github.com/apache/cordova-cli/pull/515) chore: improve npm ignore
|
76 | * [GH-513](https://github.com/apache/cordova-cli/pull/513) breaking: bump dev dependencies
|
77 | * `mock-stdin@^1.0.0`
|
78 | * `nyc@^15.1.0`
|
79 | * `rewire@^5.0.0`
|
80 | * [GH-514](https://github.com/apache/cordova-cli/pull/514) chore: cleanup `package.json`
|
81 | * [GH-512](https://github.com/apache/cordova-cli/pull/512) breaking: bump dependencies
|
82 | * `configstored@^5.0.1`
|
83 | * `cordova-commond@^4.0.2`
|
84 | * `cordova-created@^3.0.0`
|
85 | * `cordova-libd@^9.0.1`
|
86 | * `execad@^4.0.3`
|
87 | * `insightd@^0.10.3`
|
88 | * `loud-rejectiond@^2.2.0`
|
89 | * `noptd@^4.0.3`
|
90 | * `semverd@^7.3.2`
|
91 | * `systeminformationd@^4.26.10`
|
92 | * `update-notifierd@^4.1.0`
|
93 | * [GH-511](https://github.com/apache/cordova-cli/pull/511) chore(`eslint`): bump to 3.0.0 w/ fix
|
94 | * [GH-510](https://github.com/apache/cordova-cli/pull/510) feat: migrate "`cordova info`" lib logic to cli
|
95 | * chore(asf): update git notification settings
|
96 | * Update CONTRIBUTING.md
|
97 | * [GH-495](https://github.com/apache/cordova-cli/pull/495) fix: cannot call `config` or `create` commands
|
98 | * [GH-494](https://github.com/apache/cordova-cli/pull/494) refactor(`create`): use `cordova-create` 3.0.0-nightly
|
99 | * [GH-493](https://github.com/apache/cordova-cli/pull/493) refactor: `eslint` setup
|
100 | * [GH-490](https://github.com/apache/cordova-cli/pull/490) refactor(`create`): do not expand `~` to `$HOME` anymore
|
101 | * [GH-489](https://github.com/apache/cordova-cli/pull/489) refactor(`create`): depend directly on `cordova-create`
|
102 | * [GH-485](https://github.com/apache/cordova-cli/pull/485) docs(`config`): remove "`autosave`" setting
|
103 | * [GH-484](https://github.com/apache/cordova-cli/pull/484) test(`config`): use generic config key name
|
104 | * [GH-483](https://github.com/apache/cordova-cli/pull/483) refactor: remove dead code & simplify
|
105 | * [GH-486](https://github.com/apache/cordova-cli/pull/486) docs: undocument "`plugin save`" command
|
106 | * [GH-488](https://github.com/apache/cordova-cli/pull/488) docs: remove mentions of "`cordova create`" argument "config"
|
107 | * [GH-487](https://github.com/apache/cordova-cli/pull/487) docs(`info`): remove outdated remark about `info.txt`
|
108 | * [GH-482](https://github.com/apache/cordova-cli/pull/482) docs: undocument "`platform save`", again
|
109 | * [GH-475](https://github.com/apache/cordova-cli/pull/475) refactor: Remove support for `<project>/.cordova/config.json`
|
110 | * [GH-468](https://github.com/apache/cordova-cli/pull/468) docs: undocument "`hooks/`" directory
|
111 | * [GH-467](https://github.com/apache/cordova-cli/pull/467) docs: undocument "`platform check`" command
|
112 | * [GH-481](https://github.com/apache/cordova-cli/pull/481) chore: update `jasmine` dependencies
|
113 | * [GH-480](https://github.com/apache/cordova-cli/pull/480) chore: drop node 6 and 8 support
|
114 | * [GH-479](https://github.com/apache/cordova-cli/pull/479) chore: bump version to 10.0.0-dev
|
115 | * [GH-477](https://github.com/apache/cordova-cli/pull/477) Avoid registering too many event listeners in tests
|
116 | * [GH-476](https://github.com/apache/cordova-cli/pull/476) Undocument removed `platform save` command
|
117 | * [GH-473](https://github.com/apache/cordova-cli/pull/473) Fix blocked `telemetry` calls
|
118 | * [GH-472](https://github.com/apache/cordova-cli/pull/472) fix: argument filtering in `telemetry.track`
|
119 | * [GH-474](https://github.com/apache/cordova-cli/pull/474) Remove unsupported option `--copy-from`
|
120 | * [GH-458](https://github.com/apache/cordova-cli/pull/458) chore: node deprecation warning for <10
|
121 | * [GH-471](https://github.com/apache/cordova-cli/pull/471) Add unit tests for the telemetry module
|
122 | * [GH-469](https://github.com/apache/cordova-cli/pull/469) Use `semver` to check if using a prerelease version
|
123 | * [GH-470](https://github.com/apache/cordova-cli/pull/470) chore: add codecov to display coverage in GH
|
124 | * [GH-459](https://github.com/apache/cordova-cli/pull/459) chore: replace `istanbul` with `nyc`
|
125 | * [GH-427](https://github.com/apache/cordova-cli/pull/427) Minor fixes in `README`
|
126 | * [GH-454](https://github.com/apache/cordova-cli/pull/454) chore: node warning on version < 8
|
127 | * [GH-430](https://github.com/apache/cordova-cli/pull/430) chore: add Node.js 12 to CI services
|
128 | * [GH-440](https://github.com/apache/cordova-cli/pull/440) docs(readme): remove duplicated instructions
|
129 | * [GH-433](https://github.com/apache/cordova-cli/pull/433) Updated the Supported Platforms
|
130 | * [GH-426](https://github.com/apache/cordova-cli/pull/426) Handle output error strings
|
131 | * [GH-423](https://github.com/apache/cordova-cli/pull/423) Cleaner solution to spy on latest CordovaLogger
|
132 | * [GH-421](https://github.com/apache/cordova-cli/pull/421) Fix `cordova config list` command
|
133 | * [GH-419](https://github.com/apache/cordova-cli/pull/419) Fix `cordova config list` command recognition
|
134 | * [GH-365](https://github.com/apache/cordova-cli/pull/365) Start requirements unit testing
|
135 |
|
136 | ### 9.0.0 (Mar 20, 2019)
|
137 |
|
138 | * [GH-414](https://github.com/apache/cordova-cli/pull/414) Cordova CLI Release Preparation (Cordova 9)
|
139 | * **Bumped Dependencies**
|
140 | * `cordova-lib@^9.0.0`
|
141 | * `cordova-common@^3.1.0`
|
142 | * `editor@^1.0.0` (Prepended `^` only)
|
143 | * `loud-rejection@^2.0.0`
|
144 | * **Bumped Dev Dependencies**
|
145 | * `jasmine@^3.3.1`
|
146 | * `eslint-plugin-promise@^4.0.1`
|
147 | * `eslint-plugin-node@^8.0.1`
|
148 | * `eslint-plugin-import@^2.16.0`
|
149 | * `eslint-config-standard@^12.0.0`
|
150 | * `eslint-config-semistandard@^13.0.0`
|
151 | * `eslint@^5.15.2`
|
152 | * Fix `logger[level]` spy in Jasmine
|
153 | * [GH-397](https://github.com/apache/cordova-cli/pull/397) Update Node.js Deprecation Notice Message
|
154 | * Add or update GitHub pull request and issue template
|
155 | * [GH-395](https://github.com/apache/cordova-cli/pull/395) Fix typo: "esecially" to especially
|
156 | * [GH-364](https://github.com/apache/cordova-cli/pull/364) Fix spec label for build tests
|
157 | * [GH-344](https://github.com/apache/cordova-cli/pull/344) Check that `bin/cordova` works on Travis CI
|
158 | * [CB-13740](https://issues.apache.org/jira/browse/CB-13740) gracefully handle platforms that don't pass back requirements to check
|
159 | * [GH-327](https://github.com/apache/cordova-cli/pull/327) Stub telemetry calls during all tests
|
160 | * [GH-322](https://github.com/apache/cordova-cli/pull/322) Remove support for `fetch` option
|
161 | * [GH-321](https://github.com/apache/cordova-cli/pull/321) Remove support for `browserify`
|
162 | * [GH-317](https://github.com/apache/cordova-cli/pull/317) cli.spec: Telemetry-Related Improvements
|
163 | * [GH-316](https://github.com/apache/cordova-cli/pull/316) Remove `callback` parameter of main CLI function
|
164 | * [GH-298](https://github.com/apache/cordova-cli/pull/298) Remove support for deprecated `--copy-from`
|
165 | * [GH-298](https://github.com/apache/cordova-cli/pull/298) Cleanup code calling `cordova-create`
|
166 |
|
167 | ### 8.1.1 (Sep 27, 2018)
|
168 | * [GH-339](https://github.com/apache/cordova-cli/issues/339) Fix bin/cordova on Node.js 4
|
169 | * [GH-337](https://github.com/apache/cordova-cli/issues/337) Revert messing with transitive dependencies in `npm-shrinkwrap.json` (re-introduces a _low-severity_ `npm audit` warning)
|
170 |
|
171 | ### 8.1.0 (Sep 24, 2018)
|
172 | * README.md fixes
|
173 | * [GH-295](https://github.com/apache/cordova-cli/pull/GH-295) Proper error code and message when failing
|
174 | * [GH-296](https://github.com/apache/cordova-cli/pull/GH-296) Remove leftover makeshift benchmarking code
|
175 | * [GH-296](https://github.com/apache/cordova-cli/pull/GH-296) Use multi-line comment for license headers
|
176 | * [CB-13772](https://issues.apache.org/jira/browse/CB-13772) print version numbers correctly in cordova requirements [GH-291](https://github.com/apache/cordova-cli/pull/291)
|
177 | * [GH-307](https://github.com/apache/cordova-cli/pull/GH-307) Remove outdated docs translations
|
178 | * [GH-306](https://github.com/apache/cordova-cli/pull/GH-306) Remove mentions of 'cordova plugin search' from docs
|
179 | * [GH-312](https://github.com/apache/cordova-cli/pull/GH-312) Update ESLint and fix linting errors
|
180 | * [GH-312](https://github.com/apache/cordova-cli/pull/GH-312) Update dependencies
|
181 | * [GH-300](https://github.com/apache/cordova-cli/issues/300) Update `insight` to resolve `npm audit` warning
|
182 |
|
183 | ### 8.0.0 (Dec 14, 2017)
|
184 | * [CB-13055](https://issues.apache.org/jira/browse/CB-13055): removed `--nofetch` flag
|
185 | * Use native Promises instead of `Q`
|
186 | * [CB-12853](https://issues.apache.org/jira/browse/CB-12853): re-check version before notifying.
|
187 | * [CB-13501](https://issues.apache.org/jira/browse/CB-13501): updated to include node 8 to tests
|
188 |
|
189 | ### 7.1.0 (Oct 04, 2017)
|
190 | * [CB-13303](https://issues.apache.org/jira/browse/CB-13303) added `--noprod` and `--production` flags as options, `--noprod` turns off our auto adding of `--production` flag
|
191 | * [CB-13353](https://issues.apache.org/jira/browse/CB-13353) added `--save-exact` flag to cli and unit test
|
192 | * [CB-12895](https://issues.apache.org/jira/browse/CB-12895) Added `eslint` and removed `jshint`
|
193 | * [CB-12862](https://issues.apache.org/jira/browse/CB-12862) Added `searchpath` as a config option
|
194 | * [CB-12762](https://issues.apache.org/jira/browse/CB-12762) point `package.json` repo items to github mirrors instead of apache repos site
|
195 | * [CB-12693](https://issues.apache.org/jira/browse/CB-12693) Included examples for `Browserify`, `fetch`, and `autosave` and include options with a more detailed description.
|
196 | * [CB-12901](https://issues.apache.org/jira/browse/CB-12901) removed `.raw` from `cordova-lib` calls
|
197 |
|
198 | ### 7.0.1 (May 08, 2017)
|
199 | * [CB-12769](https://issues.apache.org/jira/browse/CB-12769): Updated `cordova-lib` dependency to 7.0.1.
|
200 |
|
201 | ### 7.0.0 (May 02, 2017)
|
202 | * [CB-12570](https://issues.apache.org/jira/browse/CB-12570): `cordova-fetch` is true by default. Use `--nofetch` flag to fetch platforms and plugins using old fetching logic.
|
203 | * [CB-12665](https://issues.apache.org/jira/browse/CB-12665): removed `engineStrict` as it is no longer supported
|
204 | * [CB-11982](https://issues.apache.org/jira/browse/CB-11982): added `edit` and `ls` to `cordova config`
|
205 | * [CB-11982](https://issues.apache.org/jira/browse/CB-11982): added new `cordova config` command that `sets`, `gets`, and `deletes` global enviroment variables.
|
206 | * [CB-12008](https://issues.apache.org/jira/browse/CB-12008): updated docs to reflect new autosave changes and removed variables missed due to rebase
|
207 | * [CB-12008](https://issues.apache.org/jira/browse/CB-12008): made autosave the default for platform and plugin add/remove
|
208 | * [CB-11977](https://issues.apache.org/jira/browse/CB-11977): removed support for `node 0.x`
|
209 |
|
210 | ### 6.5.0 (Jan 17, 2017)
|
211 | * [CB-12018](https://issues.apache.org/jira/browse/CB-12018) : updated tests to function with `jasmine` instead of `jasmine-node`
|
212 |
|
213 | ### 6.4.0 (Oct 21, 2016)
|
214 | * [CB-12039](https://issues.apache.org/jira/browse/CB-12039) updated `cordova-lib` to `6.4.0`
|
215 | * [CB-11976](https://issues.apache.org/jira/browse/CB-11976) Updated `package.json` engine key
|
216 | * [CB-11976](https://issues.apache.org/jira/browse/CB-11976) Add deprecated node version warning for 0.x
|
217 | * Add github pull request template
|
218 | * [CB-11607](https://issues.apache.org/jira/browse/CB-11607) breakout `cordova-create` from `cordova-lib`
|
219 | * [CB-11623](https://issues.apache.org/jira/browse/CB-11623) added back linking
|
220 | * Document cli - cordova plugin save
|
221 | * [CB-11023](https://issues.apache.org/jira/browse/CB-11023) Add doc for conflicting plugins
|
222 |
|
223 | ### 6.3.1 (Aug 09, 2016)
|
224 | * [CB-11685](https://issues.apache.org/jira/browse/CB-11685) Updated cordova-lib dependency to 6.3.1
|
225 |
|
226 | ### 6.3.0 (Jul 12, 2016)
|
227 | * [CB-11412](https://issues.apache.org/jira/browse/CB-11412) removed link-to, aliased copy-from to template
|
228 | * [CB-11349](https://issues.apache.org/jira/browse/CB-11349) passing --fetch to create
|
229 | * [CB-11284](https://issues.apache.org/jira/browse/CB-11284) Telemetry: Track platforms/plugins subcommands(add/rm/etc...)
|
230 | * [CB-11262](https://issues.apache.org/jira/browse/CB-11262) Add a warning about prerelease lib/cli usage
|
231 | * [CB-11263](https://issues.apache.org/jira/browse/CB-11263) 'cordova telemetry help' should display help text
|
232 |
|
233 | ### 6.2.0 (May 12, 2016)
|
234 | * [Telemetry](https://github.com/apache/cordova-cli/pull/247) Added telemetry to cordova-cli to collect data for data driven development
|
235 | * [CB-11250](https://issues.apache.org/jira/browse/CB-11250) Fix CLI tests verifying the version
|
236 | * [CB-9858](https://issues.apache.org/jira/browse/CB-9858) added `--fetch` option
|
237 | * [CB-10986](https://issues.apache.org/jira/browse/CB-10986) Adding note about scoped npm packages for plugins
|
238 | * [CB-11042](https://issues.apache.org/jira/browse/CB-11042) Add cordova run option to skip prepare
|
239 | * [CB-10062](https://issues.apache.org/jira/browse/CB-10062) Error: `EACCES: permission denied - update-notifier-cordova.json`
|
240 | * [CB-10679](https://issues.apache.org/jira/browse/CB-10679) Documenting how the CLI chooses plugin versions
|
241 |
|
242 | ### 6.1.1 (Mar 29, 2016)
|
243 | * [CB-10980](https://issues.apache.org/jira/browse/CB-10980) Updated cordova-lib dependency to 6.1.1
|
244 |
|
245 | ### 6.1.0 (Mar 17, 2016)
|
246 | * [CB-10902](https://issues.apache.org/jira/browse/CB-10902) Updated cordova-lib dependency to 6.1.0
|
247 | * Simplify cordova CLI readme
|
248 | * [CB-10860](https://issues.apache.org/jira/browse/CB-10860) avoid node complaining of too many event listener added when running tests
|
249 | * Fix readme.md - directory structure
|
250 | * [CB-10673](https://issues.apache.org/jira/browse/CB-10673) add `plugin add --force` option.
|
251 | * Add Travis CI badge
|
252 | * Specify valid `SPDX` license in `package.json`
|
253 | * [CB-10748](https://issues.apache.org/jira/browse/CB-10748) Use `cordova-common.CordovaLogger` in CLI
|
254 | * Adding and fixing some whitespace in CLI docs.
|
255 | * [CB-10348](https://issues.apache.org/jira/browse/CB-10348) Update formatting of CLI reference readme
|
256 | * [CB-10348](https://issues.apache.org/jira/browse/CB-10348) CLI reference readme
|
257 | * [CB-10482](https://issues.apache.org/jira/browse/CB-10482) Remove references to **windows8** from cordova-lib/cli
|
258 | * [CB-10348](https://issues.apache.org/jira/browse/CB-10348) CLI doc output tweaks
|
259 | * Update help docs - add examples and make them consistent
|
260 |
|
261 | ### 6.0.0 (Jan 25, 2016)
|
262 | * [CB-10424](https://issues.apache.org/jira/browse/CB-10424) Updated cordova-lib dependency to 6.0.0
|
263 | * Remove browserify from experimental flags list
|
264 | * [CB-8455](https://issues.apache.org/jira/browse/CB-8455) Added `--nohooks` option.
|
265 | * [CB-9964](https://issues.apache.org/jira/browse/CB-9964) Added `--template` support to `cordova create`
|
266 | * Removing the `--usegit` flag from `cordova platform`. Recommended method is to use `cordova platform add git_url#branch`
|
267 | * [CB-9836](https://issues.apache.org/jira/browse/CB-9836) Add `.gitattributes` to prevent `CRLF` line endings in repos
|
268 | * Message about deprecating **amazon-fireos** for **Fire OS 5.0+** devices. 2015 onwards **FireOS** devices should use **android** platform only.
|
269 | * add **JIRA** issue tracker link.
|
270 |
|
271 | ### 5.4.1 (Nov 19, 2015)
|
272 | * [CB-10049](https://issues.apache.org/jira/browse/CB-10049) updated cordova-lib dependency to 5.4.1
|
273 |
|
274 | ### 5.4.0 (Oct 30, 2015)
|
275 | * [CB-9903](https://issues.apache.org/jira/browse/CB-9903) update cordova-lib dependency to 5.4.0
|
276 | * [CB-9861](https://issues.apache.org/jira/browse/CB-9861) fixed failing tests
|
277 | * [CB-9800](https://issues.apache.org/jira/browse/CB-9800) Fixing contribute link.
|
278 | * [CB-9792](https://issues.apache.org/jira/browse/CB-9792) Make CLI logging system interrupt process on an error event
|
279 | * [CB-9788](https://issues.apache.org/jira/browse/CB-9788) Add support of stderr/stdout split to CLI logger
|
280 | * [CB-9784](https://issues.apache.org/jira/browse/CB-9784) Remove CLI logger levels prefixes
|
281 | * [CB-8198](https://issues.apache.org/jira/browse/CB-8198) Unified console output logic for core platforms
|
282 | * [CB-9523](https://issues.apache.org/jira/browse/CB-9523) Show out of date message for older cordova CLI
|
283 | * [CB-9597](https://issues.apache.org/jira/browse/CB-9597) Updates cli to pass structured args to platform methods
|
284 |
|
285 | ### 5.3.1 (Aug 28, 2015)
|
286 | * Updated cordova-lib dependency to 5.3.1
|
287 |
|
288 | ### 5.2.0 (Aug 06, 2015)
|
289 | * docs: unify expression of Amazon Fire OS
|
290 | * docs: delete duplicated Windows Phone SDK description
|
291 | * [CB-9114](https://issues.apache.org/jira/browse/CB-9114): Deprecation Warning for --usegit flag. This closes #214
|
292 | * Adding .ratignore file.
|
293 | * [CB-9171](https://issues.apache.org/jira/browse/CB-9171) Support Plugin Variables with =
|
294 | * [CB-9128](https://issues.apache.org/jira/browse/CB-9128) cordova-cli documentation translation: cordova-cli
|
295 | * [CB-5578](https://issues.apache.org/jira/browse/CB-5578) Adds `clean` command to cordova-cli.
|
296 | * [CB-8993](https://issues.apache.org/jira/browse/CB-8993) Plugin restore ignores search path. This closes #213
|
297 | * [CB-9121](https://issues.apache.org/jira/browse/CB-9121) Add support for build configuration to be specified using the CLI
|
298 | * [CB-8898](https://issues.apache.org/jira/browse/CB-8898) Adds missing section about `requirements` to general cordova help
|
299 |
|
300 | ### 5.1.1 (June 4, 2015)
|
301 | * [CB-8898](https://issues.apache.org/jira/browse/CB-8898) Adds missing section about `requirements` to general cordova help
|
302 | * [CB-8898](https://issues.apache.org/jira/browse/CB-8898) Introduces `cordova requirements` command
|
303 | * Updated cordova-lib dependency to 5.1.1
|
304 |
|
305 | ### 5.0.0 (Apr 16, 2015)
|
306 | * Add information on Firefox OS to the README
|
307 | * Update link to hooks README
|
308 | * [CB-8634](https://issues.apache.org/jira/browse/CB-8634) Adds docs about support for custom branches for `cordova platform add`
|
309 |
|
310 | ### 4.3.0 (Feb 27, 2015)
|
311 | * docs update for plugin --save
|
312 | * Grunt "retire" task added (close #204)
|
313 | * [CB-8439](https://issues.apache.org/jira/browse/CB-8439) Fix 'cordova platform update' documentation to include `<plat-spec>` (close #208)
|
314 | * [CB-8379](https://issues.apache.org/jira/browse/CB-8379) Have --version print out cordova-lib version if it's not the same as CLI's version
|
315 | * [CB-8211](https://issues.apache.org/jira/browse/CB-8211), [CB-8358](https://issues.apache.org/jira/browse/CB-8358) Update `--link` help text
|
316 | * [CB-8168](https://issues.apache.org/jira/browse/CB-8168) --list support for CLI (close #205)
|
317 | * [CB-8314](https://issues.apache.org/jira/browse/CB-8314) Speed up Travis CI (close #207)
|
318 | * [CB-8301](https://issues.apache.org/jira/browse/CB-8301) Added CI configuration files (close #206)
|
319 | * [CB-8227](https://issues.apache.org/jira/browse/CB-8227) [CB-8237](https://issues.apache.org/jira/browse/CB-8237) [CB-8238](https://issues.apache.org/jira/browse/CB-8238) Add --save option to 'cordova platform add', 'cordova platform remove' and 'cordova platform update'
|
320 | * Add coverage/ to .npmignore
|
321 | * [CB-5316](https://issues.apache.org/jira/browse/CB-5316) Spell Cordova as a brand unless it's a command or script
|
322 | * [CB-7950](https://issues.apache.org/jira/browse/CB-7950) CLI make CordovaCliCreate.prototype.run vaguely correct
|
323 | * [CB-7739](https://issues.apache.org/jira/browse/CB-7739) document installing specific version of platforms
|
324 | * [CB-7950](https://issues.apache.org/jira/browse/CB-7950) CLI create.js misspells parseConfig
|
325 |
|
326 | ### 4.2.0 (Jan 06, 2015)
|
327 | * [CB-6756](https://issues.apache.org/jira/browse/CB-6756) use cordova_lib.binname instead of cordova
|
328 | * Fixed jshint issues with cli.js (close #199)
|
329 | * [CB-8211](https://issues.apache.org/jira/browse/CB-8211) Add --link option to `cordova plugin add` (close #191)
|
330 | * [CB-8129](https://issues.apache.org/jira/browse/CB-8129) Adds 'npm run cover' command to generate tests coverage report
|
331 | * searchpath option is added to restore
|
332 |
|
333 | ### 4.1.2 (Nov 13, 2014)
|
334 | * Expose cordova-lib and the cli from cordova-cli
|
335 | * [CB-7636](https://issues.apache.org/jira/browse/CB-7636) Allow using --nobuild flag without screaning
|
336 |
|
337 | ### 4.0.0 (Oct 10, 2014)
|
338 | * Made version semver complient and bumped to 4.0.0
|
339 | * Pinned dependencies
|
340 | * added missing AL header
|
341 |
|
342 | ### 3.6.1-0.2.13
|
343 | * update shrinkwrap
|
344 |
|
345 | ### 3.6.1-0.2.12
|
346 | * [CB-7383](https://issues.apache.org/jira/browse/CB-7383) depend on a newer version of cordova-lib
|
347 |
|
348 | ### 3.6.1-0.2.11
|
349 | * bump version to 3.6.3-0.2.11
|
350 |
|
351 | ### 3.6.1-0.2.10 (Sep 05, 2014)
|
352 | * updated Release notes
|
353 | * updated version to include dev prefix
|
354 |
|
355 | ### 3.6.0-0.2.8 (Aug 29, 2014)
|
356 | * adds missing 'fs' reference required for Windows (ln191)
|
357 | * [CB-7355](https://issues.apache.org/jira/browse/CB-7355) re added single test to test call through to cordova-lib cordova raw create
|
358 | * [CB-7364](https://issues.apache.org/jira/browse/CB-7364) remove duplicate logging initialization for cordova/plugman
|
359 | * [CB-7363](https://issues.apache.org/jira/browse/CB-7363) Do not insist on precise version of cordova-lib
|
360 | * [CB-7355](https://issues.apache.org/jira/browse/CB-7355) removed create tests which test behaviour of downstream dependencies
|
361 | * [CB-7358](https://issues.apache.org/jira/browse/CB-7358) cli spec mocks console log to avoid polluting test output while testing
|
362 | * [CB-7347](https://issues.apache.org/jira/browse/CB-7347) document cordova platform add /path/to support
|
363 | * [CB-7345](https://issues.apache.org/jira/browse/CB-7345) add tests to validate documentation
|
364 | * [CB-7345](https://issues.apache.org/jira/browse/CB-7345) improve cli documentation
|
365 | * [] refactored test to make use of jasmine's 'toThrow' expectation
|
366 | * correct object referenced in tests
|
367 | * proper order of initializers, which indicates a bigger problem
|
368 | * removed merge conflict
|
369 | * moved custom www handling code to a separate function
|
370 | * basic tests and structure added to create spec
|
371 | * renamed cli create spec more sensibly
|
372 | * parse config json moved to a function
|
373 | * functional refactor of create with expected input from caller implemented
|
374 | * updated tests and cli to pass all tests
|
375 | * tracking cli create spec
|
376 | * inital commit of cli create command logic in its own file
|
377 | * added verbose mode initialization to set up event handlers
|
378 | * created init function to handle initalization of underscore and nopt
|
379 | * Fixed the tests
|
380 | * Added browserify option "download_opts"
|
381 | * [CB-7260](https://issues.apache.org/jira/browse/CB-7260) use newer cordova-lib to get cordova-android 3.5.1, bump version num
|
382 | * [CB-7249](https://issues.apache.org/jira/browse/CB-7249) cordova-cli documentation translation: cordova-cli
|
383 | * [CB-7001](https://issues.apache.org/jira/browse/CB-7001) moved browserify help docs to proper locations
|
384 | * [CB-7001](https://issues.apache.org/jira/browse/CB-7001) added browserify to cordova.txt help doc
|
385 | * [CB-6024](https://issues.apache.org/jira/browse/CB-6024) Document -- for platform options
|
386 | * Added browserify flag to cli options
|
387 | * checking for browserify flag
|
388 | * [CB-7220](https://issues.apache.org/jira/browse/CB-7220) Support cordova_lib.binname
|
389 | * [CB-7220](https://issues.apache.org/jira/browse/CB-7220) Split cordova help into per feature help files
|
390 | * [CB-6756](https://issues.apache.org/jira/browse/CB-6756) Adds the platforms subcommand for save and restore
|
391 | * [CB-7100](https://issues.apache.org/jira/browse/CB-7100): Use npm based lazy-load by default
|
392 | * [CB-6127](https://issues.apache.org/jira/browse/CB-6127)lisa7cordova-plugin-consolecordova-cli documentation translation: cordova-cli
|
393 | * Call process.removeAllListeners() in cli spec
|
394 | * Add --captureExceptions flag to jasmine
|
395 | * Pin jasmine to older version temporarily
|
396 | * Fix [CB-7069](https://issues.apache.org/jira/browse/CB-7069) copy-from & link-to custom uri -> url
|
397 | * [CB-7002](https://issues.apache.org/jira/browse/CB-7002) Incremented package version to -dev
|
398 |
|
399 | ### 3.5.0-0.2.6 ()
|
400 | * [CB-6976](https://issues.apache.org/jira/browse/CB-6976) Add support for Windows Universal apps (Windows 8.1 and WP 8.1)
|
401 | * [CB-6728](https://issues.apache.org/jira/browse/CB-6728): Support chip architecture flag --archs
|
402 | * [CB-6954](https://issues.apache.org/jira/browse/CB-6954): Use the unified cordova_lib.events
|
403 | * [CB-6740](https://issues.apache.org/jira/browse/CB-6740): [amazon-fireos]Clean up error reporting when AmazonWebView SDK not found
|
404 | * [CB-6943](https://issues.apache.org/jira/browse/CB-6943) Path can include the : if it is absolute, only test for http. Added tests
|
405 | * Show full stack for CordovaError in verbose mode
|
406 | * [CB-6024](https://issues.apache.org/jira/browse/CB-6024): Use nopt instead of optimist in cli
|
407 | * [CB-6859](https://issues.apache.org/jira/browse/CB-6859) remove wp7 as platform
|
408 | * Add --usenpm flag to activate npm based lazy_load
|
409 | * [CB-6767](https://issues.apache.org/jira/browse/CB-6767) Allow `cordova` to be replacable in error messages
|
410 | * CLI implementation & docs for the save and restore plugins
|
411 | * Add --noregstry flag for disabling plugin lookup in the registry
|
412 |
|
413 | ### 3.5.0-0.2.4 (May 14, 2014)
|
414 | * [CB-5941](https://issues.apache.org/jira/browse/CB-5941) Update link to hooks-README.md file from README.md
|
415 | * Fix cordova help
|
416 | * Fixing failing CLI tests by removing 'experimental' key
|
417 |
|
418 | ### 3.5.0-0.2.0 (May 09, 2014)
|
419 | * [CB-6649](https://issues.apache.org/jira/browse/CB-6649) Removing experimental flag from positional arguments
|
420 | * [CB-6648](https://issues.apache.org/jira/browse/CB-6648) Adding a flag for experimental features
|
421 | * Fix require paths to use cordova-lib
|
422 | * Update package.json to use cordova-lib
|
423 | * Split out cordova-lib: move cordova-cli files
|
424 | * [Windows8] re-added BOM : [CB-5421](https://issues.apache.org/jira/browse/CB-5421) Add BOM to all html, js, css files to ensure app can pass Windows Store Certification
|
425 | * [CB-6491](https://issues.apache.org/jira/browse/CB-6491) add CONTRIBUTING.md
|
426 | * Adding support for privileged
|
427 | * Merge pull request #4 from rodms10/autoPermission
|
428 | * android-parser: Add AndroidLaunchMode preference
|
429 | * Fix CLI tests to work with node v0.11
|
430 | * Update version of jasmine-node. Fixes test warnings util.print with node 0.11
|
431 | * [CB-2606](https://issues.apache.org/jira/browse/CB-2606) Andriod icon - do not attempt copy to undefined path
|
432 | * [CB-2606](https://issues.apache.org/jira/browse/CB-2606) Icons support for iOS, Android, BB10, WP8, Win8, FxOS
|
433 | * [CB-6329](https://issues.apache.org/jira/browse/CB-6329) Delete unused info-utils.js
|
434 | * [CB-6329](https://issues.apache.org/jira/browse/CB-6329) Clean-up of cordova info changes previously merged.
|
435 | * [CB-6329](https://issues.apache.org/jira/browse/CB-6329) improve 'cordova info' command
|
436 | * [CB-5847](https://issues.apache.org/jira/browse/CB-5847) strictSSL is no longer ignored
|
437 | * [CB-6432](https://issues.apache.org/jira/browse/CB-6432) pre_package hook does not populate %CORDOVA_PLATFORMS%
|
438 | * Revert "CB-6267 Windows8. Apply BackgroundColor from config.xml"
|
439 | * Recreate "platforms" dir if it was deleted.
|
440 | * [CB-5093](https://issues.apache.org/jira/browse/CB-5093): Add versionCode and CFBundleVersion during prepare
|
441 | * [CB-6312](https://issues.apache.org/jira/browse/CB-6312) Use "landscape" instead of "userLandscape" in AndroidManifest.xml
|
442 | * [CB-6421](https://issues.apache.org/jira/browse/CB-6421): Move tests from e2e to spec - cli test
|
443 | * [CB-6377](https://issues.apache.org/jira/browse/CB-6377) superspawn: always wrap non .exe with spaces to cmd with /s /c
|
444 |
|
445 | ### 3.4.1-0.1.0 (Apr 03, 2014)
|
446 | * updated to use iOS 3.4.1
|
447 | * [CB-6377](https://issues.apache.org/jira/browse/CB-6377) Fix up superspawn's cmd fallback when there is a space in the args
|
448 | * [CB-6377](https://issues.apache.org/jira/browse/CB-6377) Remove windowsVerbatimArguments from superspawn
|
449 | * [CB-6344](https://issues.apache.org/jira/browse/CB-6344) Fix spy to return a default platform JSON instead of an empty object
|
450 | * [CB-6382](https://issues.apache.org/jira/browse/CB-6382) platform list: sort output
|
451 | * [CB-6377](https://issues.apache.org/jira/browse/CB-6377) Handle spaces in paths for cmd related scripts
|
452 | * [CB-6292](https://issues.apache.org/jira/browse/CB-6292) Add a callback-based API for cordova info (in addition to promise API)
|
453 | * [CB-6292](https://issues.apache.org/jira/browse/CB-6292) Revert commits that add explicit callbacks to APIs
|
454 | * [CB-6322](https://issues.apache.org/jira/browse/CB-6322) Simplify platforms/platform code for platform specifics
|
455 | * README.md: Getting Started guides link was broke. Fix.
|
456 | * Make "cmd" executed more readable.
|
457 | * [CB-6141](https://issues.apache.org/jira/browse/CB-6141) Fix Windows 8 tests
|
458 | * Use smarter BOM-skipping logic when parsing XML.
|
459 | * [CB-6357](https://issues.apache.org/jira/browse/CB-6357) platform check - install each platform to determine working + version number
|
460 | * [CB-6357](https://issues.apache.org/jira/browse/CB-6357) platform: provide exports for functions
|
461 | * [CB-6357](https://issues.apache.org/jira/browse/CB-6357) platform: Refactor into distinct functions
|
462 | * [CB-6338](https://issues.apache.org/jira/browse/CB-6338) Improve error for missing template
|
463 | * [CB-6337](https://issues.apache.org/jira/browse/CB-6337) Print nice error when cordova-cli hits various expected things
|
464 | * This closes #147
|
465 | * [CB-6267](https://issues.apache.org/jira/browse/CB-6267) Windows8. Apply BackgroundColor from config.xml
|
466 | * [CB-6338](https://issues.apache.org/jira/browse/CB-6338) Improve error for missing template
|
467 | * [CB-6030](https://issues.apache.org/jira/browse/CB-6030) - Automatically increment port for serve when default is in use
|
468 | * [CB-6337](https://issues.apache.org/jira/browse/CB-6337) Print nice error when cordova-cli hits various expected things
|
469 | * [CB-6323](https://issues.apache.org/jira/browse/CB-6323) Fix harmless typo in superspawn (cmd -> c)
|
470 | * [CB-6323](https://issues.apache.org/jira/browse/CB-6323) Fix superspawn's resolve function on windows (was very broken)
|
471 | * [CB-6306](https://issues.apache.org/jira/browse/CB-6306) Error creating project when path to project includes spaces
|
472 | * Tweak error message when hooks fail (wasn't showing correct command)
|
473 | * [CB-6296](https://issues.apache.org/jira/browse/CB-6296) callback/promise interface implemented
|
474 | * [CB-6293](https://issues.apache.org/jira/browse/CB-6293) additional tests for run command
|
475 | * [CB-6292](https://issues.apache.org/jira/browse/CB-6292) tests for build function's dual return method
|
476 | * updated jasmine dependency for timing
|
477 | * [CB-6211](https://issues.apache.org/jira/browse/CB-6211) 'cordova info' command fixed for Windows platform
|
478 | * Fix prepare command from hiding failures.
|
479 | * Fix ConfigParser.getPreference error + tests
|
480 | * [CB-6209](https://issues.apache.org/jira/browse/CB-6209) Uplevel changes from android_parser to amazon_fireos_parser Added orientation related config changes from android_parser.
|
481 | * [CB-6147](https://issues.apache.org/jira/browse/CB-6147) Enable CLI and Plugman with npm shrinkwrap
|
482 | * When searchpath is specified in config and CLI, merge them.
|
483 | * Add --searchpath to help.txt
|
484 | * Fix node-style-callbacks form of the CLI api not passing through results.
|
485 |
|
486 | ### 3.4.0-0.1.3 (Mar 3, 2014)
|
487 | * Update to plugman v0.20.2
|
488 |
|
489 | ### 3.4.0-0.1.2 (Feb 28, 2014)
|
490 | * Update to plugman v0.20.1
|
491 |
|
492 | ### 3.4.0-0.1.1 (Feb 26, 2014)
|
493 | * Update to plugman v0.20.0
|
494 | * [CB-5647](https://issues.apache.org/jira/browse/CB-5647) Remove concept of .staging dir. Install directly to www/
|
495 | * [CB-5299](https://issues.apache.org/jira/browse/CB-5299) Speed up prepare by using plugman's new reapply_global_munge()
|
496 | * Refactored config_parser.js to simply both it and its tests.
|
497 | * [CB-6076](https://issues.apache.org/jira/browse/CB-6076) Make "Generating config.xml from defaults" a verbose log
|
498 | * [CB-5181](https://issues.apache.org/jira/browse/CB-5181) Use spawn helper for all sub-shelling.
|
499 | * [CB-6049](https://issues.apache.org/jira/browse/CB-6049), [CB-5181](https://issues.apache.org/jira/browse/CB-5181) Enable stdio for build sub-commands and hooks
|
500 |
|
501 | ## 3.4.0-0.1.0 (Feb 14, 2014)
|
502 | * [CB-5638](https://issues.apache.org/jira/browse/CB-5638) Clean-up: remove unreachable info case from function
|
503 | * [CB-5937](https://issues.apache.org/jira/browse/CB-5937) Add "platform check" command: Shows platforms that are out of date
|
504 | * [CB-5634](https://issues.apache.org/jira/browse/CB-5634) Minor refactoring + tests for Android's orientation preference.
|
505 | * [CB-5634](https://issues.apache.org/jira/browse/CB-5634) Set Android orientation from config.xml
|
506 | * Upleveled amazon_fireos_parser. Making it at par with android_parser.js
|
507 | * [CB-5947](https://issues.apache.org/jira/browse/CB-5947) Throw when trying to create project inside custom www.
|
508 | * [CB-4153](https://issues.apache.org/jira/browse/CB-4153) Update help.txt about --source -> --copy-from
|
509 |
|
510 | ## 3.3.1-0.3.1 (Jan 31, 2014)
|
511 | * [CB-4153](https://issues.apache.org/jira/browse/CB-4153) Rename --source and --link flags to --copy-from and --link-to
|
512 |
|
513 | ## 3.3.1-0.3.0 (Jan 30, 2014)
|
514 | * Updated plugman dependency to 0.19.0
|
515 | * [CB-5913](https://issues.apache.org/jira/browse/CB-5913) Fail more gracefully on Windows when symlinks fail.
|
516 | * Fix isWindows check in util.js to support win64
|
517 | * [CB-5907](https://issues.apache.org/jira/browse/CB-5907) Make `cordova update` get version from platform's version script
|
518 | * [CB-3612](https://issues.apache.org/jira/browse/CB-3612) Don't pass --device to "run" command by default.
|
519 | * [CB-5493](https://issues.apache.org/jira/browse/CB-5493) lazy_load now downloads to a temp dir and then moves.
|
520 | * [CB-5782](https://issues.apache.org/jira/browse/CB-5782) Hide stack trace for explicitly handled error conditions
|
521 | * [CB-5590](https://issues.apache.org/jira/browse/CB-5590) Have config.xml version map to CFBundleShortVersionString instead of CFBundleVersion
|
522 | * [CB-5299](https://issues.apache.org/jira/browse/CB-5299) Cache pbxproj to avoid re-parsing it for each plugin.
|
523 | * [CB-5813](https://issues.apache.org/jira/browse/CB-5813) Fix missing quotes on update and ls commands
|
524 | * [CB-5808](https://issues.apache.org/jira/browse/CB-5808) Fix lazy_load stripping off windows drive letters
|
525 | * Expose util.isCordova as cordova.findProjectRoot()
|
526 | * Allow lazy_load libs to work without an id and version for local paths.
|
527 | * Add an option to config.js to not write config.json during create.
|
528 | * Update node-xcode dependency to 0.6.6
|
529 |
|
530 | ## 3.3.1-0.2.0 (Jan 15, 2014)
|
531 | * [CB-5006](https://issues.apache.org/jira/browse/CB-5006) Add --searchpath to "plugin add" so that installing by ID will search local paths before hitting the registry.
|
532 | * [CB-4153](https://issues.apache.org/jira/browse/CB-4153) Add --src & --link to cordova create.
|
533 | * [CB-5687](https://issues.apache.org/jira/browse/CB-5687) Make cordova commands work when CWD is inside of a symlink'ed www/
|
534 | * [CB-4910](https://issues.apache.org/jira/browse/CB-4910) Default config.xml to the root instead of within www/
|
535 | * [CB-5764](https://issues.apache.org/jira/browse/CB-5764) Move hooks/ to top-level instead of under .cordova
|
536 | * [CB-5763](https://issues.apache.org/jira/browse/CB-5763) Don't create .cordova/ by default
|
537 | * [CB-4871](https://issues.apache.org/jira/browse/CB-4871) Reduced package size significantly.
|
538 | * [CB-4976](https://issues.apache.org/jira/browse/CB-4976) Don't use ~/.cordova/lib for local directory
|
539 | * [CB-5777](https://issues.apache.org/jira/browse/CB-5777) Fix "platform update" not updating cordova.js
|
540 | * [CB-5728](https://issues.apache.org/jira/browse/CB-5728) Files in merges must remain intact when removing platform
|
541 |
|
542 | ## 3.3.0-0.1.0
|
543 | * [CB-5347](https://issues.apache.org/jira/browse/CB-5347) Handle dangling platform symlink in cordova platform add
|
544 | * Added deprecation notice about wp7
|
545 | * updated plugman version to 0.17.0
|
546 | * [CB-5573](https://issues.apache.org/jira/browse/CB-5573) relies on stderr content and error codes to detect a problem with xcode installation.
|
547 | * [CB-4382](https://issues.apache.org/jira/browse/CB-4382) Pass cli arguments to project-level hooks
|
548 | * [CB-5362](https://issues.apache.org/jira/browse/CB-5362) blackberry parser: support local cordova-blackberry
|
549 | * [CB-5345](https://issues.apache.org/jira/browse/CB-5345) Add pre_package event for windows8 parser.
|
550 |
|
551 | ## 3.2.0-0.4.0
|
552 |
|
553 | * Make sure errors during prepare are reported
|
554 | * [CB-5031](https://issues.apache.org/jira/browse/CB-5031) Add CLI help text for platform update and plugin search
|
555 | * [CB-5298](https://issues.apache.org/jira/browse/CB-5298) Remove redundant requirements check for iOS and Android. The bin/create scripts check.
|
556 | * windows8. fixes version number parsing logic
|
557 | * [CB-4472](https://issues.apache.org/jira/browse/CB-4472) Remove preference from template config.xml
|
558 |
|
559 | ## 3.2.0-0.3.0
|
560 |
|
561 | * [CB-5501](https://issues.apache.org/jira/browse/CB-5501) fix blackberry10 platform
|
562 | * [android] fixing failing android parser spec tests
|
563 | * [android] call out to platform check_req script
|
564 |
|
565 | ## 3.2.0-0.2.0
|
566 |
|
567 | * [CB-5485](https://issues.apache.org/jira/browse/CB-5485) fixed issue with use of cordova cli api
|
568 |
|
569 | ## 3.2.0-0.1.0
|
570 |
|
571 | * add the output of the plugman results to the console
|
572 | * [CB-5363](https://issues.apache.org/jira/browse/CB-5363) Improve config_json error reporting
|
573 | * [CB-5364](https://issues.apache.org/jira/browse/CB-5364) config_parser - check for null element text
|
574 | * Fix issue not finding platform script when in subdir - check platforms which have subdir
|
575 | * [CB-5377](https://issues.apache.org/jira/browse/CB-5377) serve: should only indicate listening when it is
|
576 | * [CB-5368](https://issues.apache.org/jira/browse/CB-5368) Cordova serve deflate content breaks IE
|
577 | * Change cordova serve's project.json to include etags.
|
578 | * [CB-5280](https://issues.apache.org/jira/browse/CB-5280) Update serve's help text to remove platform arguments
|
579 | * [CB-5364](https://issues.apache.org/jira/browse/CB-5364) config_parser - handle duplicates with children and text when merging
|
580 | * [CB-5320](https://issues.apache.org/jira/browse/CB-5320) Document avoiding sudo
|
581 | * [CB-4400](https://issues.apache.org/jira/browse/CB-4400): cd to project root in most cordova commands.
|
582 | * [CB-5063](https://issues.apache.org/jira/browse/CB-5063): Revert to copying cordova.js before user www dir
|
583 | * fix 3 failing tests for windows8 and wp8 and add assertions for wp7 too.
|
584 | * Adding instructions for installing on master.
|
585 | * [CB-5063](https://issues.apache.org/jira/browse/CB-5063): Keep cordova.js in platform_www to avoid copying it from lib.
|
586 | * [CB-5307](https://issues.apache.org/jira/browse/CB-5307): Remove references to Callback and Incubator
|
587 | * tests were failing attempting to match lib/dir and lib\\dir on windows
|
588 | * [CB-5183](https://issues.apache.org/jira/browse/CB-5183) WP7/8 lib path is not correctly resolved by CLI (additional changes)
|
589 | * [CB-5283](https://issues.apache.org/jira/browse/CB-5283) Improved cordova serve message to be more descriptive
|
590 | * [CB-4866](https://issues.apache.org/jira/browse/CB-4866) Execute hooks in ascending order of any leading numbers
|
591 | * [CB-5143](https://issues.apache.org/jira/browse/CB-5143) Locate the actual Android app .java file much more carefully.
|
592 | * Cleaning up wp7+8 parsers' use of promises. Fix tests.
|
593 | * serve: Fix doRoot() not being called & remove duplicated table.
|
594 | * serve: provide basic entry point
|
595 | * Code style (indentation)
|
596 | * Wait for the pre_package event to finish, or the update_csproj function might give unexpected results
|
597 | * Add pre_package event to wp8 project
|
598 | * readability + code quality in wp7+8 parsers
|
599 | * [CB-5183](https://issues.apache.org/jira/browse/CB-5183) WP7/8 custom_path is not correctly resolved by CLI
|
600 | * [CB-4994](https://issues.apache.org/jira/browse/CB-4994) Update xcode dependency to handle Xcode 5 capabilities.
|
601 | * [CB-5220](https://issues.apache.org/jira/browse/CB-5220) "An error occurred" is missing an "A" ...
|
602 |
|
603 |
|
604 | ## 3.1.0-0.2.0
|
605 |
|
606 | * increased version of plugman to 0.14.0 in package.json
|
607 | * [CB-5187](https://issues.apache.org/jira/browse/CB-5187): remove unused var os_platform
|
608 | * CB:5187 on node windows broken compile, emulate, run
|
609 | * [CB-4976](https://issues.apache.org/jira/browse/CB-4976) Don't symlink into ~/.cordova/lib for local libs
|
610 | * [CB-5142](https://issues.apache.org/jira/browse/CB-5142) improve grammar of emulate description
|
611 | * [CB-5147](https://issues.apache.org/jira/browse/CB-5147) emulate needs a space before error message
|
612 | * [CB-5125](https://issues.apache.org/jira/browse/CB-5125) add tests for chil process spawn
|
613 | * [CB-5125](https://issues.apache.org/jira/browse/CB-5125): replace child process exec with spawn
|
614 | * [CB-4748](https://issues.apache.org/jira/browse/CB-4748): Fail quickly if dir passed to cordova create is not empty.
|
615 | * [CB-5106](https://issues.apache.org/jira/browse/CB-5106): removed flood of cp error messages when running tests
|
616 | * [CB-5106](https://issues.apache.org/jira/browse/CB-5106):[wp7] fixed broken wp7 tests
|
617 | * [CB-5106](https://issues.apache.org/jira/browse/CB-5106):[win8] fixed tests for windows 8
|
618 | * Using .find to grab visualelements instead
|
619 | * [CB-5066](https://issues.apache.org/jira/browse/CB-5066): fixed issue with visual elements not being referenced correctly
|
620 | * windows8: remove debug console.log
|
621 | * windows8: fixed project parser issue, and updated tests
|
622 | * Update tests for commit d1c8024: update_project() should not call update_www() directly
|
623 | * begin firefoxos tests
|
624 | * [CB-5066](https://issues.apache.org/jira/browse/CB-5066): dealing with windows8 issues
|
625 | * config.xml helper function is used, removed error merge of wp folder.
|
626 | * [CB-5066](https://issues.apache.org/jira/browse/CB-5066): continuing merge of windows 8 stuff
|
627 | * [CB-5066](https://issues.apache.org/jira/browse/CB-5066): merged in windows 8 support into master from cordova-3.1.x
|
628 | * config.xml helper function is used, removed error merge of wp folder.
|
629 | * [CB-5066](https://issues.apache.org/jira/browse/CB-5066): continuing merge of windows 8 stuff
|
630 | * [CB-5066](https://issues.apache.org/jira/browse/CB-5066): merged in windows 8 support into master from cordova-3.1.x
|
631 | * [CB-2234](https://issues.apache.org/jira/browse/CB-2234) Add 'cordova info' command
|
632 | * [CB-4774](https://issues.apache.org/jira/browse/CB-4774): Copy www assets before running plugin prepare
|
633 | * cordova help should return a Q. fixes [CB-5070](https://issues.apache.org/jira/browse/CB-5070)
|
634 | * updated to a version greater than our latest version on npm
|
635 | * added not about platform+os restrictions
|
636 | * added myself as a contributor, [CB-5042](https://issues.apache.org/jira/browse/CB-5042) added info on windows8
|
637 | * [CB-5067](https://issues.apache.org/jira/browse/CB-5067): added exception incase no platform level config.xml or defaults.xml exisit
|
638 | * added temp config path for ffos, fixed wp8 config_xml function
|
639 | * [CB-4774](https://issues.apache.org/jira/browse/CB-4774) Updated prepare flow to make platform config.xml a build output - Adds a new method to
|
640 | * [CB-5032](https://issues.apache.org/jira/browse/CB-5032): clarify the help text
|
641 | * [CB-4621](https://issues.apache.org/jira/browse/CB-4621) Updating run and emulate commands to always provide default options
|
642 | * Log requests in cordova serve
|
643 | * Make cordova serve ignore dot files.
|
644 | * [CB-4957](https://issues.apache.org/jira/browse/CB-4957): added fix for FFOS
|
645 | * Update "cordova serve" to work with promises refactoring
|
646 | * [CB-4774](https://issues.apache.org/jira/browse/CB-4774) Display proper error if cordova prepare run not in project dir.
|
647 | * Fixes a bug where cordova prepare bombs on a config missing a content element - Changes an undefi
|
648 | * Bumping elementtree version to 0.1.5 to match plugman and support namespaced xml elements
|
649 | * Fix cli.js tests broken by --silent change.
|
650 | * [CB-4877]: Add basic logging, --silent flag.
|
651 | * Fix busted test.
|
652 | * First pass
|
653 | * [CB-4883]: Graceful handling of lazy loading errors.
|
654 | * reapplied change to add event mid build to allow mods to www folder pre_package aka 775e969f9cc27a
|
655 | * Remove two debugger; lines that snuck in.
|
656 | * [CB-4604](https://issues.apache.org/jira/browse/CB-4604) Execute hooks directly (not .bat files) cross-platform
|
657 | * Refactor to use Q.js promises in place of callbacks everywhere.
|
658 | * [CB-4837]: Version 3.0.10. Depends on Plugman 0.12.x.
|
659 | * Add missing license headers
|
660 | * Update repo versions to 3.1.0-rc1
|
661 | * Add `cordova update foo` command, with tests. [CB-4777](https://issues.apache.org/jira/browse/CB-4777)
|
662 | * Add version numbers to `platform ls` output.
|
663 | * [CB-4545](https://issues.apache.org/jira/browse/CB-4545) support for merges directory on both wp7 & wp8
|
664 | * Rename CHANGELOG.md -> RELEASENOTES.md
|
665 | * Fix expectation for platform ls test, for firefoxos
|
666 | * Fix platforms.js: firefoxos.parser
|
667 | * CB:4657 added ffos support to cli
|
668 | * [CB-4657](https://issues.apache.org/jira/browse/CB-4657): added staging_dir function to ff parser
|
669 | * add default manifest properties for firefox os platform
|
670 | * make the firefoxos parser actually build the project
|
671 | * change firefoxos link to tarball
|
672 | * add firefox platform
|
673 | * [CB-4797](https://issues.apache.org/jira/browse/CB-4797) Fix a crash on undefined platform in path.
|
674 | * [CB-4797](https://issues.apache.org/jira/browse/CB-4797) Add missing return statement in cordova serve
|
675 | * Fix broken tests due to lazy requiring change.
|
676 | * [CB-4797](https://issues.apache.org/jira/browse/CB-4797) Change `serve` command to serve platforms keyed off of path component.
|
677 | * [CB-4793](https://issues.apache.org/jira/browse/CB-4793) Lazily require modules in some places.
|
678 | * [CB-4325](https://issues.apache.org/jira/browse/CB-4325) Run platform installs in serial instead of in parallel
|
679 | * Version updated to 3.0.10-dev
|
680 |
|
681 | ## 3.0.10
|
682 |
|
683 | Important note: This version targets Cordova version 3.1.0-rc1.
|
684 |
|
685 | ### Notable
|
686 |
|
687 | - You can now `cordova platform update <platform>`, which calls the platform's update script. Android, iOS, WP7 and WP8 have update scripts. Please give this a try and report any problems!
|
688 |
|
689 | ### Features
|
690 |
|
691 | - `platform ls` now shows the version of each installed platform.
|
692 | - `merges` are now supported on WP7+8.
|
693 | - `serve` now serves from `http://myhost.com/ios/www`, `/android/www`, etc., serving all platforms at once.
|
694 | - Speed significantly improved by importing modules only on demand. `prepare` is much faster, `platform ls` more than 10x faster.
|
695 | - Now with Firefox OS!
|
696 |
|
697 | ### Bugfixes
|
698 |
|
699 | - Corner cases in `serve`.
|
700 |
|
701 |
|
702 | ## 3.0.9
|
703 |
|
704 | ### Features
|
705 |
|
706 | - `platform ls` now shows both installed and available-to-install platforms. [CB-3904](https://issues.apache.org/jira/browse/CB-3904)
|
707 |
|
708 | ### Bugfixes
|
709 |
|
710 | - Plugins are now installed serially across all installed platforms, rather than in parallel. This avoids race conditions in dependency installation. [CB-4184](https://issues.apache.org/jira/browse/CB-4184)
|
711 | - (WP8) All files from project www dir are now copied into the binary, not the top-level www. This means merges and plugin assets are correctly handled.
|