Skip to content

Commit

Permalink
bump version to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tedeh committed Aug 12, 2022
1 parent 6bc2834 commit 4074858
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ Install the latest version of _jayson_ from [npm](https://www.npmjs.com) by exec

## Changelog (only notable milestones/changes)

- *4.0.0*
- Remove `lodash` dependency which should halve bundle size. There might be minor incompatibilities if you pass funky object or array types to jayson methods.
- *3.6.4*
- Websocket client and server support
- *3.6.1*
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Utils.toPlainObject = function (value) {
/**
* Picks keys from obj
* @param {Object} obj
* @param {[]String} keys
* @param {String[]} keys
* @return {Object}
*/
Utils.pick = function (obj, keys) {
Expand Down
13 changes: 0 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jayson",
"version": "3.7.0",
"version": "4.0.0",
"description": "JSON-RPC 1.0/2.0 compliant server and client",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -64,7 +64,6 @@
},
"devDependencies": {
"@types/express-serve-static-core": "^4.17.30",
"@types/lodash": "^4.14.182",
"body-parser": "^1.19.0",
"connect": "^3.7.0",
"coveralls": "^3.1.0",
Expand Down

0 comments on commit 4074858

Please sign in to comment.