Skip to content

Releases: chenasraf/massarg

v2.0.1

03 May 21:52
Compare
Choose a tag to compare

2.0.1 (2024-05-03)

Bug Fixes

v2.0.0

31 Jan 07:56
Compare
Choose a tag to compare

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

v2.0.0-pre.13

30 Jan 01:15
Compare
Choose a tag to compare
v2.0.0-pre.13 Pre-release
Pre-release

2.0.0-pre.13 (2024-01-30)

Bug Fixes

  • add spacing between args, update sample (eade766)

v2.0.0-pre.12

29 Jan 23:33
Compare
Choose a tag to compare
v2.0.0-pre.12 Pre-release
Pre-release

2.0.0-pre.12 (2024-01-29)

Bug Fixes

  • docs (0070b80)
  • simplify option help output, fix default value display (b3075a0)
  • split negation labels to 2 lines (cd83a34)

v2.0.0-pre.11

28 Jan 23:14
Compare
Choose a tag to compare
v2.0.0-pre.11 Pre-release
Pre-release

2.0.0-pre.11 (2024-01-28)

Bug Fixes

  • move negation logic to MassargFlag (e55c51f)

Features

v2.0.0-pre.10

21 Jan 21:30
Compare
Choose a tag to compare
v2.0.0-pre.10 Pre-release
Pre-release

2.0.0-pre.10 (2024-01-21)

Bug Fixes

Features

v2.0.0-pre.9

15 Dec 23:33
Compare
Choose a tag to compare
v2.0.0-pre.9 Pre-release
Pre-release

2.0.0-pre.9 (2023-12-15)

Bug Fixes

v2.0.0-pre.8

14 Dec 22:01
Compare
Choose a tag to compare
v2.0.0-pre.8 Pre-release
Pre-release

2.0.0-pre.8 (2023-12-14)

Bug Fixes

  • help: help subcommand default (b0060cf)

v2.0.0-pre.7

14 Dec 09:03
Compare
Choose a tag to compare
v2.0.0-pre.7 Pre-release
Pre-release

2.0.0-pre.7 (2023-12-14)

Bug Fixes

v2.0.0-pre.6

12 Dec 01:04
Compare
Choose a tag to compare
v2.0.0-pre.6 Pre-release
Pre-release

2.0.0-pre.6 (2023-12-12)

Bug Fixes

  • let help flag ignore requirements (119f201)