Skip to content

Releases: go-playground/pkg

Release 5.12.0

18 Feb 01:48
24f8321
Compare
Choose a tag to compare

What's new?

  • Added generic Doubly Linked List in new listext package.
  • Started adding math generic functions in mathext like Min and Max
  • Added constraintsext to internally manage constraints used by this library.

Release 5.11.0

17 Jan 00:18
94bde0f
Compare
Choose a tag to compare

What's new?

Added sliceext and mapext Generic helper functions such as Filter, Retain, Reduce, ...

Release 5.10.0

10 Jan 03:57
4560717
Compare
Choose a tag to compare

What's new?

Made some micro optimization changes to the Option & Result types.

Release 5.9.0

05 Jan 17:30
1358dbe
Compare
Choose a tag to compare

What's New?

Added timeext.RFC3339Nano, a corrected version to Go's std library time.RFC3339Nano.

Release 5.8.0

22 Dec 23:07
9bcb250
Compare
Choose a tag to compare

What's new?

Added sys call.EPIPE to the retryable network errors.

Release 5.7.0

20 Dec 06:13
890c3c8
Compare
Choose a tag to compare

What's new?

Add contextext.Detach(...) to have the ability to Detach a context from the parents timeouts and deadlines but not it's values.

Release v5.6.2

10 Dec 19:11
a0a7339
Compare
Choose a tag to compare

What was fixed?

This is a breaking change to the Mutex interface, the previous was not usable in the manner intended.

Release 5.6.1

05 Oct 00:46
b4e7879
Compare
Choose a tag to compare

What was fixed?

Fixed package names of some recent package additions that were accidentally misnamed and violating this packages naming convention of package + ext to avoid namespace collisions.

Release 5.6.0

28 Apr 16:56
6c2e831
Compare
Choose a tag to compare

What was changed?

  • Added HTTP 408 to retryable HTTP status codes.

Release 5.5.0

28 Mar 16:11
2d71977
Compare
Choose a tag to compare

Added

  • Option generic type
  • Result generic type
  • Type safe Mutex & RWMutex implementations.