Skip to content

Releases: ryangoree/clide-js

clide-js@0.2.4

17 Jan 23:24
36262bc
Compare
Choose a tag to compare

Patch Changes

  • 5c81fa1: Polished up the HooksEmitter types and doc comments
  • e13a262: Simplify command type params

clide-plugin-command-menu@0.1.1

17 Oct 15:59
4f39cb6
Compare
Choose a tag to compare

Patch Changes

clide-js@0.2.3

17 Oct 15:59
4f39cb6
Compare
Choose a tag to compare

Patch Changes

  • 5b3a7ef: Bumped deps
  • 8fa42e2: Changed the default bahavior of autocomplete and autocompleteMultiselect prompt options to include the current input as one of the choices.

clide-js@0.2.2

16 Oct 03:01
b3a59f6
Compare
Choose a tag to compare

Patch Changes

  • d675d46: Fixed error output which previously buried the stack trace in minified code.

clide-js@0.2.1

11 Oct 22:11
ef8c77f
Compare
Choose a tag to compare

Patch Changes

  • a6f728a: Added option factory function for creating strongly typed options. This is especially useful when defining shared options outside of the command factory function.

clide-plugin-command-menu@0.1.0

26 Jun 15:46
732b1fc
Compare
Choose a tag to compare

Minor Changes

  • 2eb1489: Renamed skip option to enabled.

Patch Changes

  • Updated dependencies [2eb1489]
    • clide-js@0.2.0

clide-js@0.2.0

26 Jun 15:46
732b1fc
Compare
Choose a tag to compare

Minor Changes

  • 2eb1489:
    • Polished up internal ✨test utils✨ and added them to the exports so you can easily test you're CLIs and plugins!
    • Made the logger plugin more full featured with prefix, logFile, and enabled options, and util functions for enabling/disabling the logger during runtime.
    • Added formatFileName util function to exports.
    • Added getters to State for client, ... so they can be accessed without needing to go through through Context.
    • Made the Hooks type a generic which takes a HooksObject type param.
    • Made the PluginInfo type a generic which takes a PluginMeta type param.
    • Renamed StateOptions.data to StateOptions.initialData.
    • Refactored command resolution to ignore relative paths.
    • Fixed the optionValues type on State.fork to work with command types that have an optional options field.

clide-plugin-command-menu@0.0.8

22 Apr 18:44
5942944
Compare
Choose a tag to compare

Patch Changes

  • ae0a2a8: Bump all deps, add clide-js version
  • Updated dependencies [ae0a2a8]
  • Updated dependencies [ae0a2a8]
    • clide-js@0.1.5

clide-js@0.1.5

22 Apr 18:44
5942944
Compare
Choose a tag to compare

Patch Changes

  • ae0a2a8: Removed the unimplemented option config param prompt. Implemented the previously unimplemented option config param nargs.
  • ae0a2a8: Implemented strong types for the fork method's optionValues field.

clide-js@0.1.4

22 Apr 02:30
f53adb3
Compare
Choose a tag to compare

Patch Changes

  • a374cd6: Removed unimplemented option config param prompt and implemented unimplemented option config param nargs.