Skip to content

Tags: Global19/llnode

Tags

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
mmarchini mary marchini
meta: 2020-04-27, Version 3.2.0

Notable Changes:

  - Added support for Node.js v14

Commits:

  * [[`4918962bee`](nodejs@4918962bee)] - **build**: add v14 to the test matrix (Matheus Marchini) [nodejs#361](nodejs#361)
  * [[`c86eb4356c`](nodejs@c86eb4356c)] - **src**: update RegExp type constant for V8 8.1 (Matheus Marchini) [nodejs#361](nodejs#361)
  * [[`dd57bfb8af`](nodejs@dd57bfb8af)] - **src**: boxed double fields for V8 8.1 (Matheus Marchini) [nodejs#358](nodejs#358)
  * [[`fdddce0d2c`](nodejs@fdddce0d2c)] - **doc**: fix supported version comment on README (Matheus Marchini) [nodejs#356](nodejs#356)
  * [[`7b9598e9da`](nodejs@7b9598e9da)] - **tools**: git ignore core dumps (Matheus Marchini) [nodejs#308](nodejs#308)
  * [[`8e2a55c82e`](nodejs@8e2a55c82e)] - **src**: update SFI script accessor for V8 8.1 (Matheus Marchini) [nodejs#352](nodejs#352)
  * [[`364e034686`](nodejs@364e034686)] - **src**: fix some warnings and erroneous PRINT\_DEBUG (Matheus Marchini) [nodejs#354](nodejs#354)
  * [[`461e83aa0c`](nodejs@461e83aa0c)] - **src**: improve Error message on LoadPtr (Matheus Marchini) [nodejs#351](nodejs#351)
  * [[`1948512b5e`](nodejs@1948512b5e)] - **tools**: add script with commands to facilitate dev (Matheus Marchini) [nodejs#339](nodejs#339)

PR-URL: nodejs#363

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
mmarchini mary marchini
meta: 2020-03-25, Version 3.1.0

PR-URL: nodejs#349
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
mmarchini mary marchini
src: harden SlicedString::ToString

Add some extra checks to make sure we won't crash when stringifying a
(possibly corrupted) SlicedString.

PR-URL: nodejs#332
Reviewed-By: Colin Ihrig <[email protected]>

v2.2.0

Toggle v2.2.0's commit message

Unverified

The email in this signature doesn’t match the committer email.
release: v2.2.0

Notable Changes:

  - Teach llnode how to print Symbol properties names

Commits:

  - [fdb49b8] doc: fix typo in README.md (hardfist)
  - [51bf1f6] src: fix formatting of context address within JSFunction
    (Matheus Marchini)
  - [a36611f] test: move workqueue tests to correct folder (Matheus
    Marchini)
  - [0c1e3ae] src: make source list -l flag optional (Matheus Marchini)
  - [a295239] src: refactor JSError stringifier (Matheus Marchini)
  - [9f3dce3] build: add coverage for javascript code (Matheus Marchini)
  - [43edf43] build: add support to gcov and codecov (Matheus Marchini)
  - [59b65c4] build: add support for Android Termux build (James R.
    Gambale, Jr)
  - [e30beba] src: teach llnode how to print Symbol properties names
    (Matheus Marchini)
  - [388605f] src: fix performance regression (Matheus Marchini)
  - [dbd95d7] build: load lldb symbols at runtime (Dane Springmeyer)
  - [c17d0d1] src: fix build on older compilers (gcc 4.8) (Matheus
    Marchini)
  - [c851b9a] src: introduce Printer class (Matheus Marchini)

PR-URL: nodejs#269
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>

v2.1.0

Toggle v2.1.0's commit message

Unverified

The email in this signature doesn’t match the committer email.
2.1.0

Notable Changes:

  * src: colorize output for findjsinstances
  * src: option to limit output of `findjsinstances`
  * src: print stack for error objects

PR-URL: nodejs#248
Reviewed-By: Joyee Cheung <[email protected]>

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
joyeecheung Joyee Cheung
2.0.0

PR-URL: nodejs#231
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
joyeecheung Joyee Cheung
2.0.0

PR-URL: nodejs#231
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>

v1.7.1

Toggle v1.7.1's commit message
1.7.1

v1.7.0

Toggle v1.7.0's commit message
1.7.0

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.6.3

PR-URL: nodejs#163
Fixes: nodejs#161
Reviewed-By: Colin Ihrig <[email protected]>