Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Mar 17, 2017
1 parent 4ed8820 commit 5e423a2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
29 changes: 25 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@
## v3.5.0

- Add counter and early return to `eachLine()`


## v3.4.0

- Support index suggestion in `diff()`


## v3.3.0

- Add `partition()`


## v3.2.0

- Add `eachLine()`, `map()`, `reduce()`, `filter()`, `forEach()`


## v3.1.0

- Pull out quilljs/delta from ottypes/rich-text


## v3.0.0

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


#### Features


## v2.1.0

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


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quill-delta",
"version": "3.4.3",
"version": "3.5.0",
"description": "Format for representing rich text documents and changes.",
"author": "Jason Chen <[email protected]>",
"homepage": "https://github.com/quilljs/delta",
Expand Down

0 comments on commit 5e423a2

Please sign in to comment.