commit 4af7136fcf874e212d66c72178a68db969918b25 [browse]
Author: Andrew Gerrand
Date: 2011-09-19 12:32:07 +10:00
[release-branch.r60] doc: update release.r60.1 notes
««« CL 5045045 / d101b482f64e
doc: update release.r60.1 notes
R=dsymonds
CC=golang-dev
https://golang.org/cl/5045045
»»»
R=dsymonds
CC=golang-dev
https://golang.org/cl/5063041
commit 88102c4d10646f8fda317fc54814b4b9ddb780c3 [browse]
Author: Andrew Gerrand
Date: 2011-09-19 11:59:19 +10:00
[release-branch.r60] json: add struct tag option to wrap literals in strings
««« CL 4918051 / ba6daf799367
json: add struct tag option to wrap literals in strings
Since JavaScript doesn't have [u]int64 types, some JSON APIs
encode such types as strings to avoid losing precision.
This adds a new struct tag option ",string" to cause
fields to be wrapped in JSON strings on encoding
and unwrapped from strings when decoding.
R=rsc, gustavo
CC=golang-dev
https://golang.org/cl/4918051
»»»
R=dsymonds
CC=golang-dev
https://golang.org/cl/5049043
commit ab046b2afa9c3ea4a480b087e7fdf2f1d599aaf2 [browse]
Author: Andrew Gerrand
Date: 2011-09-19 11:54:29 +10:00
[release-branch.r60] json: fix decode bug with struct tag names with ,opts being ignored
««« CL 4965049 / f8e4df3c4048
json: fix decode bug with struct tag names with ,opts being ignored
When the encoder was updated to respect the ",omitempty"
struct tag options, the decoder half was never updated to know
about the new struct tag format. (the format is now an optional
name, followed by zero or more ",option" strings)
This only affected people who used ",omitempty" along with
a field name. In that case, the serialized JSON wouldn't
decode to the original value.
R=golang-dev, dvyukov
CC=golang-dev
https://golang.org/cl/4965049
»»»
R=dsymonds
CC=golang-dev
https://golang.org/cl/5029043
commit 37a906487978686342651261405e83693b40b58f [browse]
Author: Andrew Gerrand
Date: 2011-09-15 21:32:34 +10:00
[release-branch.r60] doc: release.r60.1
««« CL 5002041 / d21944c38c39
doc: release.r60.1
R=r
CC=golang-dev
https://golang.org/cl/5002041
»»»
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5019044
commit 070fc85831d0d2d1d6c297304502cb66d90ac971 [browse]
Author: Andrew Gerrand
Date: 2011-09-13 14:52:58 +10:00
[release-branch.r60] doc: link to notable blog posts
««« CL 4996041 / f6fdb6a54203
doc: link to notable blog posts
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4996041
»»»
R=dsymonds
CC=golang-dev
https://golang.org/cl/4969081
clone the repository to get more history