From faa4de918ed0042486d90ab7d6f12e256bf72703 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Sat, 12 Jun 2021 23:40:12 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51a26b71..fdc3359f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Fast JSON encoder/decoder compatible with encoding/json for Go ``` * version ( expected release date ) -* v0.6.0 +* v0.7.0 | | while maintaining compatibility with encoding/json, we will add convenient APIs | @@ -31,6 +31,7 @@ For example, I'm thinking of supporting `context.Context` of `json.Marshaler` an - Fast ( See [Benchmark section](https://github.com/goccy/go-json#benchmarks) ) - Flexible customization with options - Coloring the encoded string +- Can propagate context.Context to `MarshalJSON` or `UnmarshalJSON` # Installation