|
| 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 | +### 0.1.9 (2023-03-03) |
| 6 | + |
| 7 | + |
| 8 | +### Features |
| 9 | + |
| 10 | +* add devcontainer ([460058a](https://github.com/neverovski/nodejs-auth-sql/commit/460058aab25a7307004aaac227450b8273f0b2c9)) |
| 11 | +* add mapping helper ([3253a4a](https://github.com/neverovski/nodejs-auth-sql/commit/3253a4a599e6930ab2cec36ef0a4e9dbeef9d04b)) |
| 12 | +* added current user ([3d8e914](https://github.com/neverovski/nodejs-auth-sql/commit/3d8e9148e295785056abe54ced58b6425211617f)) |
| 13 | +* added entity refreshToken ([d850b9f](https://github.com/neverovski/nodejs-auth-sql/commit/d850b9f85577ace9bbf60339a4b88fdb2df0616a)) |
| 14 | +* added generate access and refresh ([22f8b81](https://github.com/neverovski/nodejs-auth-sql/commit/22f8b818068c895811c683d8b7ed0d406301cc37)) |
| 15 | +* added login for user ([30db515](https://github.com/neverovski/nodejs-auth-sql/commit/30db515de58136cf96e1722da6ef0121d6faaaf5)) |
| 16 | +* added method fot token ([8f49175](https://github.com/neverovski/nodejs-auth-sql/commit/8f491755ee2477ac789518616069c9d29ee32788)) |
| 17 | +* added skelet auth and commit ([1915003](https://github.com/neverovski/nodejs-auth-sql/commit/19150032e48524f9570319ba30dce479ec8509a5)) |
| 18 | +* added user(create) ([a718106](https://github.com/neverovski/nodejs-auth-sql/commit/a7181061e752bf85d6f6dd0855615519232d686e)) |
| 19 | +* added user/profile interface and entity ([3c30c27](https://github.com/neverovski/nodejs-auth-sql/commit/3c30c275968ff90fdfa70e305932267e1cec31fe)) |
| 20 | +* ajv error ([7b51f0e](https://github.com/neverovski/nodejs-auth-sql/commit/7b51f0e68bb46eed8458724bc00332e0cee9d5ad)) |
| 21 | +* apple ([#28](https://github.com/neverovski/nodejs-auth-sql/issues/28)) ([7ebdb4d](https://github.com/neverovski/nodejs-auth-sql/commit/7ebdb4dbc5d86e4f5b34c294716515a97b811b20)) |
| 22 | +* DI ([7a87fa5](https://github.com/neverovski/nodejs-auth-sql/commit/7a87fa5467d84aa349175b04ec8eae460fd418f7)) |
| 23 | +* di for provider and fix core ([1c50ad0](https://github.com/neverovski/nodejs-auth-sql/commit/1c50ad031f77dba9cf37abbac5f998c940557ab8)) |
| 24 | +* errorHandler ([bb57880](https://github.com/neverovski/nodejs-auth-sql/commit/bb5788006713a5a8b34780f7d45132233d9a8e26)) |
| 25 | +* facebook ([#26](https://github.com/neverovski/nodejs-auth-sql/issues/26)) ([c9a428d](https://github.com/neverovski/nodejs-auth-sql/commit/c9a428d608c1723c7f1c548656edd11be19ce8b3)) |
| 26 | +* forgotPassword ([d288a6a](https://github.com/neverovski/nodejs-auth-sql/commit/d288a6a25a4550db902f834863e747522cf654c8)) |
| 27 | +* google ([#31](https://github.com/neverovski/nodejs-auth-sql/issues/31)) ([2d205ef](https://github.com/neverovski/nodejs-auth-sql/commit/2d205ef8f4259fd028d49d2c1f24d43160950aec)) |
| 28 | +* JWTServer ([b40f2fd](https://github.com/neverovski/nodejs-auth-sql/commit/b40f2fdf4d8acc06be2ab6b2ea118dd95f749a8c)) |
| 29 | +* logout and update eslint ([5bd3526](https://github.com/neverovski/nodejs-auth-sql/commit/5bd3526ea7f8deed500f8fa23f20ed66ada873e3)) |
| 30 | +* refresh-token ([ea43933](https://github.com/neverovski/nodejs-auth-sql/commit/ea439337426f2facf43b9b12c75ca2c70cc03a2f)) |
| 31 | +* reset password for current user ([a8a6701](https://github.com/neverovski/nodejs-auth-sql/commit/a8a670135c244a6d6806f65c686654fda573266c)) |
| 32 | +* resetPassword ([fd8c11e](https://github.com/neverovski/nodejs-auth-sql/commit/fd8c11e427aaf529e5daa2d5df5f7091edcc8a27)) |
| 33 | +* swagger, user ([6548c6a](https://github.com/neverovski/nodejs-auth-sql/commit/6548c6add50ccd1ec71343c67e422c4dbb29d256)) |
| 34 | +* swagger, user ([#38](https://github.com/neverovski/nodejs-auth-sql/issues/38)) ([ef6d1f2](https://github.com/neverovski/nodejs-auth-sql/commit/ef6d1f2328e07400cb040975ac5514239b35f63f)) |
| 35 | +* **template:** add template notification ([f7c24ad](https://github.com/neverovski/nodejs-auth-sql/commit/f7c24ad9aba9eb91c29117740548b79fdb40c806)) |
| 36 | +* **token:** transfer token to a standalone module ([f4cbd20](https://github.com/neverovski/nodejs-auth-sql/commit/f4cbd20a69e67f5132ee1d2548eccec881f2df98)) |
| 37 | +* unit ip test ([170a932](https://github.com/neverovski/nodejs-auth-sql/commit/170a932856db25af5ef5873b4569b7e8d8ead965)) |
| 38 | +* unit response test ([7cbb6e2](https://github.com/neverovski/nodejs-auth-sql/commit/7cbb6e269fc099a16bbeaf188cff11aac9595fa8)) |
| 39 | +* unit token test and fix unit ([c33b41e](https://github.com/neverovski/nodejs-auth-sql/commit/c33b41ee1d2ee60596108c3a17b98098651481df)) |
| 40 | +* update user ([6bb54ba](https://github.com/neverovski/nodejs-auth-sql/commit/6bb54ba14821bfaf243cf29cef4af86529b4b5fb)) |
| 41 | +* user subscriber ([098cf95](https://github.com/neverovski/nodejs-auth-sql/commit/098cf9503bc6c058baf214fcdbec12e9a4f3add0)) |
| 42 | +* userAgent and IP ([31db077](https://github.com/neverovski/nodejs-auth-sql/commit/31db077e36ee3547c3204176308c65dea59143af)) |
| 43 | + |
| 44 | + |
| 45 | +### Bug Fixes |
| 46 | + |
| 47 | +* auto-bind ([20bdacd](https://github.com/neverovski/nodejs-auth-sql/commit/20bdacd61c8c2d25b1eee1bdd4628cbb5edc39fd)) |
| 48 | +* di, helpert, error and etc. ([ab29408](https://github.com/neverovski/nodejs-auth-sql/commit/ab294080f687bfd57e42835fddefdd809d1ecdd9)) |
| 49 | +* hashPassword for user ([003e4b7](https://github.com/neverovski/nodejs-auth-sql/commit/003e4b78ff1c9b5ba4228d4c11d91a3140c7634e)) |
| 50 | +* http-client ([8f15cff](https://github.com/neverovski/nodejs-auth-sql/commit/8f15cff0bd359c752af373cd845149dec1beef79)) |
| 51 | +* logger and update package ([9804321](https://github.com/neverovski/nodejs-auth-sql/commit/9804321e47ebaadf254f66f3dc5ba003e7980a00)) |
| 52 | +* logger transport ([14ed165](https://github.com/neverovski/nodejs-auth-sql/commit/14ed1659c9b1085e23d68a743328e5aa2f7338f0)) |
| 53 | +* logger, typeorm logger, metrics and other ([aa83ebb](https://github.com/neverovski/nodejs-auth-sql/commit/aa83ebb833ca4e9868ddbeb7e4bc07f78b858e3e)) |
| 54 | +* provider ([b4f205b](https://github.com/neverovski/nodejs-auth-sql/commit/b4f205b7f105d06e2673185e7971c7ed68cb6880)) |
| 55 | +* repository and monir bugs ([c362cb8](https://github.com/neverovski/nodejs-auth-sql/commit/c362cb8f853bba7249c89dd0a77218c18ebbdc8d)) |
| 56 | +* structure and date-fns-tz ([0c829fd](https://github.com/neverovski/nodejs-auth-sql/commit/0c829fdc03614c16cdd58a8cef24e00a112b8d72)) |
| 57 | +* timestamp -> timestamptz. node14 -> node16. Added jwt test and QueueCore. ([f4d2aff](https://github.com/neverovski/nodejs-auth-sql/commit/f4d2affe75ab29f95233ced2e02d0d7be33a838c)) |
| 58 | +* unit test ([7e282bc](https://github.com/neverovski/nodejs-auth-sql/commit/7e282bcce5720be1cbe579b45df363f2491442c9)) |
| 59 | +* user find ([19a6b3a](https://github.com/neverovski/nodejs-auth-sql/commit/19a6b3a3ef1648b39e130358c54ee1bcf8f0a953)) |
0 commit comments