Skip to content

Releases: SkippyZA/go-slices

v0.1.0

18 Nov 23:34
181aca4
Compare
Choose a tag to compare

🚀 Features

📦 Other

  • aa06fc9 move slices into its own package
  • f7cbf28 simplify examples in README.md

v0.0.3

18 Nov 21:25
c34413b
Compare
Choose a tag to compare

🚀 Features

  • c34413b include output for examples in README.md
  • 3ddf3c2 use idiomatic generic type names
  • 4d6f24c improve readme

v0.0.2

18 Nov 20:26
2f9788e
Compare
Choose a tag to compare

🚀 Features

  • 2f9788e add remaining examples
  • 377e105 fix makefile to test examples
  • 3d808e1 add examples for all, each, find

v0.0.1

18 Nov 18:53
e7f665d
Compare
Choose a tag to compare

🚀 Features

  • adccae2 add release configuration
  • 71f4fb2 include code of conduct and license docs
  • 408b8e4 bump versions for github actions
  • e17729d add github actions for test, lint, and release
  • c32c74d add .cover.out to gitignore
  • ad2e852 introduce makefile for common tasks
  • 03654fe add basic slice utils
  • f500e87 introduce go modules

🐛 Bug fixes

  • 2afb846 rename license file
  • c622dda tag release notary action version
  • 8996959 fetch all commits for notary release notes
  • 5b944b3 ensure we only use go 1.18+

🔧 Chores and Improvements

📦 Other