|
1 | | -# Changelog |
2 | | - |
3 | | -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
4 | | - |
5 | 1 | ## [0.4.0](https://github.com/weareopensource/Node/compare/v0.3.0-beta...v0.4.0) (2020-05-14) |
6 | 2 |
|
7 | 3 |
|
@@ -213,44 +209,3 @@ All notable changes to this project will be documented in this file. See [standa |
213 | 209 | * **seed:** adding seed support for sequelize and compiled both into a gulp task, also took out the ([ae3eaf3](https://github.com/weareopensource/Node/commit/ae3eaf3)) |
214 | 210 | * **seed:** refactoring seeding functionality to be exported by the mongoose helper library and used as a gulp task, rather than the server bootstrap method ([27b4941](https://github.com/weareopensource/Node/commit/27b4941)) |
215 | 211 | * **tasks:** new tasks module to use sequelizejs ([#1693](https://github.com/weareopensource/Node/issues/1693)) ([3f9a872](https://github.com/weareopensource/Node/commit/3f9a872)) |
216 | | - |
217 | | - |
218 | | - |
219 | | -# Change Log |
220 | | - |
221 | | -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
222 | | - |
223 | | -# (2019-03-05) |
224 | | - |
225 | | - |
226 | | -### Bug Fixes |
227 | | - |
228 | | -* **debug:** fixing gulp node debug task ([#1689](https://github.com/weareopensource/Node/issues/1689)) ([531e3a1](https://github.com/weareopensource/Node/commit/531e3a1)) |
229 | | -* **environment:** setting `test.js` environment for the sequlize orm to be `meantest` instead of `me ([bf3361e](https://github.com/weareopensource/Node/commit/bf3361e)) |
230 | | -* **gulp:** fixing gulp-ava task usage which didnt return the stream which is why it didnt emit the ' ([3a36de1](https://github.com/weareopensource/Node/commit/3a36de1)) |
231 | | -* **jwt:** env variable name change for jwt secret ([ad651b9](https://github.com/weareopensource/Node/commit/ad651b9)) |
232 | | -* **logger:** fix re-instantiation of winston loggers on method calls ([b6056fb](https://github.com/weareopensource/Node/commit/b6056fb)) |
233 | | -* **mongoose:** fixing mongoose deprecation notice for promises library integration ([#1690](https://github.com/weareopensource/Node/issues/1690)) ([008ec75](https://github.com/weareopensource/Node/commit/008ec75)) |
234 | | -* **package:** update mock-fs to version 4.8.0 ([ed1c772](https://github.com/weareopensource/Node/commit/ed1c772)) |
235 | | -* .snyk to reduce vulnerabilities ([2ffe38a](https://github.com/weareopensource/Node/commit/2ffe38a)) |
236 | | -* configure Snyk protect to enable patches ([9ca9600](https://github.com/weareopensource/Node/commit/9ca9600)) |
237 | | -* **seed:** gulp task `test:seed` would hang on the gulp node process and not exit ([075e66c](https://github.com/weareopensource/Node/commit/075e66c)) |
238 | | -* **sequelize:** fixing error handling in in sequelize lib instantiation ([02608a2](https://github.com/weareopensource/Node/commit/02608a2)) |
239 | | -* **server:** fixing un-handled promise rejections when initaitlizing the app ([f73ec2b](https://github.com/weareopensource/Node/commit/f73ec2b)) |
240 | | -* **tasks:** fixing tasks controller to use `req.user` as the storage of logged-in user details ([7430140](https://github.com/weareopensource/Node/commit/7430140)) |
241 | | -* **tests:** refactoring tests to dismiss the supertest wrapper ([dc17715](https://github.com/weareopensource/Node/commit/dc17715)) |
242 | | - |
243 | | - |
244 | | -### Features |
245 | | - |
246 | | -* **auth:** refactoring local user authentication strategy ([0689d0c](https://github.com/weareopensource/Node/commit/0689d0c)) |
247 | | -* **ava:** initial project setup for ava test runner ([0f4da27](https://github.com/weareopensource/Node/commit/0f4da27)) |
248 | | -* **commitizen): feat(commitizen:** introducing project support for commitizen ([f7acd13](https://github.com/weareopensource/Node/commit/f7acd13)) |
249 | | -* **error:** generic error handler for API requests ([f8274cb](https://github.com/weareopensource/Node/commit/f8274cb)), closes [#11](https://github.com/weareopensource/Node/issues/11) |
250 | | -* **error:** generic error handler for API requests ([cd56b58](https://github.com/weareopensource/Node/commit/cd56b58)) |
251 | | -* **jwt:** adding initial support for jwt authentication ([7b63c78](https://github.com/weareopensource/Node/commit/7b63c78)) |
252 | | -* **jwt:** tidying up strategy definition ([3e2644f](https://github.com/weareopensource/Node/commit/3e2644f)) |
253 | | -* **pacakge.json:** update engines and npm run scripts ([e7a8b9e](https://github.com/weareopensource/Node/commit/e7a8b9e)) |
254 | | -* **seed:** adding seed support for sequelize and compiled both into a gulp task, also took out the ([ae3eaf3](https://github.com/weareopensource/Node/commit/ae3eaf3)) |
255 | | -* **seed:** refactoring seeding functionality to be exported by the mongoose helper library and used as a gulp task, rather than the server bootstrap method ([27b4941](https://github.com/weareopensource/Node/commit/27b4941)) |
256 | | -* **tasks:** new tasks module to use sequelizejs ([#1693](https://github.com/weareopensource/Node/issues/1693)) ([3f9a872](https://github.com/weareopensource/Node/commit/3f9a872)) |
0 commit comments