Skip to content

Releases: oclif/core

4.11.0

30 Apr 18:29

Choose a tag to compare

Bug Fixes

  • integrated feedback from code review @W-20534184@ (8d8a92d)

Features

  • added basic constraint logic @W-29534184@ (80000b3)
  • added empty tests for command-level constraints @W-20534184@ (45aaec7)
  • added inline documentation @W-20534184@ (3dc8757)
  • defined tests and API for command-level constraints @W-20534184@ (107531c)
  • improved constraint docs @W-20534184@ (40749c9)
  • improved test coverage on constraints @W-20534184@ (c7d570c)
  • naive conditions implementation @W-29534184@ (e4f4082)

4.10.6

25 Apr 04:43

Choose a tag to compare

Bug Fixes

  • deps: bump postcss from 8.4.31 to 8.5.10 (9b29ad4)

4.10.5

04 Apr 11:42

Choose a tag to compare

Bug Fixes

  • deps: bump minimatch from 10.2.4 to 10.2.5 (45ff39a)

4.10.4

03 Apr 04:38

Choose a tag to compare

Bug Fixes

  • deps: bump lodash from 4.17.21 to 4.18.1 (7db542d)

4.10.3

26 Mar 17:32

Choose a tag to compare

Bug Fixes

  • proper WSL handling @W-18398048@ (ce37266)

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)