Darryl Pogue
f86519b158
Bump version to 7.1.3-dev
2018-11-05 12:23:23 -08:00
Darryl Pogue
725e75fa0d
Update RELEASENOTES & version for v7.1.2
2018-11-05 12:17:08 -08:00
Christopher J. Brody
1efcbfa1d5
CB-14240 Set version & VERSION to 7.1.2-dev (coho)
2018-08-02 13:04:46 -04:00
Christopher J. Brody
b84034da6c
CB-14203 Update RELEASENOTES & version for 7.1.1
2018-07-11 19:29:29 -04:00
Christopher J. Brody
97ea735e53
pin some added bundled dependencies in 7.1.x only
...
Needed to clear the red highlights in npm outdated --depth=0
2018-07-11 18:55:03 -04:00
Christopher J. Brody
7a155259e9
package.json more bundledDependencies - 7.1.x only
...
(indirect production dependencies needed by deprecated Node.js 4.x)
2018-07-11 08:57:13 -04:00
Christopher J. Brody
975e3a12f3
package.json pin other dependencies in 7.1.x only
...
- android-versions@1.3.0
- nopt@3.0.1
- properties-parser@0.2.3
- q@1.4.1
- shelljs@0.5.3
(elementtree@0.1.6 was already pinned)
2018-07-11 08:57:13 -04:00
Christopher J. Brody
566bca805e
CB-14145 cordova-common@2 update&pin in 7.1.x only
...
resolves npm audit issue
2018-07-11 08:57:13 -04:00
Christopher J. Brody
0bd3309323
Set VERSION to 7.1.1-dev (via coho)
2018-06-19 15:01:50 -04:00
Christopher J. Brody
4aeb892457
Revert "package.json mark 7.1.1-dev"
...
This reverts commit 3a83b5e8ee
.
(leave it to coho)
2018-06-19 14:31:48 -04:00
Christopher J. Brody
3a83b5e8ee
package.json mark 7.1.1-dev
2018-06-19 13:46:52 -04:00
Steve Gill
8d9a1b82dd
CB-13912 Updated RELEASENOTES and Version for release 7.1.0
2018-02-21 10:50:50 -08:00
Jesse Rosenberger
f91102ee07
CB-13831: (android) Update android-versions
to 1.3.0 to support SDK 27.
...
The `android-versions@1.3.0` version now has support for Android SDK level
27 thanks to 230957205e
.
As the `android-versions` npm is a "bundled dependency" this will only
take effect when a new version of `cordova-android` is published, since
bundled dependencies are packed within the npm at publish time, not
automatically fetched as dependencies at publish time (which would have
normally been covered for new installations of cordova-android@7.0.0
thanks to semver caret notation).
2018-01-25 20:08:10 +02:00
Joe Bowser
735bc98243
Set VERSION to 7.1.0-dev (via coho)
2017-11-30 10:01:28 -08:00
Joe Bowser
e53a65ef07
CB-13620 Updated RELEASENOTES and Version for release 7.0.0
2017-11-30 09:42:11 -08:00
Joe Bowser
0269e532df
CB-13741: Bump package.json so we can install plugins
2017-11-28 11:31:04 -08:00
Joe Bowser
05aeaf1bd2
Set VERSION to 6.5.0-dev (via coho)
2017-11-06 11:44:20 -08:00
Joe Bowser
b138867b78
CB-13528 Updated RELEASENOTES and Version for release 6.4.0
2017-11-06 11:43:47 -08:00
filmaj
1f12fdbeea
CB-13404: add android-versions to bundledDependencies. Ignore best emulator selection when parsed AVD information does not include API level in the target
2017-10-05 15:17:31 -05:00
Joe Bowser
0e498db735
Set VERSION to 6.4.0-dev (via coho)
2017-09-25 11:37:51 -07:00
Joe Bowser
7203b740fd
CB-13323 Updated RELEASENOTES and Version for release 6.3.0
2017-09-25 11:35:59 -07:00
filmaj
1637937664
CB-12981: handle SDK 26.0.2 slightly different AVD list output for Android 8+ AVDs. Would cause "cannot read property replace of undefined" errors when trying to deploy an Android 8 emulator.
2017-09-14 11:26:18 -07:00
filmaj
03144eb160
Add a node and npm package.json script for running java unit tests. Include them in the top-level npm test
script. Run java unit tests in travis. Small refactor in gradlebuilder to support building gradle wrapper more easily. Don't explicitly build gradlew on appveyor CI as now npm test
will do it for you.
2017-09-14 09:57:37 -07:00
Steve Gill
e7a972df77
updated bundled node_modules
2017-09-05 11:04:12 -07:00
filmaj
5917d4ef0b
CB-13006: removed create and update end-to-end tests, and instead added more unit test coverage. tweaked code coverage invocation so that we get coverage details on the create.js module. slight changes to the create.js module so that it is slightly easier to test.
2017-07-11 12:54:15 -05:00
filmaj
90053eb9df
CB-12950: lots of tweaks for end-to-end test runs, especially on CI:
...
- rename npm tasks to reflect what they do (npm run unit-tests, npm run e2e-tests). main `npm test` runs linter, unit tests and e2e tests now.
- locked jasmine down to ~2.6.0.
- consolidate gitignores.
- updated travis to run `npm test`. add android sdk installation to appveyor ci run.align android dpendencies across travis and appveyor. have appveyor install gradle. force gradle to version 3.4.1 in appveyor, as that seems to be the only version choco has. explicitly invoke sdkmanager to move license accepting process along.
2017-06-27 15:59:16 -05:00
Audrey So
d83d49d83b
CB-12895 : fixed eslint errors
2017-06-23 08:07:08 -07:00
Audrey So
e36158a0da
CB-12895 : added eslint and removed jshint
2017-06-23 08:07:07 -07:00
Audrey So
3a6e898b12
CB-12762 : pointed package.json repo items to github mirrors instead of apache repos site
...
This closes #383
2017-06-07 09:28:22 -07:00
Audrey So
d4dcbb13fc
CB-12617 : removed node0.x support for platforms and added engineStrict
...
This closes #372
2017-05-25 14:09:55 -07:00
filmaj
f396712f59
CB-12847: added bugs
entry to package.json.
2017-05-24 00:54:03 +02:00
filmaj
e7e8e95242
Set VERSION to 6.3.0-dev (via coho)
2017-05-02 16:19:19 -07:00
filmaj
b6a5844027
CB-12746: decrement working dev version on master to 6.2.4-dev, to align with impending patch release.
2017-05-02 16:04:20 -07:00
Steve Gill
ad01d28351
Set VERSION to 6.3.0-dev (via coho)
2017-04-24 22:05:43 -07:00
Steve Gill
a215c1cf30
CB-12697 Updated RELEASENOTES and Version for release 6.2.2
2017-04-24 22:04:56 -07:00
Steve Gill
8e0f021cad
Set VERSION to 6.3.0-dev (via coho)
2017-04-02 17:43:13 -05:00
Steve Gill
002ab85f76
CB-12627 Updated RELEASENOTES and Version for release 6.2.1
2017-04-02 17:40:35 -05:00
Steve Gill
4a0f69a3f0
CB-12621: reverted elementtree dep to 0.1.6
2017-04-02 17:11:17 -05:00
Steve Gill
13dbd2f5d4
Set VERSION to 6.3.0-dev (via coho)
2017-03-28 15:18:35 -07:00
Steve Gill
6d084428a8
CB-12609 Updated RELEASENOTES and Version for release 6.2.0
2017-03-28 15:17:52 -07:00
filmaj
6395eda0c8
CB-12546: emulator specs.
2017-03-20 10:08:36 -07:00
Steve Gill
124574bb3a
Set VERSION to 6.2.0-dev (via coho)
2017-01-26 16:30:31 -08:00
Steve Gill
a2cfaab7f4
CB-12403 Updated RELEASENOTES and Version for release 6.1.2
2017-01-26 15:21:50 -08:00
audreyso
3fc4daa447
CB-12018 : updated tests to work with jasmine (promise matcher tests commented out for now)
2017-01-11 17:07:17 -08:00
Joe Bowser
6a63d9df0a
Set VERSION to 6.2.0-dev (via coho)
2016-11-02 16:32:15 -07:00
Joe Bowser
48940bf4c0
CB-12109 Updated RELEASENOTES and Version for release 6.1.0
2016-11-02 14:29:49 -07:00
Joe Bowser
3e7be6cc0f
Set VERSION to 6.1.0-dev (via coho)
2016-10-20 11:49:03 -07:00
Joe Bowser
81dfe96355
CB-12038 Updated RELEASENOTES and Version for release 6.0.0
2016-10-20 11:48:20 -07:00
Steve Gill
0b710a86a9
CB-12003 updated node_modules
2016-10-17 10:50:30 -07:00
Steve Gill
f33f352501
Set VERSION to 5.3.0-dev (via coho)
2016-07-26 14:57:28 -07:00