Skip to content

Releases: mokiat/gog

v0.7.0

29 Mar 18:34
c6e445e
Compare
Choose a tag to compare

What's Changed

  • Add more helper functions for slices by @mokiat in #14

Full Changelog: v0.6.1...v0.7.0

v0.6.1

22 Feb 20:36
457d64f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

22 Feb 20:29
4c68360
Compare
Choose a tag to compare

What's Changed

  • Add functions related to multiple Set instances by @mokiat in #12

Full Changelog: v0.5.0...v0.6.0

v0.5.0

02 Feb 20:11
716ffcb
Compare
Choose a tag to compare

What's Changed

  • Add helper constructors to Set data structure by @mokiat in #11

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Jan 20:42
e95b959
Compare
Choose a tag to compare

What's Changed

  • Add FromPtr and ToPtr helper functions to the opt package by @mokiat in #10

Full Changelog: v0.3.0...v0.4.0

v0.3.0

07 Nov 21:29
45b9000
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

01 Nov 20:30
5d08dae
Compare
Choose a tag to compare

Changes

  • Adds a filter (filtering expressions) package
  • Adds an opt (optional) package
  • Adds a ds (data structures) package
  • Adds additional gog functions
  • Preserves nil slices in slice mapping/filtering functions

v0.1.0

28 Oct 08:56
7ef3ad6
Compare
Choose a tag to compare

Changes

  • Initial project setup
  • First functions for working with generic slices