Releases: brunohafonso95/mongo-compare
Releases · brunohafonso95/mongo-compare
Release with full documentation
Add the full documentation to release.
First release
1.0.0 (2020-04-24)
ci
- add cache to the dependencies (13f8cab)
- add step to check the commit messages (94db855)
- add step to run linting on github workflow (08698f8)
- add the codecov step and bagde to the project (71cc1d1)
- add the publish workflow (17ff236)
- fix on ci workflow file (38f6b35)
- fix on format of githuc ci workflow file (9843ccc)
- separete the stage on github workflow (d1bcb44)
docs
- add documentation of project source with jsdoc (1dc3bbb)
- adjusts on project documentation (3f2b2bc)
- update the docs of helpers and cli module (5f4cc1d)
- update the readme and create the changelog (a10b144)
- update the README documentation (28a932c)
feat
- add codecov configuration to adjust the coverage threshould (7a5906a)
- add linting to the project (3652a49)
- add the eslint plugin to check security issues on code (c8bc9d5)
- add the feature to execute the compare and export the results (1bd99dd)
- add the feature to load and validate json config (6731243)
- add the function to check if the database informed exists (38f248c)
- add the functions on cli to create the config of package (45f040c)
- add the logger with winston in the project (16adaf6)
- add the run tests to hooks and the validation of branch name (7123911)
- add the script to make the mongoDB compares (801ae27)
- base of the project (7190348)
- create de github ci file (2ac3dbe)
improvement
- add new rules and globals to eslint config (e1708d3)
- add validations to helpers and treat the exceptions (20690b3)
- adjust the format of parameter on getCollectionsDiff (907239e)
- fix the commit lint file (033f587)
refactor
- adjusts on mongoDb connection (e06a6d7)
style
test
- add new test cases to cover 100% of the project (07e7b4a)
- add tests to the feature that execute the compare (427982c)
- add the tests of the feature to create the config base (b27d243)
- add the tests to the feature that load the json config (6061d36)
- add the unit/integration tests to the project (a9315bd)
- adjust on tests of helpers module (58ef161)
- adjust on tests to run on github workflow (712813a)
- adjusts on tests cases of helpers (6bfcfe7)
- removing the console.log from the tests (4051de0)