Skip to content

Releases: simonnilsson/ask

v0.4.0

28 Aug 17:02
Compare
Choose a tag to compare

Changed

  • Added ForArgs() and PathArgs()
  • Improvements to README
  • Added CI workflow with test run and coverage report

Fixed

  • Fixed handling of negative floats in Int()

v0.3.0

21 Aug 16:16
Compare
Choose a tag to compare

Changed

  • Added support for handling custom types derived from map[string]interface{} and []interface{}
  • Breaking: Minimum Go version bumped from 1.15 to 1.17