Skip to content

Releases: Aevarkan/command-wrapper

v0.2.1

15 May 17:50
c9015ca

Choose a tag to compare

Documentation Update

Mostly just changes to the README, this release ensures the information is reflected on the npm registry as well as the GitHub repository.

v0.2.0

30 Oct 12:53
7ad315b

Choose a tag to compare

Constructor Changes

  • added suppressWarnings option to CommandRegister constructor
  • CommandRegister constructor now throws an error if created multiple times

v0.1.1

26 Oct 09:59
5a8a18e

Choose a tag to compare

Bugfixes

  • duplicate Enum parameters are now ignored instead of causing an error

v0.1.0

25 Oct 15:17
2ac563e

Choose a tag to compare

Initial Release

Functions

  • added defineParameter
  • added defineCommand

Classes

  • added CommandRegister