Skip to content

Commit

Permalink
docs: update change logs
Browse files Browse the repository at this point in the history
Add json parser related changes and operation description refactor.
  • Loading branch information
dinoboff committed Jan 4, 2017
1 parent 9ce7c23 commit 4b9e9da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
* [Add `DataNode.$merge` (`Database.root.$merge`)](https://github.com/goldibex/targaryen/pull/104).
* [Better debug info when an operation doesn't trigger any read/write rules](https://github.com/goldibex/targaryen/pull/107).
* [Fix regression bug in removing and prune nodes](https://github.com/goldibex/targaryen/pull/109).
* [Describe operation in result info (were previously generated by error helpers in `targaryen.utils`)](https://github.com/goldibex/targaryen/pull/110).
- [Targaryen CLI can parse rules containing multi lines string (would previously only support comments)](https://github.com/goldibex/targaryen/pull/111).
- [Chai and jasmine plugins include json parser helpers (supporting comments and multi line strings)](https://github.com/goldibex/targaryen/pull/112)

Thanks goes to @alisson446, @georgesboris, @mhuebert, @RomansBermans and @simenbrekken for their contributions.

Expand Down

0 comments on commit 4b9e9da

Please sign in to comment.