Releases: go-playground/pkg
Releases · go-playground/pkg
Release 3.1.1
What was fixed?
Corrected form decoder variable name to avoid ambiguity httpext.DefaultDecoder => httpext.DefaultFormDecoder
Release 3.1.0
What's new?
- Add HTTP constants, who hasn't typo'd an HTTP header before ;)
- Added a bunch of common HTTP helper functions for common operations.
I'm sure the HTTP constants are not 100% complete, please make a PR if you fond something missing :)
Release 3.0.1
What was fixed?
Updated LimitReader function to return *LimitedReader instead of io.Reader.
Release 3.0.0
What's changed?
Move Stack helpers from errorsext => runtimeext
Release 2.1.0
What's new?
Added new errorsext stack frame helper functions:
Stack()StackLevel(skip int)
Release 2.0.0
What's new
Not thinking that ioutil already exists 🤦♂ changed suffix from util to ext so now ioutil=>ioext
Release 1.0.1
What was fixed?
Refactored some of the Limited Reader code to prevent the LimitedReaderEOF error overriding the error from R.Read in cases where the limit was reached and a non io.EOF occurred.
Release 1.0.0
Initial Release