go-getoptions v0.21.0 Release Notes

Release Date: 2020-08-15 // over 3 years ago
  • ๐Ÿš€ As the releases before, this release has 100% test coverage.

    โฌ‡๏ธ Drop support for Go versions before 1.14

    โฌ‡๏ธ Dropping support for Go 1.10, 1.11, 1.12 and 1.13 to leverage new errors and testing features.

    ๐Ÿ‘ท In particular The errors.Is and errors.As features greatly simplify error testing and handling and are used in the new DAG build system.

    ๐Ÿ†• New Feature

    ๐Ÿ‘ท Introduces a new Directed Acyclic Graph Build System.

    ๐Ÿ‘ท The build system is a separate import package: import "github.com/DavidGamba/go-getoptions/dag"

    ๐Ÿ“š Documentation can be found in its own README.