Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

52 lines (32 loc) · 3.21 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.1 (2023-10-07)

Bug Fixes

  • don't output positional args if not used (cd27063), closes #3

1.1.0 (2021-05-26)

Features

  • allow required flag for time.Duration (d122828)
  • support time.Duration (396a99d), closes #1

1.0.1 (2021-05-22)

Bug Fixes

  • alias not being defined (d57cacb)

1.0.0 (2021-05-22)

Features

  • generate comments for exported functions (ef44f76)
  • generate from template (1a2ac47)
  • generate MustParse (6de26f0)
  • graceful shutdown on MustParse error (2204bb1)
  • required fields (7b24f74), closes #2
  • support remaining built-in types (1d78211)

Bug Fixes

  • check range to support partially defined positional (c06e48c)
  • embed templates (1a8f2ff)
  • flag alias (6b21f46)
  • flagSet PrintDefaults (e746e35)
  • improve unit test output (1bf335f)
  • only import error if necessary (fd17c87)
  • remove import extraneous space (f5b0c44)
  • required check if not positional args (5f91015)
  • s/ContinueOnError/ExitOnError/ (645606a)
  • s/field/argument/g (61f7342)
  • template path (c399064)