changelog.md
# Changelog
## 1.0.1
- Added typedoc dependency
- Updated documentation links
## 0.5.0
- Implemented a basic CQRS command library for Cubitt.
## 0.6.0
- Added a CommandFactory to parse commands from JSON objects.
## 0.6.1
- Fixed issues with a number based CommandType.
## 0.6.2
- Fixed CommandType typo.
## 1.0.0
- Removed (invalid?) forceConsistentCasingInFileNames option in tsconfig
- Removed (invalid?) no-angle-bracket-type-assertion option in tsconfig
- Added tests