Skip to content

Commit

Permalink
changelog: add BC
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Jan 12, 2018
1 parent a733099 commit a04f4c2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## v.2.0.0

Features

- Added stable-stringify (see documentation)
- Support replacer
- Support spacer
- toJSON support without forceDecirc property
- Improved performance

Breaking changes

- Manipulating the input value in a `toJSON` function is not possible anymore in
all cases (see documentation)
- Dropped support for e.g. IE8 and Node.js < 4

0 comments on commit a04f4c2

Please sign in to comment.