Skip to content

Releases: oclif/core

4.10.2

21 Mar 04:13

Choose a tag to compare

Bug Fixes

  • deps: bump flatted from 3.3.2 to 3.4.2 (64f4b92)

4.10.1

20 Mar 16:58

Choose a tag to compare

Bug Fixes

4.10.0

19 Mar 17:27

Choose a tag to compare

Bug Fixes

  • include multiple property in cached arg metadata (32b4bb7)
  • provide clearer messages on invalid variadic args (454ae3d)

Features

  • add ArgDefinition overloads for variadic arg return types (6fea593)
  • add definition-time validation for variadic arg constraints (20d2543)
  • add multiple property to ArgProps interface (fb76263)
  • allow array of default values for varargs (da42b29)
  • implement variadic arg parsing with shift/pop algorithm (eba40b5)
  • show ... suffix for variadic args in help text (fc53652)

4.9.0

12 Mar 20:08

Choose a tag to compare

Features

  • warn on hidden, deprecated aliases (af47f67)

4.8.4

09 Mar 21:34

Choose a tag to compare

Bug Fixes

  • --flags-dir works on 3rd party plugins @W-21178947@ (8bd57c0)

4.8.3

02 Mar 22:39

Choose a tag to compare

Bug Fixes

  • expanded process title checks for windows shell identification @W-21239801@ (d2c1913)

4.8.2

28 Feb 08:44

Choose a tag to compare

Bug Fixes

  • deps: bump minimatch from 10.2.1 to 10.2.4 (d1d9831)

4.8.1

22 Feb 04:25

Choose a tag to compare

Bug Fixes

  • deps: bump minimatch from 9.0.5 to 10.2.1 (2815e37)

4.8.0

28 Oct 17:01

Choose a tag to compare

Features

4.7.2

23 Oct 13:31

Choose a tag to compare

Bug Fixes

  • retain description when hiding summary in help (#1493) (3647672)