Skip to content

Releases: go-playground/pkg

Release 5.4.0

31 Jan 01:52
5d992dd

Choose a tag to compare

What's new?

Added errorsext module with retrial helper functions.

Release 5.3.0

04 Nov 04:11
3630896

Choose a tag to compare

What's New?

  • Added new bytesext which contains some constant size definition for eg. MB, MiB, ...
    convenience and code readability.
  • Fixed some typos.
  • Updated GitHub Action script.

Release 5.2.0

19 Nov 05:09
a81ab1c

Choose a tag to compare

What's new?

  • Added text/csv mime type
  • Fixed OctetStrem mime naming.
  • added JSONStream which uses json.Encoder rather than unmarshaling into memory first allowing the capture of errors.

Release 5.1.0

02 Jul 18:56
7431e1b

Choose a tag to compare

What's new?

Added EncodeToURLValues helper to new urlext package.

Release v5.0.0

29 Jun 04:36
4a4788a

Choose a tag to compare

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

01 Nov 15:03
4569437

Choose a tag to compare

What's new

  • Updated to proper Go Modules major version
  • Updated form + assert dependencies

Release v3.1.5

22 May 23:09

Choose a tag to compare

What was fixed?

Corrected 2 of the JSON helper functions not returning the error properly.

Release v3.1.4

13 May 23:51
6cd3d11

Choose a tag to compare

What was fixed?

Fixed some failing tests.

Release v3.1.3

13 May 23:45
af45a46

Choose a tag to compare

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

13 May 23:17
fa00488

Choose a tag to compare

What was fixed?

Some previous refactoring caused the writing of headers after write.