Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 540 Bytes

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 540 Bytes

Changelog

v0.5

Breaking Changes

Classic

Classic now automatically prints usage and exists if user passes -h or --help.

v0.4

Breaking Changes

plugins/file.Files

And so uconfig.Files

Has changed from:

type Files []struct {
	Path      string
	Unmarshal Unmarshal
}

to

type Files []struct {
	Path      string
	Unmarshal Unmarshal
	Optional  bool /* new field! */
}

plugins/files.Plugins

No longer accepts an option.

plugins/flag

No longer supports SetUsage.