We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029690c commit c8956e0Copy full SHA for c8956e0
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v9.0.0 (October 3, 2020)
2
+
3
+- Major breaking changes, now controllers and middleware is split in single files for more scalability and testability
4
+- Added Jest setup
5
+- Added first Jest test
6
+- Added VS Code setup for debugging Jest and nodemon
7
+- Added more reports for coverage, now there are three: 1 for Jest tests, 1 for mocha tests (end to end) and a 3rd that merges the previous 2.
8
+- NPM updated
9
10
## v8.1.5 (July 30, 2020)
11
12
- NPM updated
0 commit comments