Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

38 lines (32 loc) · 2.93 KB

Changelog

v1.0.5 - 2024-07-03

  • Bump github.com/samber/lo from 1.38.1 to 1.39.0 by @dependabot in #23
  • Bump actions/setup-go from 4 to 5 by @dependabot in #25
  • Bump golangci/golangci-lint-action from 3 to 5 by @dependabot in #27
  • Bump github.com/samber/lo from 1.39.0 to 1.44.0 by @dependabot in #29
  • PickByKeys を追加 by @ne-sachirou in #30
  • Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #28

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