Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

30 lines (25 loc) · 2.25 KB

Changelog

v1.0.4 - 2023-11-28

  • Apply go mod tidy by @utgwkk in #21
  • Add FlatMap and SomeBy function by @utgwkk in #20

v1.0.3 - 2023-11-21

  • Use generated token for actions/checkout by @stefafafan in #17
  • Add Associate wrapper function by @lufia in #19

v1.0.2 - 2023-10-15

  • Add GitHub Workflow for tagpr by @stefafafan in #15

v1.0.1 - 2023-09-24

  • Update README.md with details on setup; fix flaky tests by @stefafafan in #14

v1.0.0 - 2023-09-24

  • add dependabot.yml by @stefafafan in #1
  • add simple readme by @stefafafan in #2
  • Add Uniq / UniqBy wrapper functions by @stefafafan in #3
  • Rename repository/package name to godash by @stefafafan in #4
  • Add a subset of slice related functions by @stefafafan in #5
  • rename package name by @stefafafan in #6
  • add more functions that would probably be used a bunch by @stefafafan in #7
  • add simple documentation code, as well as a link to the package site by @stefafafan in #8
  • nit adjustments to the package doc comments by @stefafafan in #9
  • add some example tests along with simple CI by @stefafafan in #10
  • add golangci-lint-action; other adjustments to the CI by @stefafafan in #11
  • Add dependabot configuration for GitHub Actions by @stefafafan in #12
  • Add example tests for the rest of the functions by @stefafafan in #13