Skip to content

Commit

Permalink
release: v2.2.0
Browse files Browse the repository at this point in the history
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: #269
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
mmarchini committed Feb 22, 2019
1 parent fdb49b8 commit c7ede80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llnode",
"version": "2.1.0",
"version": "2.2.0",
"description": "An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit c7ede80

Please sign in to comment.