Skip to content

v1.0.3

Choose a tag to compare

@daemon-bot daemon-bot released this 01 Sep 05:42
· 24 commits to main since this release
2172080

Changelog

  • 2172080 Merge pull request #80 from 178inaba/tagpr-from-v1.0.2
  • 1d2ff7a [tagpr] update CHANGELOG.md
  • 28cf523 [tagpr] prepare for the next release
  • 914c6de Merge pull request #82 from 178inaba/refactor/77-port-json-to-v2
  • 03211db Cut comments that restate what they sit above
  • ebf14e3 Refuse parameter flag text that is not valid UTF-8
  • 0ed61be Tighten the ported JSON code after review
  • 4c45193 Record which encoder options hold the output contract
  • ccee6a6 Port the JSON handling to encoding/json/v2
  • 5913ecb Merge pull request #79 from 178inaba/chore/76-enable-revive-and-modernize
  • 0a3aace Name the AsType match after what it matched
  • d86a26f Take test contexts from t.Context()
  • 6257d73 Match error types with errors.AsType
  • e37f1bf Copy maps with maps.Copy rather than a range loop
  • 6d78e7d Enable revive and fix the twelve findings it reports