Releases: cordejs/corde
Releases · cordejs/corde
1.0.0
🚀 Features
- Allow user to set config file in CLI [#194]
- Create validate command to check data of configs [#187]
- Create init command [#186]
- Allow use more than one type of config file [#182]
- Add command to init corde.json [#181]
- Add command to check corde version [#180]
- Migrate the CLI to commander [#179]
- Rewrite architeture [#174]
😨 Breaking changes
- Restrict corde to use node v12 or newer [#185]
- Rename functions "should" to "must" [#178]
- Create .not statement instead of a method for each deny function [#177]
- Rename configuration "testFilesDir" to "testFiles" and make it a array instead of plain string [#165]
- Create addsReaction command [#129]
- Create deep search for tests files [#129]
🐛 Bug Fixes
- Not full report is showing [#176]
0.2.4
Update dependencies
0.2.3
Fix logo path erro in README.md
0.2.2
🐛 Bug Fixes
- Removes the property
botFilePath
from configs due to not usage. Fixed not file folder error message when reading configs. - Pumped libraries version.
0.2.1
release v0.2.1 version 0.2.0 wasn't changed in package.json (it is 0.1.0 there)
0.2.0
v0.2.0 Merge pull request #157 from lucasgmagalhaes/dependabot/npm_and_yarn/…
0.1.0
v0.1.0 Merge branch 'master' of https://github.com/lucasgmagalhaes/corde
ancient_prototype
Old project version
0.1.0-beta.1
Functions
- group
- test
- command
- shouldReturn
- shouldNotReturn
Attempt of multi_thread work
Old version of corde