|
| 1 | +# Change Log |
| 2 | + |
| 3 | +## [0.2.0](https://github.com/gomodules/jsonpatch/tree/0.2.0) (2019-06-25) |
| 4 | +[Full Changelog](https://github.com/gomodules/jsonpatch/compare/1.0.0...0.2.0) |
| 5 | + |
| 6 | +**Merged pull requests:** |
| 7 | + |
| 8 | +- Update go.mod and remove vendor folder [\#18](https://github.com/gomodules/jsonpatch/pull/18) ([tamalsaha](https://github.com/tamalsaha)) |
| 9 | +- Change package path to gomodules.xyz/jsonpath [\#17](https://github.com/gomodules/jsonpatch/pull/17) ([tamalsaha](https://github.com/tamalsaha)) |
| 10 | +- \[Emergency\] correct array index in backtrace [\#16](https://github.com/gomodules/jsonpatch/pull/16) ([kdada](https://github.com/kdada)) |
| 11 | +- Added support for arrays at the root [\#15](https://github.com/gomodules/jsonpatch/pull/15) ([e-nikolov](https://github.com/e-nikolov)) |
| 12 | +- Fix the example code in readme [\#14](https://github.com/gomodules/jsonpatch/pull/14) ([pytimer](https://github.com/pytimer)) |
| 13 | + |
| 14 | +## [1.0.0](https://github.com/gomodules/jsonpatch/tree/1.0.0) (2019-01-08) |
| 15 | +**Fixed bugs:** |
| 16 | + |
| 17 | +- Correctly generate patch for nested object [\#8](https://github.com/gomodules/jsonpatch/issues/8) |
| 18 | + |
| 19 | +**Closed issues:** |
| 20 | + |
| 21 | +- Do releases and in SemVer [\#12](https://github.com/gomodules/jsonpatch/issues/12) |
| 22 | +- Generated patch incorrect for Array replacement [\#1](https://github.com/gomodules/jsonpatch/issues/1) |
| 23 | + |
| 24 | +**Merged pull requests:** |
| 25 | + |
| 26 | +- Add JsonPatchOperation as type alias for Operation [\#13](https://github.com/gomodules/jsonpatch/pull/13) ([tamalsaha](https://github.com/tamalsaha)) |
| 27 | +- Migrate to go mod [\#10](https://github.com/gomodules/jsonpatch/pull/10) ([tamalsaha](https://github.com/tamalsaha)) |
| 28 | +- Add test for nested object [\#9](https://github.com/gomodules/jsonpatch/pull/9) ([tamalsaha](https://github.com/tamalsaha)) |
| 29 | +- Add test for edit distance computation [\#7](https://github.com/gomodules/jsonpatch/pull/7) ([tamalsaha](https://github.com/tamalsaha)) |
| 30 | +- Append edit distance operations from end to start [\#6](https://github.com/gomodules/jsonpatch/pull/6) ([tamalsaha](https://github.com/tamalsaha)) |
| 31 | +- Add travis file [\#4](https://github.com/gomodules/jsonpatch/pull/4) ([tamalsaha](https://github.com/tamalsaha)) |
| 32 | +- Run go fmt [\#3](https://github.com/gomodules/jsonpatch/pull/3) ([tamalsaha](https://github.com/tamalsaha)) |
| 33 | +- Fix array comparison [\#2](https://github.com/gomodules/jsonpatch/pull/2) ([tamalsaha](https://github.com/tamalsaha)) |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments