Skip to content

Commit

Permalink
chore(changelog): Update changelog for v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowypowers committed May 15, 2020
1 parent 4c72d70 commit 17bced6
Show file tree
Hide file tree
Showing 3 changed files with 3,305 additions and 2,664 deletions.
17 changes: 17 additions & 0 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ id: latest
title: Changelog (v4)
---

4.8.0
=====

This is likely the last major feature version for neo2. The next major version is expected to support only neo3 given the breaking changes.

- API

- Add notifications API. This is a pubsub model using websockets to listen to events emitted by the blockchain. The API currently only support smart contract events. Please take a look at the [demo](https://jsfiddle.net/gh/get/jquery/3.0/cityofzion/neon-js/tree/master/examples/browser/subscribenotifications/demo).

- Ledger

- `neon-ledger` is a helper package which wraps the functionality for accessing the Ledger into a simple package. Please refer to the package readme for more details.

- Others

- Update dev dependencies to latest.

4.7.2
=====

Expand Down
16 changes: 2 additions & 14 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,7 @@
"rename-version": "./node_modules/.bin/docusaurus-rename-version"
},
"dependencies": {
"docusaurus": "^1.5.1",
"ljs2": "^1.0.3"
},
"resolutions": {
"mixin-deep": "1.3.2",
"lodash.merge": "4.6.2",
"lodash.template": "4.5.0",
"lodash": "4.17.12",
"underscore.string": "3.3.5",
"braces": "2.3.1",
"js-yaml": "3.13.1",
"kind-of": "6.0.3",
"tunnel-agent": "0.6.0",
"debug": "3.1.0"
"docusaurus": "^1.14.4",
"ljs2": "^2.0.3"
}
}
Loading

0 comments on commit 17bced6

Please sign in to comment.