Skip to content

Johnny Decimal v1.0.0

Compare
Choose a tag to compare
@bpevs bpevs released this 19 Mar 04:50
· 8 commits to main since this release

Should be stable now.

This update changes the command registration api from:

from: directory.registerCommand('my-name', Command)
to: directory.registerCommand(Command)

The string name is unnecessary, since name is a required field of Command.

Full Changelog: 0.1.4...1.0.0