Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 07:56
· 5 commits to master since this release

2.0.0 (2024-01-31)

Bug Fixes

  • add spacing between args, update sample (dbbb12c)
  • bugfixes, build updates (ecd3a20)
  • build (cdc9118)
  • command/option parsing priorities (5129528)
  • default options & default values (84b2599)
  • detect the correct flag syntax in all cases (08192b9)
  • docs (0d3bb62)
  • error types (8364f19)
  • exported types fixes (941d2b3)
  • flag negation (d2426ec)
  • help output formatting/text (eceeed5)
  • help: help subcommand default (59c393d)
  • let help flag ignore requirements (203adba)
  • move negation logic to MassargFlag (359d802)
  • required options (aaa4ecd)
  • simplify option help output, fix default value display (c340280)
  • split negation labels to 2 lines (34fd299)
  • support help option with early quit (185939b)
  • type err (852ce3f)
  • type inferences (c92785e)

Continuous Integration

Features

  • array & typed options (eca10e4)
  • built-in help command + flag (f0ee853)
  • default value in help (7e5f15a)
  • different opt output name (default camelCase) (76e0f85)
  • don't auto-wrap footer text (b6d6583)
  • don't auto-wrap footer text (6e947a4)
  • example lines, help style updates (c042a34)
  • global column width (70dfd55)
  • help generator (4051864)
  • help: update styles (da59628)
  • improve help config, update styles, fixes (c397ec9)
  • new docs wip (05bd42c)
  • pass main instance to run fn (e110498)
  • transform output name for options (64545ae)
  • v2 poc (5476327)

BREAKING CHANGES

  • recreated massarg package