Releases: go-playground/pkg
Releases · go-playground/pkg
Release 5.4.0
What's new?
Added errorsext module with retrial helper functions.
Release 5.3.0
What's New?
- Added new
bytesextwhich contains some constant size definition for eg.MB,MiB, ...
convenience and code readability. - Fixed some typos.
- Updated GitHub Action script.
Release 5.2.0
What's new?
- Added
text/csvmime type - Fixed OctetStrem mime naming.
- added
JSONStreamwhich uses json.Encoder rather than unmarshaling into memory first allowing the capture of errors.
Release 5.1.0
What's new?
Added EncodeToURLValues helper to new urlext package.
Release v5.0.0
What's new?
- Add unsafe package with BytesToString and StringToBytes functions
- Fix lint error on LimitReader error, had to bump to v5 because of this.
- updated to use GitHub Action for CI
Release 4.0.0
What's new
- Updated to proper Go Modules major version
- Updated form + assert dependencies
Release v3.1.5
What was fixed?
Corrected 2 of the JSON helper functions not returning the error properly.
Release v3.1.4
What was fixed?
Fixed some failing tests.
Release v3.1.3
What was fixed?
- Reverted v3.1.2
- Updated JSON writing not to stream as it will automatically set the HTTP header to 200
Release v3.1.2
What was fixed?
Some previous refactoring caused the writing of headers after write.