Skip to content

Commit

Permalink
update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Apr 3, 2020
1 parent 27a6b1e commit b53cd97
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## v4.1.0

#### Features

- Add `transformPresence()` method

## v4.0.0

#### Breaking Changes

These were never documented as officially supported but to be safe we are doing a major version bump.

- No longer works in IE8 as there is function called delete and IE8 treats that as a reserved identifier
Expand All @@ -10,22 +17,23 @@ These were never documented as officially supported but to be safe we are doing
## v3.0.0

#### Breaking Changes
- Deep copy and compare attributes and deltas

- Deep copy and compare attributes and deltas

#### Features


## v2.1.0

#### Features
- Add `concat()` method for document Deltas

- Add `concat()` method for document Deltas

## v2.0.0

#### Breaking Changes

- `compose()` returns a new Delta instead of self-modifying

#### Features

- Support embed being any non-string type
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rich-text",
"version": "4.0.0",
"version": "4.1.0",
"description": "OT type for rich text",
"author": "Jason Chen <[email protected]>",
"homepage": "https://github.com/ottypes/rich-text",
Expand Down

0 comments on commit b53cd97

Please sign in to comment.