This repository has been archived by the owner on Jul 25, 2020. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.0
->3.2.0
2.1.3
->2.2.0
2.5.1
->2.5.3
5.0.3
->5.0.4
v4.0.2+incompatible
->v4.1.2
v2.0.0-20180128182452-d3ae77c26ac8
->v2.2.0
3.9.2
->3.9.10
2.24.0
->2.27.0
10.13.0
->10.21.0
6.2.1
->6.6.0
6.2.1
->6.6.0
2.6.2
->2.9.2
Release Notes
apache/cordova-plugin-inappbrowser
v3.2.0
Compare Source
InAppBrowser
not opening on iOS 13v3.1.0
Compare Source
8edfb9e
)e44ad91
).npmignore
to remove unneeded files from npm package (0ec4a11
).gitattributes
to force LF (instead of possible CRLF on Windows) (2751255
)c2bb6c1
)cc5ee00
)94fec84
)a162bd9
)5f1afbd
,af44235
)6861084
,c95dbcb
)d01bd25
,f861655
,9c7c2f3
,3c0a42e
,5359f6c
,df84dda
,2bcec40
,fc0c560
,5ead1e6
,c7931fa
,e2adf1b
,4adf4c7
,cbe3a42
,74ccef1
,ec6af56
,b06ad8e
,313e0ae
,05e37a1
,0c6189e
,d940b59
,f3d7f72
)92243cd
)388e3f6
)ae329bc
)9f4b729
)6db2f2d
)a890e60
,2500b08
)632a395
)c54d100
)0fd43ae
)3b82c16
)978b147
)3eadde6
)c24bb46
,27fe8ec
)10a0669
,3927b8f
,8248215
,61014dd
,c41f5b5
,19c6dfe
,7f5fa2a
,5d2df21
,86cc778
,cbfa195
,52e3534
,8165232
,e2210bd
,dc7fa34
,b48e02f
,27e6c67
)d9cafcd
)a0c267f
)228703a
,eafaeda
)0ed0bf5
)android-27
(f8ad528
)a078337
)cf58b04
)dc5329d
)de86501
,07d9a99
,81f1437
,a464ea6
,e75fe14
,eb245ec
)dac06aa
,9cc7f69
)f57ede9
,26cf6e4
)57eda78
,33aff11
)ionic-team/cordova-plugin-ionic-keyboard
v2.2.0
Compare Source
Features
Bug Fixes
ionic-team/cordova-plugin-ionic-webview
v2.5.3
Compare Source
v2.5.2
Compare Source
apache/cordova-plugin-splashscreen
v5.0.4
Compare Source
cordova-ios
requirement <6.0.0README
pageREADME
.md by adding missing infogo-chi/chi
v4.1.2
Compare Source
v4.1.1
Compare Source
route to the correct handler through a recursive tree search, thanks to @Jahaja for the PR/fix!
v4.1.0
Compare Source
and an extra interface type useful for custom logger implementations.
v4.0.4
Compare Source
v4.0.3
Compare Source
urfave/cli
v2.2.0
Compare Source
These release notes were written for the git hash
d648edd
Fixed
Changed
Added
v2.1.1
Compare Source
Fixed a
Context
regression introduced inv2.1.0
in #1014 via @lynncyrinv2.1.0
Compare Source
These release notes were written for the git hash ae84df4cef4a2a6f1a0cb1d41ea0f3af8755e5a8
Fixed
Changed
App.Run
to use an optional context for timeouts and cancellation in #975 via @marwan-at-workValue
accessor in #741 via @corruptmemoryAdded
v2.0.0
Compare Source
V2 was merged in #892, which included the work of all of these contributors: @asahasrabuddhe, @meatballhat, @jszwedko, @lynncyrin, @AudriusButkevicius, @saschagrunert, @rliebz, @johnweldon, @nlewo, @grubernaut, @OneOfOne, @VMitov, @cbranch, @marwan-at-work, @uudashr, @bfreis
Discuss the state of V2 here => #826
Added
NewStringSlice
andNewIntSlice
for creating their related typesFloat64SliceFlag
for unmarshaling a list of floats from the userContext.Lineage
to get all contexts from current up to globalContext.LocalFlagNames
to get the flag names from only the current contextBoolFlag.Value
to handle both default-false and default-trueIsSet
method to theFlag
interface which allows us to detect whether or not a flag has been setChanged
[]Command
have been changed to[]*Command
[]cli.Flag
have been changed to[]*cli.Flag
Context.FlagNames
now returns all flags in the context lineageContext.IsSet
now considers the full context lineageRemoved
Global*
flags since all flags are now globalGlobalBool
withBool
GlobalInt
withInt
GlobalString
withString
Context.Parent
method, as this is now available viaContext.Lineage
Context.Parent()
withContext.Lineage()[1]
App.Author
andApp.Email
Authors []*Author
fieldCommand.Name
fieldName: "a, b, c"
withName: "a", Aliases: []string{"b", "c"}
Command.ShortName
fieldShortName: "i"
withAliases: []string{"i"}
Context.Global*
methods, as the non-global versions now traverse upthe context lineage automatically.
&StringSlice{...string}
or&IntSlice{...int}
.Action
func signatureBoolTFlag
and related code, as this is now available viaBoolFlag.Value
v2.0.0-alpha.2
Compare Source
This is a pre-release meant for internal testing purposes. Please do not use this until you really know what you are doing.
v2.0.0-alpha.1
Compare Source
ionic-team/ionic
v3.9.3
Compare Source
moment/moment
v2.27.0
Compare Source
Added Turkmen locale, other locale improvements, slight TypeScript fixes
v2.26.0
Compare Source
TypeScript fixes and many locale improvements
v2.25.3
Compare Source
Remove package.json module property. It looks like webpack behaves differently
for modules loaded via module vs jsnext:main.
v2.25.2
Compare Source
This release includes ES Module bundled moment, separate from it's source code
under dist/ folder. This might alleviate issues with finding the `./locale
subfolder for loading locales. This might also mean now webpack will bundle all
locales automatically, unless told otherwise.
v2.25.1
Compare Source
This is a quick patch release to address some of the issues raised after
releasing 2.25.0.
v2.25.0
Compare Source
Release May 1, 2020
#4611 022dc038 [feature] Support for strict string parsing, fixes #2469
#4599 4b615b9d [feature] Add support for eras in en and jp
#4296 757d4ff8 [feature] Accept custom relative thresholds in duration.humanize
18 bigfixes
36 locale fixes
5 new locales (oc-lnc, zh-mo, en-in, gom-deva, fil)
nodejs/node
v10.21.0
Compare Source
Notable changes
This is a security release.
Vulnerabilities fixed:
Commits
0ad7970256
] - deps: fix OPENSSLDIR on Windows (Shigeki Ohtsu) #29456bd78c6ea46
] - deps: backport ICU-20958 to fix CVE-2020-10531 (Richard Lau) #3357233e9a12241
] - (SEMVER-MINOR) deps: update nghttp2 to 1.41.0 (James M Snell) nodejs-private/node-private#204881c244a4e
] - (SEMVER-MINOR) http2: implement support for max settings entries (James M Snell) nodejs-private/node-private#204cd9827f105
] - napi: fix memory corruption vulnerability (Tobias Nießen) nodejs-private/node-private#203v10.20.1
Compare Source
Notable changes
Due to release process failures, Node.js v10.20.0 shipped with source
and header tarballs that did not properly match the final release
commit that was used to build the binaries. We recommend that Node.js
v10.20.0 not be used, particularly in any applications using native
add-ons or where compiling Node.js from source is involved.
Node.js v10.20.1 is a clean release with the correct sources and is
strongly recommended in place of v10.20.0.
v10.20.0
Compare Source
macOS package notarization and a change in builder configuration
The macOS binaries for this release, and future 10.x releases, are now
being compiled on macOS 10.15 (Catalina) with Xcode 11 to support
package notarization, a requirement for installing .pkg files on macOS
10.15 and later. Previous builds of Node.js 10.x were compiled on macOS
10.10 (Yosemite) with a minimum deployment target of macOS 10.7 (Lion).
As binaries are still being compiled to support a minimum of macOS 10.7
(Lion) we do not anticipate this having a negative impact on Node.js
10.x users with older versions of macOS.
Notable changes
Commits
64744a282e
] - (SEMVER-MINOR) buffer: add {read|write}Big[U]Int64{BE|LE} methods (garygsc) #196918a0ed8f1ff
] - build: macOS package notarization (Rod Vagg) #3145942af3b861a
] - build,win: fix goto exit in vcbuild (João Reis) #30931b164a2e3bf
] - console: add trace-events for time and count (James M Snell) #2370304cd67f85e
] - deps: upgrade npm to 6.14.4 (Ruy Adorno) #324958d85a43d99
] - deps: update term-size with signed version (Rod Vagg) #3145976033c5495
] - deps: update archs files for OpenSSL-1.1.1e (Hassaan Pasha) #3232864c184836b
] - deps: adjust openssl configuration for 1.1.1e (Hassaan Pasha) #32328c8f5ab2089
] - deps: upgrade openssl sources to 1.1.1e (Hassaan Pasha) #32328bf26c44c92
] - deps: remove *.pyc files from deps/npm (Ben Noordhuis) #32387c2b3cf61ce
] - deps: update npm to 6.14.3 (Myles Borins) #323688cae4dde91
] - deps: upgrade npm to 6.14.1 (Isaac Z. Schlueter) #3197747046aa5a9
] - deps: openssl: cherry-pick4dcb150
(Adam Majer) #32002098704c85d
] - deps: upgrade to libuv 1.34.2 (Colin Ihrig) #314774b1cccc4ce
] - deps: upgrade to libuv 1.34.1 (Colin Ihrig) #31332fff6162693
] - (SEMVER-MINOR) deps: upgrade to libuv 1.34.0 (Colin Ihrig) #307836826ef0568
] - deps: upgrade to libuv 1.33.1 (Colin Ihrig) #29996aed7ca4fb0
] - deps: upgrade to libuv 1.32.0 (Colin Ihrig) #29508794abbc758
] - deps: upgrade to libuv 1.31.0 (Colin Ihrig) #29070ed71f55a54
] - deps: upgrade to libuv 1.30.1 (Colin Ihrig) #285117cde563235
] - deps: upgrade to libuv 1.30.0 (Colin Ihrig) #28449b53ce6e6c5
] - deps: upgrade to libuv 1.29.1 (Colin Ihrig) #277189b2b66b7d8
] - deps: V8: cherry-pickd89f4ef
(Milad Farazmand) #317537eac95981e
] - deps: upgrade npm to 6.13.7 (Michael Perrotte) #31558db24641fbe
] - deps: upgrade npm to 6.13.6 (Ruy Adorno) #313042e3d511cff
] - doc: correct version metadata for Readable.from (Dave Vandyke) #3263934c1c2a82b
] - doc: add missing version metadata for Readable.from (Anna Henningsen) #28695aa7d369c72
] - doc: update releaser list in README.md (Myles Borins) #3257705f5b3ecc4
] - doc: remove em dashes (Rich Trott) #32080ffa9f9bd1b
] - doc: fix changelog for v10.18.1 (Andrew Hughes) #313580177464b0e
] - doc,tools: get altDocs versions from CHANGELOG.md (Richard Lau) #27661e9c590ea00
] - (SEMVER-MINOR) n-api: define release 6 (Gabriel Schulhof) #32058239377b654
] - (SEMVER-MINOR) n-api: correct instance data tests (Gabriel Schulhof) #32488ecbb331be0
] - (SEMVER-MINOR) n-api: add napi_get_all_property_names (himself65) #30006f29fb14cf6
] - (SEMVER-MINOR) n-api: add APIs for per-instance state management (Gabriel Schulhof) #2868220177b9946
] - n-api: turn NAPI_CALL_INTO_MODULE into a function (Anna Henningsen) #26128017909b847
] - test: fix tool path in test-doctool-versions.js (Richard Lau) #326451ea70d641d
] - test: fix flaky doctool and test (Rich Trott) #2997989692ff19b
] - test: end tls connection with some data (Sam Roberts) #323289bd1317764
] - test: mark empty udp tests flaky on OS X (Sam Roberts) #319365484e061b5
] - test: scale keepalive timeouts for slow machines (Ben Noordhuis) #308343f9cec3f51
] - test: add debugging output to test-net-listen-after-destroy-stdin (Rich Trott) #31698f1a8791316
] - test: allow EAI_FAIL in test-http-dns-error.js (Colin Ihrig) #275004b9a77909b
] - test: mark tests as flaky (João Reis) #30848a8fd8a1a61
] - test: mark http2 tests as flaky on 10.x (AshCripps) #318872315270cb6
] - test: try to stabalize test-child-process-fork-exec-path.js (Refael Ackermann) #27277a2b0e9ef6a
] - (SEMVER-MINOR) tls: expose keylog event on TLSSocket (Alba Mendez) #276541cfb45732a
] - (SEMVER-MINOR) tls: support TLS min/max protocol defaults in CLI (Sam Roberts) #27946a175b8d3a7
] - tools: only fetch previous versions when necessary (Richard Lau) #325183756be8511
] - tools: add NODE_TEST_NO_INTERNET to the doc builder (Joyee Cheung) #31849ac1ea7312a
] - tools: make doctool work if no internet available (Richard Lau) #30214f235eea8b3
] - tools: unify make-v8.sh for ppc64le and s390x (Richard Lau) #3162861e2d4856d
] - tools: use CC instead of CXX when pointing to gcc (Milad Farazmand) #308174390674624
] - url: handle quasi-WHATWG URLs in urlToOptions() (Colin Ihrig) #26226dc61e09feb
] - v8: fix load elimination liveness checks (Ben Noordhuis) #31613v10.19.0
Compare Source
Notable changes
This is a security release.
Vulnerabilities fixed:
Also, HTTP parsing is more strict to be more secure. Since this may
cause problems in interoperability with some non-conformant HTTP
implementations, it is possible to disable the strict checks with the
--insecure-http-parser
command line flag, or theinsecureHTTPParser
http option. Using the insecure HTTP parser should be avoided.
Commits
f940bee3b7
] - crypto: fix assertion caused by unsupported ext (Fedor Indutny) nodejs-private/node-private#17549f4220ce5
] - deps: upgrade http-parser to v2.9.3 (Sam Roberts) nodejs-private/http-parser-private#4a28e5cc1ed
] - (SEMVER-MINOR) deps: upgrade http-parser to v2.9.1 (Sam Roberts) #304710082f62d9c
] - (SEMVER-MINOR) http: make --insecure-http-parser configurable per-stream or per-server (Anna Henningsen) #31448a9849c0ff6
] - (SEMVER-MINOR) http: opt-in insecure HTTP header parsing (Sam Roberts) #305672eee90e959
] - http: strip trailing OWS from header values (Sam Roberts) nodejs-private/node-private#191e2c8f89b75
] - test: using TE to smuggle reqs is not possible (Sam Roberts) nodejs-private/node-private#192d616722f65
] - test: check that --insecure-http-parser works (Sam Roberts) #31253v10.18.1
Compare Source
Notable changes
Commits
a80c59130e
] - build: fix configure script to work with Apple Clang 11 (Saagar Jha) #2807168b2b5cc51
] - build,win: propagate error codes in vcbuild (João Reis) #307243e0709cf5e
] - deps: V8: backportfb63e5c
(Michaël Zasso)25b8fbda35
] - doc: allow \<code> in header elements (Rich Trott) #31086a1b095dd46
] - doc,dns: use code markup/markdown in headers (Rich Trott) #310868f3b8ca515
] - http2: fix session memory accounting after pausing (Michael Lehenbauer) #3068420f64a96de
] - http2: use the latest settings (ZYSzys) #2978081c31005fd
] - lib: fix comment nits in bootstrap\loaders.js (Vse Mozhet Byt) #2464188e8b7cf83
] - n-api: correct bug in napi_get_last_error (Octavian Soldea) #2870277e0318849
] - stream: increase MAX_HWM (Robert Nagy) #29938894aaa2040
] - stream: extract Readable.from in its own file (Matteo Collina) #301407e941eb17d
] - test: do not fail SLOW tests if they are not slow (Yang Guo) #258680f3ae77aaf
] - tools: update tzdata to 2019c (Myles Borins) #304794ae8d204cb
] - tools: move python code out of jenkins shell (Sam Roberts) #284584879b80d87
] - tools: fix v8 testing with devtoolset on ppcle (Sam Roberts) #28458v10.18.0
Compare Source
This is a security release.
For more details about the vulnerability please consult the npm blog:
https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
Notable changes
Commits
54a466a865
] - build,win: add test-ci-native and test-ci-js (João Reis) #30724f9b31edb25
] - deps: update npm to 6.13.4 (Isaac Z. Schlueter) #30904v10.17.0
Compare Source
Notable changes
Commits
f1a5a36961
] - build: update Windows icon to Feb 2016 rebrand (Mike MacCana) #2852463de2ade85
] - (SEMVER-MINOR) crypto: add supportRenovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.