Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 2.0.0-beta.3 release #9

Merged
merged 126 commits into from
Aug 6, 2020
Merged

prepare 2.0.0-beta.3 release #9

merged 126 commits into from
Aug 6, 2020

Conversation

eli-darkly
Copy link
Contributor

[2.0.0-beta3] - 2020-08-06

Changes:

  • Reading a User from JSON with json.Unmarshal now returns an error if the key property is missing or null.

(#1) omit unset properties in user JSON instead of serializing null value
…er-object

(#2) don't allocate extra objects when setting user builder properties
add generic user attr setter and more Value helper methods
add benchmarks and enforce zero-allocation goals
fix bug in JSONBuffer state when writing zeroes
fix JSONBuffer string escaping, + slight refactor
add ability to send buffered JSON output to another writer
# Conflicts:
#	go.mod
#	go.sum
#	jsonstream/json_buffer.go
#	jsonstream/json_buffer_test.go
add UnmarshalText and other helper methods to OptionalString
@eli-darkly eli-darkly merged commit bb13fc8 into v2 Aug 6, 2020
@eli-darkly eli-darkly deleted the release-2.0.0-beta.3 branch August 6, 2020 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant