This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 339
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Assert * Calling `assert.fail()` with more than one argument is deprecated. #70dcacd710 * Calling `assert.ok()` with no arguments will now throw. #3cd7977a42 * Calling `assert.ifError()` will now throw with any argument other than `undefined` or `null`. Previously the method would throw with any truthy value. #e65a6e81ef * The `assert.rejects()` and `assert.doesNotReject()` methods have been added for working with async functions. #599337f43e * Async_hooks * Older experimental async_hooks APIs have been removed. #1cc6b993b9 * Buffer * Uses of `new Buffer()` and `Buffer()` outside of the `node_modules` directory will now emit a runtime deprecation warning. #9d4ab90117 * `Buffer.isEncoding()` now returns `undefined` for falsy values, including an empty string. #452eed956e * `Buffer.fill()` will throw if an attempt is made to fill with an empty `Buffer`. #1e802539b2 * Child Process * Undefined properties of env are ignored. #38ee25e2e2, #85739b6c5b * Console * The `console.table()` method has been added. #97ace04492 * Crypto * The `crypto.createCipher()` and `crypto.createDecipher()` methods have been deprecated. Please use `crypto.createCipheriv()` and `crypto.createDecipheriv()` instead. #81f88e30dd * The `decipher.finaltol()` method has been deprecated. #19f3927d92 * The `crypto.DEFAULT_ENCODING` property has been deprecated. #6035beea93 * The `ECDH.convertKey()` method has been added. #f2e02883e7 * The `crypto.fips` property has been deprecated. #6e7992e8b8 * Dependencies * V8 has been updated to 6.6. #9daebb48d6 * OpenSSL has been updated to 1.1.0h. #66cb29e646 * EventEmitter * The `EventEmitter.prototype.off()` method has been added as an alias for `EventEmitter.prototype.removeListener()`. #3bb6f07d52 * File System * The `fs.promises` API provides experimental promisified versions of the `fs` functions. #329fc78e49 * Invalid path errors are now thrown synchronously. #d8f73385e2 * The `fs.readFile()` method now partitions reads to avoid thread pool exhaustion. #67a4ce1c6e * HTTP * Processing of HTTP Status codes `100`, `102-199` has been improved. #baf8495078 * Multi-byte characters in URL paths are now forbidden. #b961d9fd83 * N-API * The n-api is no longer experimental. #cd7d7b15c1 * Net * The `'close'` event will be emitted after `'end'`. #9b7a6914a7 * Perf_hooks * The `PerformanceObserver` class is now an `AsyncResource` and can be monitored using `async_hooks`. #009e41826f * Trace events are now emitted for performance events. #9e509b622b * The `performance` API has been simplified. #2ec6995555 * Performance milestone marks will be emitted as trace events. #96cb4fb795 * Process * Using non-string values for `process.env` is deprecated. #5826fe4e79 * The `process.assert()` method is deprecated. #703e37cf3f * REPL * REPL now experimentally supports top-level await when using the `--experimental-repl-await` flag. #eeab7bc068 * The previously deprecated "magic mode" has been removed. #4893f70d12 * The previously deprecated `NODE_REPL_HISTORY_FILE` environment variable has been removed. #60c9ad7979 * Proxy objects are shown as Proxy objects when inspected. #90a43906ab * Streams * The `'readable'` event is now always deferred with nextTick. #1e0f3315c7 * A new `pipeline()` method has been provided for building end-to-data stream pipelines. #a5cf3feaf1 * Experimental support for async for-await has been added to `stream.Readable`. #61b4d60c5d * Timers * The `enroll()` and `unenroll()` methods have been deprecated. #68783ae0b8 * TLS * The `tls.convertNONProtocols()` method has been deprecated. #9204a0db6e * Support for NPN (next protocol negotiation) has been dropped. #5bfbe5ceae * The `ecdhCurve` default is now `'auto'`. #af78840b19 * Trace Events * A new `trace_events` top-level module allows trace event categories to be enabled/disabld at runtime. #da5d818a54 * URL * The WHATWG URL API is now a global. #312414662b * Util * `util.types.is[…]` type checks have been added. #b20af8088a * Support for bigint formatting has been added to `util.inspect()`. #39dc947409
kfarnung
requested review from
digitalinfinity,
sethbrenith,
jackhorton,
mike-kaufman,
aruneshchandra and
MSLaguana
April 24, 2018 17:53
MSLaguana
approved these changes
Apr 24, 2018
mike-kaufman
approved these changes
Apr 24, 2018
Everything is looking good on the main release line. My last set of tests just completed. I tagged the commit locally but will push it up an hour from now at noon pacific. |
joaocgreis
approved these changes
Apr 24, 2018
Tag signed and pushed. Will promote the release shortly |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes2018-04-24, node-chakracore-v10.0.0
Commits
e3b49f0f99
] - 2018-04-24, Node-ChakraCore Version 10.0.0069a85aa7a
] - Merge tag 'v10.0.0' into v10.x0a9fa79c63
] - src,test: fix V8 engine issueseff6d3715d
] - Merge remote-tracking branch 'upstream/v10.x' into v10.x88689b5f70
] - Merge remote-tracking branch 'upstream/v10.x' into v10.xd81f175295
] - test: skip win32 arm tests for chakracored8c89ceeef
] - deps: fix libuv registry API error handlingf82e85b02b
] - lib: make sureconsole
is writablec68529ec5e
] - deps: update ChakraCore to chakra-core/ChakraCore@3003fadd74a5cb4e2a69
] - Merge remote-tracking branch 'upstream/v10.x' into v10.xe75d19ae4a
] - Merge remote-tracking branch 'upstream/v10.x' into v10.x72598bbb73
] - deps: allow openssl to build for WOA296a1e17fe
] - test: update tests for ChakraCorefad93d074f
] - test: fix error message dependency in test-errors-systemerror16f3b88efd
] - test: disable test for util.types.isBig(U)Int64Array466c003594
] - deps: update ChakraCore to chakra-core/ChakraCore@1ad224f6df46966a3ffb
] - chakrashim,src: fix build breaks9bd98343e7
] - Merge remote-tracking branch 'upstream/v10.x' into v10.x42fe0fe928
] - chakrashim,src: fix lint issues0a98060ed9
] - Merge remote-tracking branch 'upstream/v10.x' into v10.x8b9997ab16
] - test: disable new es-module testd5d61a50a8
] - chakrashim: update Error.prepareStackTrace shim06d2b9c369
] - build, win: allow vcbuild.bat to continue if NASM isn't installedff5e8e7c28
] - meta: merge node/master into node-chakracore/master5cb4d54d07
] - deps: update ChakraCore to chakra-core/ChakraCore@495de1a75cba4ef5988f
] - meta: merge node/master into node-chakracore/mastera118983ac4
] - meta: merge node/master into node-chakracore/master29d44c2857
] - deps: update ChakraCore to chakra-core/ChakraCore@7f1ab68f0ab3e69f36f2
] - meta: merge node/master into node-chakracore/masterb165ac7695
] - meta: merge node/master into node-chakracore/mastered292311f2
] - chakrashim,lib,test: fix lint errors27685b5a55
] - test: fixtest-cli-syntax
2206891db6
] - meta: merge node/master into node-chakracore/masterf63ed7ca34
] - chakrashim: add missing shim API46bf1742a7
] - meta: merge node/master into node-chakracore/masterc3f4ab4b1a
] - test: update message baselines28b523e70c
] - meta: merge node/master into node-chakracore/masterf92080cfe6
] - meta: merge node/master into node-chakracore/masterd33d37449f
] - test: skip new testsacbfb49b38
] - meta: merge node/master into node-chakracore/master Merge 141be92 as of 2018-04-01 This commit was automatically generated. For any problems, please contact jackhorton Reviewed-By: Kyle Farnung kfarnung@microsoft.com96ed842953
] - deps: update ChakraCore to chakra-core/ChakraCore@8e52453b89fd3229c253
] - test: disabling tests failing on node-chakracore5685d4b41b
] - meta: merge node/master into node-chakracore/master1bbf743788
] - meta: merge node/master into node-chakracore/master1fc54789d9
] - meta: merge node/master into node-chakracore/masterdb8f126c61
] - disabling failing teste785a77b31
] - meta: merge node/master into node-chakracore/master60ed062444
] - meta: merge node/master into node-chakracore/masterc073aa35e5
] - updating test to account for difference in error name for chakra's stack-overflow errors2b23e70689
] - fixing lib/error isStackOverflowError to work on node-chakracore398f3396aa
] - meta: merge node/master into node-chakracore/master857281b552
] - test: re-enable assert_throws_stack tests for node-chakracore (test: re-enable assert_throws_stack tests for node-chakracore #504)adee1d52c4
] - fixing build break4e8b529fc4
] - disabling failing testda6018d98c
] - fixing node-chakracore after taking integrationfc85d8cf4b
] - meta: merge node/master into node-chakracore/masterd50069c383
] - chakrashim: add warning for ignored engine flagsbdb2130646
] - lib: disable eslint rule in trace_mgr.js038d65bc93
] - meta: merge node/master into node-chakracore/master631b176797
] - chakrashim: shim missing String constructors39281f6056
] - meta: merge node/master into node-chakracore/master7cfa11f768
] - meta: merge node/master into node-chakracore/masterbd169e3344
] - chakrashim,n-api: Addnapi_fatal_exception
cdaf0d4604
] - meta: merge node/master into node-chakracore/master3036f13a8c
] - lib,test: stop usingprocess.jsEngine
d2ac2eea18
] - meta: merge node/master into node-chakracore/masterdf730ba74f
] - meta: merge node/master into node-chakracore/masterdd99ab23c9
] - test: flaky testtest-async-hooks-destroy-on-gc
8946e05758
] - meta: merge node/master into node-chakracore/masteraadf3a8941
] - n-api:napi_make_callback
error handlingb7d8e8fe02
] - meta: merge node/master into node-chakracore/master5a55cfbbe9
] - test: skip new trace events test5bcc9e09ba
] - meta: merge node/master into node-chakracore/masterd3fc4b2d97
] - test: chakracore test updates4afb088a63
] - meta: merge node/master into node-chakracore/masterca4423c882
] - meta: merge node/master into node-chakracore/masterfeaf114bcd
] - test: skip new failing tests398a1ea6da
] - chakrashim: shim new API callsced04719c4
] - meta: merge node/master into node-chakracore/masterae9a06bece
] - meta: merge node/master into node-chakracore/master4adb21cf33
] - meta: merge node/master into node-chakracore/master92fd7b1faf
] - Fix unit test failures79b68f06e3
] - meta: merge node/master into node-chakracore/masterdfc0ee2e8b
] - deps: update ChakraCore to chakra-core/ChakraCore@bfbcfa5b9e929d28b282
] - deps: update ChakraCore to chakra-core/ChakraCore@1b527d50fb50a2a45314
] - deps: update ChakraCore to chakra-core/ChakraCore@f882a20ce8058485bf0f
] - deps: update ChakraCore to chakra-core/ChakraCore@8b56bb5028f7e7601fae
] - deps: update ChakraCore to chakra-core/ChakraCore@6861888a15f78db61b2f
] - meta: merge node/master into node-chakracore/masterf2d4209cb0
] - deps: update ChakraCore to chakra-core/ChakraCore@f58e17fd232b4f30801d
] - n-api,test: add int64 test and fix JSRTd67ed11778
] - chakrashim: fixing build warnings in clang83122187ce
] - test: update inspect Promise output8fcb1b43cc
] - meta: merge node/master into node-chakracore/masterff3d26b481
] - test: update test to look for less specific error messagef480a95d71
] - meta: merge node/master into node-chakracore/masterbbcf831fa2
] - lib: removing contents of v8 module under chakracore17b469b3f0
] - test: prefercommon.isChakraEngine
b27fa80fdc
] - src: updatenapi_get_new_target
to match docs4b99e65f41
] - chakrashim: add v8::ScriptCompiler::CreateCodeCache91a848ffd7
] - meta: merge node/master into node-chakracore/master369f7b9baa
] - test: fix tests for Node-ChakraCore57f7bf0bf7
] - meta: merge node/master into node-chakracore/master678fffbe25
] - lib: fix comment typoec7245944a
] - test: remove fixed tests887e882f7b
] - chakrashim: Fix Error.captureStackTrace76baebd632
] - lint: fix lint issues from merge2d7142cf80
] - test: make events-uncaught-exception-stack engine-agnostic3ae2dfc711
] - test: partially skip test-repl-underscore in Node-ChakraCore1e9ba647ac
] - test: fix util.types test for Node-ChakraCore597adc180d
] - test: disable unsupported tests in Node-ChakraCoredf18390c27
] - chakrashim: add newly-used V8 functions11954ba695
] - meta: merge node/master into node-chakracore/master591e9575a6
] - deps: update ChakraCore to chakra-core/ChakraCore@7cb85ae5e489fd1836ab
] - meta: merge node/master into node-chakracore/master33d99e3868
] - deps: update ChakraCore to chakra-core/ChakraCore@1aee42c0ef979e36aa59
] - test: update new tests to work with Node-ChakraCore38d2724f02
] - meta: merge node/master into node-chakracore/masterc48e29d969
] - meta: merge node/master into node-chakracore/mastered26d5419c
] - meta: merge node/master into node-chakracore/mastercea4e97406
] - test: skip a new trace events test951c8350a7
] - meta: merge node/master into node-chakracore/master2552d1c7a2
] - doc: fix Markdown linter failures2fb4e2892c
] - chakrashim: switchvar
tolet
andconst
5edf74d96a
] - lib: update TTD to uselet
andconst
89ea517230
] - meta: merge node/master into node-chakracore/masterfece3dd4a7
] - meta: merge node/master into node-chakracore/masterb77530504e
] - test: mark a flaky test8d6c6f5b5b
] - fs: skip symlink testing on Windows7de203d275
] - meta: merge node/master into node-chakracore/master95382cc791
] - meta: merge node/master into node-chakracore/master4b42bea234
] - chakrashim: fix lint issues080e431be0
] - lib: fix lint issues0aa918fdba
] - test: remove chakracore conditionddad39c07b
] - meta: merge node/master into node-chakracore/masterf2952070f3
] - chakrashim: external object creation improvementsbedeb29118
] - deps: update ChakraCore to chakra-core/ChakraCore@aef2cfad40fafec98df5
] - meta: merge node/master into node-chakracore/masterbafa0def68
] - chakrashim: fix internal promise behavior4f85fd081a
] - meta: merge node/master into node-chakracore/master219bf8ccbf
] - chakrashim: implement promise rejection callbacka4d7cd5851
] - deps: update ChakraCore to chakra-core/ChakraCore@000ac9009b90c554d1de
] - chakrashim: Fix Promise::Resolver2ef9cf92e6
] - meta: merge node/master into node-chakracore/masterb7ed19bd30
] - meta: merge node/master into node-chakracore/masterab47a18dde
] - deps: update ChakraCore to chakra-core/ChakraCore@70ad0bd17f9faca7fa88
] - deps: update ChakraCore to chakra-core/ChakraCore@bd435f7d1b3d9136d611
] - chakrashim: missing return for stubbed method3aff81769f
] - chakrashim: Moveunordered_set
to chakrashimbf31cff239
] - src,test: cleanup differences with upstream15fcb47699
] - deps: update ChakraCore to chakra-core/ChakraCore@ce816add94e3bfac6021
] - deps: update ChakraCore to chakra-core/ChakraCore@54e986f8a496f1f73b1e
] - deps: update ChakraCore to chakra-core/ChakraCore@c806128547eb818db09b
] - deps: adding stubs for new v8 methods48e83fa48a
] - meta: merge node/master into node-chakracore/master9b3436d531
] - deps: update ChakraCore to chakra-core/ChakraCore@95875b594619608c0820
] - deps: update ChakraCore to chakra-core/ChakraCore@22f9ab82aeae65cc7a09
] - deps: update ChakraCore to chakra-core/ChakraCore@56d4855cc8c057e77f60
] - deps,src,test: fixing lint errors37859241cc
] - meta: merge node/master into node-chakracore/master39dcd869d0
] - meta: merge node/master into node-chakracore/master65a249e5f9
] - meta: merge node/master into node-chakracore/master6e938073ba
] - meta: merge node/master into node-chakracore/master5ac557cfa7
] - test: updating baselines and expectations4604c8f23c
] - meta: merge node/master into node-chakracore/master22d6a860d9
] - deps: update ChakraCore to chakra-core/ChakraCore@e81ec848cc5932434e90
] - deps: update ChakraCore to chakra-core/ChakraCore@e3e1a360e546ae2449c6
] - deps: update ChakraCore to chakra-core/ChakraCore@c6c0ff7ef95beee7e25b
] - test: updating baseline to work with chakracore3986ac3cd5
] - meta: merge node/master into node-chakracore/master63ce459c99
] - meta: merge node/master into node-chakracore/master176336f5a5
] - src: updating node_api_jsrt to match error messagesa89631e212
] - meta: merge node/master into node-chakracore/master6faf146672
] - deps: update ChakraCore to chakra-core/ChakraCore@db6afe6a8f3996e8e8ec
] - deps: update ChakraCore to chakra-core/ChakraCore@e4156a11c8297bbef74c
] - deps: update ChakraCore to chakra-core/ChakraCore@782cd432cd42265eee1d
] - deps: update ChakraCore to chakra-core/ChakraCore@8cf80e378c673c123d8d
] - test: skipping tests using finally8dca89d705
] - src: changing node_file's usage of v8::Resolver354e3064aa
] - shim: adding v8::Promise and v8::Promise::Resolver implementations7a53fcefce
] - napi: adding napi_*_callback_scope implementations for chakracoreabe7bd5fa1
] - deps: updating chakrashim with new CpuProfiler stubs373752f9a0
] - meta: merge node/master into node-chakracore/master3ad3d00f31
] - deps: update ChakraCore to chakra-core/ChakraCore@e7945af187097fcd0346
] - test: Disabling new test that relies on es module support6385fdc16e
] - meta: merge node/master into node-chakracore/master588f568eb7
] - deps: update ChakraCore to chakra-core/ChakraCore@5a1a799161dead9fe190
] - deps: update ChakraCore to chakra-core/ChakraCore@b52d5c0bb34c7e62f480
] - deps: update ChakraCore to chakra-core/ChakraCore@8af539b73ce8ff916d72
] - deps: update ChakraCore to chakra-core/ChakraCore@da37507e78acc60e6102
] - meta: merge node/master into node-chakracore/masterff686dcfd5
] - meta: merge node/master into node-chakracore/master2553cc9166
] - meta: merge node/master into node-chakracore/master6da5a68bbf
] - test: disabling tests which require features chakra doesn't support yet973cee744e
] - deps: updating chakrashim with new experimental v8 api stub to fix buildf7e8fc6bc2
] - meta: merge node/master into node-chakracore/masterbfc9ea1656
] - doc: add tips for build OS listdf36ec4a33
] - deps: update ChakraCore to chakra-core/ChakraCore@f1a6b1015ceb9ae3a161
] - deps: update ChakraCore to chakra-core/ChakraCore@c50dfa8d83c7429c73ac
] - deps: update ChakraCore to chakra-core/ChakraCore@aec9a9c70a6d92a2a239
] - deps: update ChakraCore to chakra-core/ChakraCore@3b8a6ebedfb63776fa99
] - deps: update ChakraCore to chakra-core/ChakraCore@dc3f1d2fdff162a30337
] - file: fixing ttd hooks in node_file96b667d6d9
] - test: Disabling vm module tests until node-chakracore supports them.0568e8af01
] - chakrashim: fixing build failure by adding v8::Module::GetException47d543040c
] - meta: merge node/master into node-chakracore/master4a4520eba4
] - meta: merge node/master into node-chakracore/master086bab5af3
] - meta: merge node/master into node-chakracore/mastera38d27e868
] - meta: merge node/master into node-chakracore/masteraa3250d606
] - deps,test: fixing build break by adding unimplemented v8 functions4569b28a1d
] - meta: merge node/master into node-chakracore/master33a43bc18e
] - chakrashim: fixing build break by adding new stubs for v8 featuresb9518a5f92
] - meta: merge node/master into node-chakracore/master8c30a84663
] - deps: update ChakraCore to chakra-core/ChakraCore@91ec1ef92c1a2c13cae1
] - deps: update ChakraCore to chakra-core/ChakraCore@5d123b4b516bdbd0802d
] - deps: update ChakraCore to chakra-core/ChakraCore@a9a368f3dad65786653a
] - test: fixing test failuresec2fb560a1
] - meta: merge node/master into node-chakracore/masterd6fe9af015
] - deps: update ChakraCore to chakra-core/ChakraCore@e4493a2fe706c6da9be6
] - deps: update ChakraCore to chakra-core/ChakraCore@a92d32a2d5aa7a943355
] - deps: update ChakraCore to chakra-core/ChakraCore@e176a29f9ddf48e70487
] - meta: merge node/master into node-chakracore/masterc3d4d6a070
] - test: Disabling test-inspector-esmd55cb6bc28
] - meta: merge node/master into node-chakracore/masterbb55bc3cd5
] - meta: merge node/master into node-chakracore/master280f266738
] - deps: update ChakraCore to chakra-core/ChakraCore@86e6e5cbe959f2d51fe7
] - meta: merge node/master into node-chakracore/master2d7d72fde7
] - chakrashim: Fixing v8::ArrayBuffer implementation detailad994dd834
] - meta: merge node/master into node-chakracore/masterf881539b10
] - node.gypi: fix osx build0a7a9ab3f3
] - test: modify console-assign-undefined to not rely on error messagesa90dd55082
] - meta: merge node/master into node-chakracore/masterd9701a908f
] - lint: fix lint issues from ttd fixesef8cd26c1f
] - deps: update ChakraCore to chakra-core/ChakraCore@45a175d1c7e3d6b28036
] - deps: update ChakraCore to chakra-core/ChakraCore@488faf33501316d0b89a
] - deps: update ChakraCore to chakra-core/ChakraCore@5c0bed5a9afb1b8d6878
] - meta: merge node/master into node-chakracore/masterc5a23c47f3
] - lib,test: disable pretty error messages for chakracoreb2f396473c
] - build: fix node-chakracore build after static/shared build updatedc759ca325
] - Add support for innerloop Time-Travel Debugging0dc4db517b
] - meta: merge node/master into node-chakracore/master2bc8958234
] - deps: update ChakraCore to chakra-core/ChakraCore@1dd69bc4ba31a5b2e0d5
] - deps: update ChakraCore to chakra-core/ChakraCore@dc9c863768023dc1b7d0
] - deps: update ChakraCore to chakra-core/ChakraCore@a5d8155c0927699e1941
] - deps: update ChakraCore to chakra-core/ChakraCore@59f853017f91356f08dd
] - deps: update ChakraCore to chakra-core/ChakraCore@396234826ce41955f8b7
] - deps: update ChakraCore to chakra-core/ChakraCore@965f77965cd62672018a
] - test: disable failing testf012696131
] - meta: merge node/master into node-chakracore/mastera3dccd8127
] - deps: update ChakraCore to chakra-core/ChakraCore@411514394e8fb8d14c10
] - deps: update ChakraCore to chakra-core/ChakraCore@8c0764e1aafb1f064f49
] - deps: update ChakraCore to chakra-core/ChakraCore@24928c5041d220b326d2
] - deps: update ChakraCore to chakra-core/ChakraCore@77a31ac5546368743bba
] - deps: update ChakraCore to chakra-core/ChakraCore@9f40fcb70b2fd0425130
] - deps: update ChakraCore to chakra-core/ChakraCore@e93b29b80d88a568f35c
] - deps: update ChakraCore to chakra-core/ChakraCore@a231b2126f4847602a0c
] - deps: update ChakraCore to chakra-core/ChakraCore@ae0a7ca8f4a8ee7e95fe
] - deps: update ChakraCore to chakra-core/ChakraCore@9d70c00ad7a5288c0536
] - deps: update ChakraCore to chakra-core/ChakraCore@9fe64abd2e1727576266
] - deps: update ChakraCore to chakra-core/ChakraCore@28cc7c2c48750bbf2527
] - deps: update ChakraCore to chakra-core/ChakraCore@cc2aede32e37efd78625
] - deps: update ChakraCore to chakra-core/ChakraCore@172bac86e051077b4d97
] - deps: update ChakraCore to chakra-core/ChakraCore@0615a510f63ac3c47989
] - deps: update ChakraCore to chakra-core/ChakraCore@5644e6c6365f833aba3d
] - deps: update ChakraCore to chakra-core/ChakraCore@abd18d0bde6464e70b16
] - meta: merge node/master into node-chakracore/mastere32462b9c9
] - meta: merge node/master into node-chakracore/master0bdb2b1155
] - deps: update ChakraCore to chakra-core/ChakraCore@172bac86e025a3ac82cc
] - test: update inspector skipsf8d2a2850a
] - deps: update ChakraCore to chakra-core/ChakraCore@acd74547f7d3af30fa98
] - deps: update ChakraCore to chakra-core/ChakraCore@9653b070f60fe63521cb
] - deps: update ChakraCore to chakra-core/ChakraCore@483cea69c5eb45384061
] - chakrashim: FixSetAccessorProperty
behavior1753873833
] - lib,src,test: fixing lint errors822d967bd4
] - deps: update ChakraCore to chakra-core/ChakraCore@37993b94154cae9e440d
] - deps: update ChakraCore to chakra-core/ChakraCore@4d96e78734762da23242
] - deps: update ChakraCore to chakra-core/ChakraCore@3f2f8a7d1c38bea7b8ea
] - deps: update ChakraCore to chakra-core/ChakraCore@14831da3ee308d6b5705
] - deps: update ChakraCore to chakra-core/ChakraCore@fdd885bc8c04bfbc717f
] - deps: update ChakraCore to chakra-core/ChakraCore@7318a88837fbd2861859
] - deps: update ChakraCore to chakra-core/ChakraCore@2abdaab7542f4978abc2
] - deps: update ChakraCore to chakra-core/ChakraCore@b2448404a36f29bccf28
] - deps: update ChakraCore to chakra-core/ChakraCore@cfcbe3b3d2e260fa1614
] - deps: update ChakraCore to chakra-core/ChakraCore@1d521f5052d7b9182019
] - deps: update ChakraCore to chakra-core/ChakraCore@50e5667a3fee274afc39
] - meta: merge node/master into node-chakracore/master0214db53ee
] - meta: merge node/master into node-chakracore/master948537d02b
] - test: disable test requiring for...await for node-chakracorebe82dfb39c
] - meta: merge node/master into node-chakracore/master8374411ea3
] - napi: add range check to jsrt version of napi_create_dataview8347baf9e4
] - meta: merge node/master into node-chakracore/masterbb91d42162
] - meta: merge node/master into node-chakracore/master8f7439967b
] - test: skip test-tracing test on node-chakracore35b8ff2fc1
] - meta: merge node/master into node-chakracore/masteraa23e3fb2e
] - meta: merge node/master into node-chakracore/mastercc364617eb
] - meta: merge node/master into node-chakracore/master9790e12068
] - deps: update ChakraCore to chakra-core/ChakraCore@e488ebb77777faa4baf3
] - meta: merge node/master into node-chakracore/master4a6d224167
] - meta: merge node/master into node-chakracore/master57e9bb4d0d
] - meta: merge node/master into node-chakracore/master967a8d20ec
] - meta: merge node/master into node-chakracore/master159dcd56f8
] - test: skip flaky test for node-chakracorecdb310f5fe
] - meta: merge node/master into node-chakracore/master834b239391
] - meta: merge node/master into node-chakracore/master327541453e
] - meta: merge node/master into node-chakracore/master3f73796b50
] - meta: merge node/master into node-chakracore/masterb57a8a0d48
] - test: disable esm unit tests failing on node-chakracore5f2fc2d817
] - meta: merge node/master into node-chakracore/mastere34de77769
] - meta: merge node/master into node-chakracore/master86c1bc30bd
] - meta: merge node/master into node-chakracore/master7c2d058c18
] - test: skip some tests failing on node-chakracore4f7a00f5c1
] - meta: merge node/master into node-chakracore/masterf40894f167
] - deps: update ChakraCore to chakra-core/ChakraCore@4e2496ab03aad4545c3f
] - deps: update ChakraCore to chakra-core/ChakraCore@11715eefd5eac59927ff
] - deps: update ChakraCore to chakra-core/ChakraCore@7749fb845a48ecad9fb1
] - meta: merge node/master into node-chakracore/masterdb4f534f8b
] - meta: merge node/master into node-chakracore/master897588030e
] - chakrashim: add shim for Template::SetAccessorProperty03803b830c
] - doc: not all example code can be run without 1:119b4921e8b
] - doc: adjust TTY wording & add inter-doc links9f3daf1608
] - doc: fix fs.existsSync description195da8d3c1
] - doc: improve documentation.md1dbb83a5c8
] - net,src: refactor writeQueueSize trackingc347c9bb4e
] - test: add test for postmortem metadata validation85aad98200
] - stream: rm {writeable/readable}State.length8fe0074413
] - test: Use countdown in test filea783c4fdb5
] - test: update test-http-content-length to use countdown9b4495e5f9
] - doc: add countdown module to writing tests guidec83ebee29a
] - test: coverage for emitExperimentalWarning51c237a950
] - doc: change "Node.js style cb" to "error-first cb"ec2e09220f
] - src: replace SetAccessor w/ SetAccessorPropertyc0b4721736
] - deps: update ChakraCore to chakra-core/ChakraCore@99131a0f2c3571d06624
] - deps: update ChakraCore to chakra-core/ChakraCore@4336e29ca203ffff14d8
] - deps: update ChakraCore to chakra-core/ChakraCore@a0d8bdd37eee8f8bfe8f
] - deps: update ChakraCore to chakra-core/ChakraCore@d1c4faf38b912038511f
] - meta: merge node/master into node-chakracore/master88b3c710c9
] - test: update node-chakracore test baseline4ffd79198c
] - meta: merge node/master into node-chakracore/master8b1ebf6ba6
] - meta: merge node/master into node-chakracore/master78e86800e2
] - meta: merge node/master into node-chakracore/master7714b4d6bc
] - test: skip failing testd21eee8cca
] - meta: merge node/master into node-chakracore/masterbc073bfec8
] - meta: merge node/master into node-chakracore/masterd48f2318e3
] - meta: merge node/master into node-chakracore/masterf6a4546ee7
] - meta: merge node/master into node-chakracore/master672913c288
] - test: update chakracore baseline4bfab5a9a9
] - meta: merge node/master into node-chakracore/master246f8438d8
] - deps: update ChakraCore to chakra-core/ChakraCore@d7d99e1dbebf5c71f951
] - deps: update ChakraCore to chakra-core/ChakraCore@7c4f6a5e48300c5b8707
] - test: update chakracore baselines0f6eee10fd
] - build: fix build breake104f7421e
] - meta: merge node/master into node-chakracore/master985faa1cf1
] - test: add a new.target test to addons-napi (test: add a new.target test to addons-napi #452)c6b7fcab1b
] - napi: use new.target jsrt api (napi: use new.target jsrt api #451)d4795cd90f
] - chakrashim: implement new.target support native callbacks (chakrashim: implement new.target support native callbacks #450)7206694a39
] - deps: update ChakraCore to chakra-core/ChakraCore@638b18600d62f742d8d3
] - deps: update ChakraCore to chakra-core/ChakraCore@5983ef6736fe86600b48
] - deps: update ChakraCore to chakra-core/ChakraCore@3444116dbd932bc3034b
] - deps: update ChakraCore to chakra-core/ChakraCore@98e7835eefda8376c076
] - deps: update ChakraCore to chakra-core/ChakraCore@12a738b390859e314570
] - deps: update ChakraCore to chakra-core/ChakraCore@79ef8eda34a5da8cc414
] - chakrashim: update macOS build parametersc642810acc
] - chakrashim: ChakraCore release/1.9@c6ae7416fb34a05e7439
] - doc: Update nvs instructions in README.md055ec67f91
] - deps: update ChakraCore to chakra-core/ChakraCore@e20d5c67e4e5a7d77fab
] - deps: update ChakraCore to chakra-core/ChakraCore@cf780acb419b9cd3a240
] - test: remove orphan status entriesfb149725f7
] - build: node.gyp cleanup5b15efc8d3
] - deps: update ChakraCore to chakra-core/ChakraCore@f6f84bbb4f94fbfba0b2
] - deps: update ChakraCore to chakra-core/ChakraCore@d91fb1dbcde4f244522b
] - deps: update ChakraCore to chakra-core/ChakraCore@e02b39aaf6c90745af5d
] - deps: update ChakraCore to chakra-core/ChakraCore@c6d73ba94994af1db591
] - deps: update ChakraCore to chakra-core/ChakraCore@09034518ef29fed8919d
] - deps: update ChakraCore to chakra-core/ChakraCore@3e739383a57bee32cdbf
] - deps: update ChakraCore to chakra-core/ChakraCore@f5ab04247ec8e6e2fe8e
] - chakrashim: fix inspector evaluateffa70ffe45
] - test: skipping V8-specific test43bd7a8429
] - chakrashim: fixing misc lint issues197665e086
] - meta: merge node/master into node-chakracore/masterfb3330bdd2
] - test: disable test case for node-chakracore and fix a couple lint issues40a2c902f3
] - meta: merge node/master into node-chakracore/master4a19a9b6b2
] - meta: merge node/master into node-chakracore/mastera1eb4f9cac
] - test: Fix inspect test under node-chakracore1d6dc6e221
] - meta: merge node/master into node-chakracore/master736105559d
] - chakrashim: add dummy shim for v8::ArrayBuffer::Allocator::NewDefaultAllocator68c14d780d
] - meta: merge node/master into node-chakracore/master286db5d331
] - chakrashim: add dummy shim for v8::ScriptOrModule and v8::Isolate::SetHostImportModuleDynamicallyCallback6eea849a9e
] - meta: merge node/master into node-chakracore/master936c715b72
] - test: simplify test/message/testcfg.pyc2da215ffc
] - Disable tests failing on chakracoreec78bf4c00
] - meta: merge node/master into node-chakracore/master3045bb0190
] - Fix unit test failuresa5c675df82
] - meta: merge node/master into node-chakracore/mastera0082788fe
] - test: move ChakraCore runtime skips to .status5adda3a178
] - test: skip tests for ChakraCore that depend on V8f588241229
] - test: skip tests that fail for ChakraCoreb5c739d0ed
] - test: remove non existing tests from .status filesa7d03f28ba
] - meta: merge node/master into node-chakracore/master24aeb6abca
] - meta: merge node/master into node-chakracore/master3a6b048fb5
] - meta: merge node/master into node-chakracore/master4316cb7f1e
] - lib: shimming V8-specific coded38fe31d87
] - meta: merge node/master into node-chakracore/master229ecfe66f
] - deps: update ChakraCore to chakra-core/ChakraCore@156a58e6f4223a260d07
] - meta: merge node/master into node-chakracore/mastere60e46904a
] - n-api: add napi_get_uv_event_loop for JSRT92ad9d2cf6
] - chakrashim,src: fixed missing shims7f06df1423
] - meta: merge node/master into node-chakracore/mastera97f06e077
] - doc: fixed lint errors in README filesca720a3ed6
] - chakrashim: fixing ObjectTemplate implementation74d08c6d47
] - chakrashim: implement LowMemoryNotification and ifdef DEBUG -> CHAKRA_UNIMPLEMENTED77ab790057
] - chakrashim: remove stale ref objectInstance and save 8bytes5db7165bac
] - chakrashim: improve hot path calls1dca12241c
] - deps: updating chakracore gyp file to avoid removed flagcf8b577f09
] - chakrashim: fixing ObjectTemplate regressione72ff2e880
] - meta: merge node/master into node-chakracore/masterdd68c0d3fe
] - build: fix node-chakracore arm buildc9fc14bf61
] - test: fix lint failuresf5757ebcf9
] - test: marking non-implemented tests as flaky2ea9f30808
] - deps: update ChakraCore to chakra-core/ChakraCore@1649d36e6d19c7b741d7
] - meta: merge node/master into node-chakracore/master6c36d319b5
] - meta: merge node/master into node-chakracore/masterbd6ef116b3
] - meta: merge node/master into node-chakracore/master4546394ef7
] - test: disable trace events tests for Node-ChakraCoreb517f11b97
] - build: fix build break from merge2515ee1d1b
] - meta: merge node/master into node-chakracore/master1bbca333dd
] - deps: update ChakraCore to chakra-core/ChakraCore@17910d087a0ffe499adf
] - deps: update ChakraCore to chakra-core/ChakraCore@fffb4e24be473fb91eed
] - test: update chakracore baselined620a1944d
] - meta: merge node/master into node-chakracore/master6015e0bc79
] - meta: merge node/master into node-chakracore/master01d72be47d
] - meta: merge node/master into node-chakracore/master47a3e4600e
] - meta: merge node/master into node-chakracore/master92aaf569a5
] - build: fix gyp conditions issuecb986dc110
] - test: add engine-specific message for new test35059de215
] - meta: merge node/master into node-chakracore/master00702bb1ed
] - lint: fix lint errors1749b7c55b
] - test: update test to use engine-specific message3590539f8e
] - meta: merge node/master into node-chakracore/master321e4a1b11
] - chakrashim: fixing lazy interceptor instantiationac89d21d42
] - [Merge chakra-core/ChakraCore@7b9c916c04] [MERGE #4217 @jackhorton] Intl-ICU on release/1.7 fixupsb50ab3eae1
] - Revert "[Merge chakra-core/ChakraCore@42789b26e3] Skip 1.6 commit"8b94e26cff
] - Merge pull request chakrashim: ObjectTemplate, allocate interceptor stuff lazily #424 from obastemur/imp_ot_memc6863c08c6
] - [Merge chakra-core/ChakraCore@42789b26e3] Skip 1.6 commitea40e0ba37
] - [Merge chakra-core/ChakraCore@4c2e0f3d68] [MERGE #4195 @boingoing] Merge unreleased/rs3 to release/1.79f473d41ac
] - meta: merge node/master into node-chakracore/masterb6b3ed8593
] - meta: merge node/master into node-chakracore/master188e4c2530
] - meta: merge node/master into node-chakracore/master4cfa823256
] - lint: fix lint issue introduced by bad mergefca1d9fdb4
] - tools: add chakra_tdd.h to install.py161577813f
] - meta: merge node/master into node-chakracore/mastera9a7dd0530
] - build: fix macro issue6a20f8dafb
] - meta: merge node/master into node-chakracore/master20c21347ac
] - test: re-mark test as flaky for ChakraCore175fe688f1
] - test: don't use V8-specific options on ChakraCorefda2d93524
] - meta: merge node/master into node-chakracore/masterfdf859098c
] - meta: merge node/master into node-chakracore/masterfe2f176bf4
] - test: marking new esm test as flaky3331186ac3
] - Merge nodejs/master3aa2c16607
] - Merge nodejs/master35c8c3a0d7
] - Merge nodejs/master3018e1645f
] - chakrashim: add new V8 API8fd7c3efc8
] - Merge nodejs/masterb48c11fdaf
] - test: mark new ES Module tests as flaky4d1baa251e
] - chakrashim: shim new v8::Module APIs5298047d6f
] - Merge nodejs/master8eefbbb6c5
] - test: fixing flaky test flag4ddf7934e9
] - [Merge chakra-core/ChakraCore@83b1218425] [MERGE #4136 @boingoing] Support for defer parse of object literal methods8f2323e0a4
] - [Merge chakra-core/ChakraCore@b006606339] [MERGE #4100 @obastemur] [optional] Improve OS1436355606ba99b724
] - [Merge chakra-core/ChakraCore@fd7889c423] [MERGE #4018 @obastemur] fix modFunctionIndex is missing on copyfb7e3daa89
] - [Merge chakra-core/ChakraCore@0bc7709496] [MERGE #4105 @boingoing] Support for defer parsing lambda functionsc3c41bce3e
] - lint: fix lint issue in trace_mgrb41ebfbe7f
] - test: mark new test as flaky for chakracore50d21749dd
] - Merge nodejs/master4fc16fc683
] - Merge nodejs/mastereaf6763c1a
] - test: disable failing vm tests until we add proper support5fed2d619d
] - chakrashim: Updating shim to fix build break3b38e14b14
] - Merge nodejs/master04c1428260
] - test: marking new esmodule as flaky due to lack of support0fa8358a5e
] - Merge nodejs/master559f7cf37e
] - [Merge chakra-core/ChakraCore@8dbf8e4721] [MERGE #4035 @rhuanjl] Optimise xplat UtcTimeFromStrCore51d838b2b3
] - test: fixing test failure after merge.5b3d44e075
] - Merge nodejs/master40aeb28ee1
] - Merge nodejs/master9738df7fed
] - test: fix up renamed tests535c25e87d
] - Merge nodejs/master