Skip to content

Releases: siokas/denomander

v0.7.01

22 Dec 11:26
f0ce9c1
Compare
Choose a tag to compare
Merge pull request #33 from siokas/test

minor

v0.7.0

22 Dec 10:19
Compare
Choose a tag to compare
minor

v0.63.2

15 Dec 00:01
Compare
Choose a tag to compare

Update Deno deps to v0.81

v0.64

15 Dec 00:04
Compare
Choose a tag to compare

Upgradde to deno 0.81

v0.63.1

04 Aug 09:46
Compare
Choose a tag to compare

Update Deno deps to v0.63

v0.6.3

24 Jul 08:48
8ae2bcd
Compare
Choose a tag to compare
  • Update to Deno 1.2

v0.6.2

30 May 13:29
Compare
Choose a tag to compare
  • Minor bugs fixed #22

v0.6.1

22 May 16:15
Compare
Choose a tag to compare

Fixed - Updated

  • Command with multiple arguments (required and optional)
  • Action callback has object in parameters
  • In command help screen, show the arguments

Todo for next release

  • Customize (change) the validation error messages
  • Command with multiple arguments
  • Custom Option Processing
  • Declare option flags in command (like this {-p|port})

v0.6.0

20 May 19:25
Compare
Choose a tag to compare

Major Update

There is a new Options object and all options now belong to a command. So the project is a command-wise. Also created a new way of defining commands and options called Lizard.

Added

  • Options object (./src/Option.ts)
  • New way to define commands (Lizard)
  • Container to store program instances
  • Command Aliases
  • Global and Base Command Options

Updated

  • Update to Deno v0.5.1 (support for v1.0.0)
  • Rename Generator class to Execute

Todo for next release

  • Customize (change) the validation error messages
  • Command with multiple arguments
  • Custom Option Processing

v0.5.1

30 Apr 16:01
56eec16
Compare
Choose a tag to compare

Update Deno 0.4.2