Skip to content

Releases: go-playground/pkg

Release 3.1.1

11 May 14:54

Choose a tag to compare

What was fixed?

Corrected form decoder variable name to avoid ambiguity httpext.DefaultDecoder => httpext.DefaultFormDecoder

Release 3.1.0

11 May 07:08
9df7807

Choose a tag to compare

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

10 May 23:04

Choose a tag to compare

What was fixed?

Updated LimitReader function to return *LimitedReader instead of io.Reader.

Release 3.0.0

10 May 13:37

Choose a tag to compare

What's changed?

Move Stack helpers from errorsext => runtimeext

Release 2.1.0

10 May 05:34

Choose a tag to compare

What's new?

Added new errorsext stack frame helper functions:

  • Stack()
  • StackLevel(skip int)

Release 2.0.0

09 May 18:29

Choose a tag to compare

What's new

Not thinking that ioutil already exists 🤦‍♂ changed suffix from util to ext so now ioutil=>ioext

Release 1.0.1

09 May 13:46

Choose a tag to compare

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

09 May 05:06

Choose a tag to compare

Initial Release