Skip to content

Releases: Aevarkan/command-wrapper

v0.2.1

Choose a tag to compare

@Aevarkan Aevarkan released this 15 May 17:50
c9015ca

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

Choose a tag to compare

@Aevarkan Aevarkan released this 30 Oct 12:53
7ad315b

Constructor Changes

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

v0.1.1

Choose a tag to compare

@Aevarkan Aevarkan released this 26 Oct 09:59
5a8a18e

Bugfixes

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

v0.1.0

Choose a tag to compare

@Aevarkan Aevarkan released this 25 Oct 15:17
2ac563e

Initial Release

Functions

  • added defineParameter
  • added defineCommand

Classes

  • added CommandRegister