|
20 | 20 | --> |
21 | 21 | # Cordova-lib Release Notes |
22 | 22 |
|
| 23 | +### 10.0.0 (Jul 22, 2020) |
| 24 | + |
| 25 | +* [GH-846](https://github.com/apache/cordova-lib/pull/846) breaking: remove `cordova info` logic from `lib` |
| 26 | +* [GH-849](https://github.com/apache/cordova-lib/pull/849) breaking: bump dependencies |
| 27 | +* [GH-847](https://github.com/apache/cordova-lib/pull/847) chore: update dev dependencies |
| 28 | +* [GH-848](https://github.com/apache/cordova-lib/pull/848) chore: bump `cordova-eslint` w/ automatic fixes |
| 29 | +* [GH-843](https://github.com/apache/cordova-lib/pull/843) test(`fixture-helper`): install **Android** platform by name again |
| 30 | +* [GH-844](https://github.com/apache/cordova-lib/pull/844) fix: remove unused dependency on `cordova-create` |
| 31 | +* [GH-841](https://github.com/apache/cordova-lib/pull/841) chore: add `package-lock.json` |
| 32 | +* [GH-840](https://github.com/apache/cordova-lib/pull/840) chore: use short notation in `package.json` |
| 33 | +* [GH-839](https://github.com/apache/cordova-lib/pull/839) chore: stop testing with nightly |
| 34 | +* [GH-838](https://github.com/apache/cordova-lib/pull/838) chore: update **Android** platform pinning to 9.0.0 |
| 35 | +* [GH-837](https://github.com/apache/cordova-lib/pull/837) chore: update **OSX** platform pinning to 6.0.0 |
| 36 | +* [GH-836](https://github.com/apache/cordova-lib/pull/836) chore: update **iOS** platform pinning to 6.1.0 |
| 37 | +* [GH-835](https://github.com/apache/cordova-lib/pull/835) GH-832: Look at devDeps for restoring platforms |
| 38 | +* [GH-833](https://github.com/apache/cordova-lib/pull/833) breaking: upgrade cordova dependencies for next major |
| 39 | +* [GH-831](https://github.com/apache/cordova-lib/pull/831) test: use `expectAsync` for rejections |
| 40 | +* [GH-825](https://github.com/apache/cordova-lib/pull/825) test(e2e): improve `HooksRunner.spec` |
| 41 | +* [GH-828](https://github.com/apache/cordova-lib/pull/828) chore: consolidate eslint configs |
| 42 | +* [GH-803](https://github.com/apache/cordova-lib/pull/803) test: move `cordova/platform/{platform => addHelper}` |
| 43 | +* [GH-827](https://github.com/apache/cordova-lib/pull/827) fix: plugin installation from `git` url w/ `semver` |
| 44 | +* [GH-826](https://github.com/apache/cordova-lib/pull/826) test: use `fs.copySync` for increased performance |
| 45 | +* [GH-823](https://github.com/apache/cordova-lib/pull/823) test(e2e): re-enable HooksRunner#12 and move it to plugin#14 |
| 46 | +* [GH-824](https://github.com/apache/cordova-lib/pull/824) style: fix linting violations |
| 47 | +* [GH-821](https://github.com/apache/cordova-lib/pull/821) feat: proper support for scoped plugins |
| 48 | +* [GH-822](https://github.com/apache/cordova-lib/pull/822) refactor: `eslint` setup |
| 49 | +* [GH-820](https://github.com/apache/cordova-lib/pull/820) refactor: remove stub interface to `cordova-create` |
| 50 | +* [GH-819](https://github.com/apache/cordova-lib/pull/819) refactor: use `execa`'s cross-platform shebang support in `HooksRunner` |
| 51 | +* [GH-812](https://github.com/apache/cordova-lib/pull/812) chore: replace `superspawn` with `execa` |
| 52 | +* [GH-781](https://github.com/apache/cordova-lib/pull/781) chore: remove `plugin save` |
| 53 | +* [GH-780](https://github.com/apache/cordova-lib/pull/780) chore: deprecate `plugin save` command |
| 54 | +* [GH-818](https://github.com/apache/cordova-lib/pull/818) Extend and improve plugin tests in preparation of supporting scoped plugins |
| 55 | +* [GH-810](https://github.com/apache/cordova-lib/pull/810) chore: bump production dependencies |
| 56 | +* [GH-816](https://github.com/apache/cordova-lib/pull/816) Simplify `jasmine` configuration |
| 57 | +* [GH-817](https://github.com/apache/cordova-lib/pull/817) Remove dead code in `integration-tests/plugin.spec` |
| 58 | +* [GH-815](https://github.com/apache/cordova-lib/pull/815) Do not spawn child process to get platform version |
| 59 | +* [GH-813](https://github.com/apache/cordova-lib/pull/813) `plugman_fetch.spec` cleanup |
| 60 | +* [GH-814](https://github.com/apache/cordova-lib/pull/814) Remove obsolete and duplicate ignore entries |
| 61 | +* [GH-809](https://github.com/apache/cordova-lib/pull/809) chore: improve npm ignore list |
| 62 | +* [GH-811](https://github.com/apache/cordova-lib/pull/811) chore: update `jasmine` dependencies |
| 63 | +* [GH-808](https://github.com/apache/cordova-lib/pull/808) Remove unused module plugman/platforms/common |
| 64 | +* [GH-807](https://github.com/apache/cordova-lib/pull/807) Break dependency cycles |
| 65 | +* [GH-804](https://github.com/apache/cordova-lib/pull/804) Fix `cordova/emulate.spec` |
| 66 | +* [GH-806](https://github.com/apache/cordova-lib/pull/806) Remove unused exports from `cordova/util` |
| 67 | +* [GH-805](https://github.com/apache/cordova-lib/pull/805) Remove support for obsolete `<project>/.cordova/config.json` |
| 68 | +* [GH-802](https://github.com/apache/cordova-lib/pull/802) Minor code cleanup |
| 69 | +* [GH-797](https://github.com/apache/cordova-lib/pull/797) Do not run legacy hooks from dirs anymore |
| 70 | +* [GH-800](https://github.com/apache/cordova-lib/pull/800) Remove `platform.check` |
| 71 | +* [GH-765](https://github.com/apache/cordova-lib/pull/765) Remove code to handle plugins that were added by cordova@<5.4.0 |
| 72 | +* [GH-766](https://github.com/apache/cordova-lib/pull/766) Remove parts of plugman that have been moved to the plugman repo |
| 73 | +* [GH-772](https://github.com/apache/cordova-lib/pull/772) Replace underscore with modern JS |
| 74 | +* [GH-799](https://github.com/apache/cordova-lib/pull/799) chore: drop node 6 and 8 support |
| 75 | +* [GH-798](https://github.com/apache/cordova-lib/pull/798) chore: bump version to 10.0.0-dev |
| 76 | +* [GH-770](https://github.com/apache/cordova-lib/pull/770) Use up-to-date fixtures in tests |
| 77 | +* [GH-796](https://github.com/apache/cordova-lib/pull/796) HooksRunner code & spec cleanup |
| 78 | +* [GH-791](https://github.com/apache/cordova-lib/pull/791) fix: error message during plugin installation w/ missing engine |
| 79 | +* [GH-777](https://github.com/apache/cordova-lib/pull/777) chore: add Node.js 12 to CI services |
| 80 | +* [GH-786](https://github.com/apache/cordova-lib/pull/786) Quick workaround for e2e failure on AppVeyor CI |
| 81 | +* [GH-783](https://github.com/apache/cordova-lib/pull/783) `nyc@14` update in devDependencies |
| 82 | +* [GH-775](https://github.com/apache/cordova-lib/pull/775) chore: cleanup `plugman.createPackageJson` |
| 83 | +* [GH-767](https://github.com/apache/cordova-lib/pull/767) Simpler and better `cordova/util.getPlatformApiFunction` |
| 84 | +* [GH-774](https://github.com/apache/cordova-lib/pull/774) Make `src/plugman/init-defaults.js` lintable |
| 85 | +* [GH-773](https://github.com/apache/cordova-lib/pull/773) Have `plugman.createPackageJson` create file in plugin dir, not in cwd |
| 86 | +* [GH-771](https://github.com/apache/cordova-lib/pull/771) Prevent masking of errors during testing |
| 87 | +* [GH-768](https://github.com/apache/cordova-lib/pull/768) Proper async code in `src/plugman/createpackagejson.js` |
| 88 | +* [GH-764](https://github.com/apache/cordova-lib/pull/764) chore: expressive `pkgJson.spec` |
| 89 | +* [GH-763](https://github.com/apache/cordova-lib/pull/763) Remove unnecessary spy |
| 90 | +* [GH-762](https://github.com/apache/cordova-lib/pull/762) Remove unused fixtures |
| 91 | +* [GH-761](https://github.com/apache/cordova-lib/pull/761) chore: various test improvements |
| 92 | + * Fix some test descriptions in `cordova/util.spec` |
| 93 | + * Stop `cordova/util.spec` from messing with the user's home directory! |
| 94 | + * Proper temp folder usage in `cordova/util.spec` |
| 95 | + * Remove outdated test from `cordova/util.spec` |
| 96 | + * Remove `rewire`/`revert` anti-pattern |
| 97 | + * Remove `superspawn` faking from `HooksRunner.spec` |
| 98 | +* [GH-760](https://github.com/apache/cordova-lib/pull/760) Minor cleanup of CI configs |
| 99 | + |
23 | 100 | ### 9.0.1 (Mar 31, 2019) |
24 | 101 | * [GH-759](https://github.com/apache/cordova-lib/pull/759) Fix faulty Promise handling in plugman.uninstall |
25 | 102 | * [GH-752](https://github.com/apache/cordova-lib/pull/752) Fix restoring plugins from `package.json` |
|
0 commit comments