Skip to content

Releases: ryeguard/ddbcalc

v0.4.0

29 Oct 21:27
Compare
Choose a tag to compare

What's Changed

  • feat: some functions need not return errors by @ryeguard in #54
  • test(calc): test more, foremost list and map types by @ryeguard in #55

Full Changelog: https://github.com/ryeguard/ddbcalc/commits/v0.3.2

v0.3.1

03 Jun 21:07
fa829ed
Compare
Choose a tag to compare

0.3.1 (2024-06-02)

Bug Fixes

  • deps: update aws-sdk-go-v2 monorepo (#32) (c198e57)
  • deps: update aws-sdk-go-v2 monorepo (#34) (1d892b2)
  • deps: update aws-sdk-go-v2 monorepo (#36) (0ebd181)
  • deps: update aws-sdk-go-v2 monorepo (#37) (1a7a53c)
  • deps: update aws-sdk-go-v2 monorepo (#38) (5b66d7f)

v0.3.0

03 Apr 17:51
f414ec4
Compare
Choose a tag to compare

0.3.0 (2024-04-03)

Features

Bug Fixes

  • deps: update aws-sdk-go-v2 monorepo (#20) (5bdf449)
  • deps: update aws-sdk-go-v2 monorepo (#22) (460df54)

v0.2.0

18 Mar 07:41
1e390cd
Compare
Choose a tag to compare

0.2.0 (2024-03-17)

Features

  • exclude examples from test coverage report (be2c5be)
  • test coverage action (e4eeffd)

Bug Fixes

  • cover nil type and separate bool/null (cf8a258)
  • deps: update aws-sdk-go-v2 monorepo (fc128b8)

v0.1.0

07 Mar 16:31
0b730c1
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

What's Changed

  • Set up Go actions by @ryeguard in #1
  • examples: improve examples after feedback by @ryeguard in #3
  • Fix unexported function and add comments by @ryeguard in #4
  • len([]byte(...)) equals len(...) according to all current tests by @ryeguard in #5
  • refactor: overhead bytes to consts by @ryeguard in #6
  • chore: Configure Renovate by @renovate in #7
  • fix(deps): update aws-sdk-go-v2 monorepo by @renovate in #8
  • update renovate by @ryeguard in #11
  • chore(deps): update actions/setup-go action to v5 by @renovate in #14
  • chore(deps): update actions/checkout action to v4 by @renovate in #13

New Contributors

Full Changelog: https://github.com/ryeguard/ddbcalc/commits/v0.1.0