Changelog for optparse-generic-1.3.0
1.3.0
- BREAKING CHANGE: New
metavarmethod forParseFieldclass- This field simplifies customizing
ParseFieldinstances- Now you usually only need to override
metavarnow or possibly alsoreadField, whereas the default behavior forparseFieldshould work more often
- Now you usually only need to override
- This is only a breaking change for data types that use the default
implementation of
ParseFieldbut do not deriveTypeable - You can migrate existing code that doesn't compile by just explicitly
specifying what the
metavarfield should be
- This field simplifies customizing