Update CHANGELOG

This commit is contained in:
Masaaki Goshima 2021-12-02 15:16:56 +09:00
parent 8ac142ed32
commit c37d82b10f
No known key found for this signature in database
GPG Key ID: 6A53785055537153
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# v0.8.0 - 2021/12/02
* Fix embedded field conflict behavior ( #300 )
* Refactor compiler for encoder ( #301 #302 )
# v0.7.10 - 2021/10/16
* Fix conversion from pointer to uint64 ( #294 )

View File

@ -13,7 +13,7 @@ Fast JSON encoder/decoder compatible with encoding/json for Go
```
* version ( expected release date )
* v0.7.0
* v0.8.0
|
| while maintaining compatibility with encoding/json, we will add convenient APIs
|
@ -21,7 +21,7 @@ Fast JSON encoder/decoder compatible with encoding/json for Go
* v1.0.0
```
We are accepting requests for features that will be implemented between v0.7.0 and v.1.0.0.
We are accepting requests for features that will be implemented between v0.8.0 and v.1.0.0.
If you have the API you need, please submit your issue [here](https://github.com/goccy/go-json/issues).
For example, I'm thinking of supporting `context.Context` of `json.Marshaler` and decoding using JSON Path.