harg v0.3.0.0 Release Notes

Release Date: 2019-09-16 // over 4 years ago
    • Remove *With variants of option constructors and make the *With variant behaviour the default (meaning now options are constructed using function composition and not toOpt)
    • ✂ Remove opt prefix from modifiers. Because default is a reserved keyword, this is now named defaultVal (to mirror defaultStr)

    NOTE: the above introduce breaking changes