Skip to content

Latest commit

 

History

History
643 lines (452 loc) · 47.1 KB

CHANGELOG.md

File metadata and controls

643 lines (452 loc) · 47.1 KB

0.0.19 (2022-04-11)

Documentation Changes
New Features
  • health module: add health app (1d58948e)
  • auth module: add auth implementation (abc50dcb)
  • redid module: refactor code (52679fad)
  • monorepo: refator monorepo libs routes (8885d66d)
  • redis module: add more methods (ae329dea)
Bug Fixes
  • libs module: fix import name (5adc93e4)
  • monorepo: remove internal "@mikemajesty/monorepo-nestjs-cli": "^0.0.7", (c5bcbcd7)
Other Changes
  • //github.com/mikemajesty/nestjs-monorepo into main (de68929e)
  • //github.com/mikemajesty/nestjs-monorepo into main (68ecd3f1)
Refactors
  • libs modules: refactor libs modules (f6bbed9b)
  • monorepo:
    • refactor import names (d04ed46f)
    • refactor all modules with readonly properties (4b292e95)
  • redis module: update cache module name (350fdbc8)
  • libs moule: update redis hSet (75587d0a)
Tests
  • user module: add repository test (6fccf9c1)

0.0.18 (2022-03-27)

Documentation Changes
New Features
  • monorepo:
    • update nestjs-convert-to-curl version (38c18e01)
    • add get curl error interceptor (c21fce11)
  • redis module: add redis module (d4a33f33)

0.0.17 (2022-03-20)

Build System / Dependencies
New Features
  • release: update monerepo version: 'v0.0.18' (a8d8f11a)

0.0.17 (2022-03-20)

Build System / Dependencies

0.0.16 (2022-03-20)

Chores
Documentation Changes
  • monorepo: add a cute text in CONTRIBUTIING.md (58e057ac)
New Features
  • health: change health text (4b0b8519)
  • release:
    • update monerepo version: 'v0.0.4' (49913b77)
    • update monerepo version: 'v0.0.3' (22e75d0d)
    • update monerepo version: 'v0.0.2' (9cb96aa9)
    • update monerepo version: 'v0.0.8' (91654d63)
    • update monerepo version: 'v0.0.7' (05213979)
    • update monerepo version: 'v0.0.5' (c915ec5a)
    • update monerepo version: 'v0.0.3' (983bf7d7)
    • update monerepo version: 'v0.0.17' (7189bf46)
    • update monerepo version: 'v0.0.15' (a1242576)
    • update monerepo version: 'v0.0.13' (cc7d9852)
    • update monerepo version: 'v0.0.11' (f02b104d)
    • update monerepo version: 'v0.0.9' (78847c24)
    • update monerepo version: 'v0.0.7' (0a0f589b)
    • update monerepo version: 'v0.0.5' (c09efeff)
    • update monerepo version: 'v0.0.8' (616b413c)
    • update monerepo version: 'v0.0.35' (98a6ca54)
    • update monerepo version: 'v0.0.28' (443ff136)
    • update monerepo version: 'v0.0.27' (c9103eed)
    • update monerepo version: 'v0.0.26' (ab6c7476)
    • update monerepo version: 'v0.0.25' (513c00f8)
    • update monerepo version: 'v0.0.24' (43b2e495)
  • module libs: update nestjs-convert-to-curl (4d49ac0a)
  • monorepo tests: improve debug app (e1270ef7)
  • database module: refactor database implementation (af9d1585)
  • http module: remove htto module of health module (4db495c0)
Bug Fixes
  • main modules: fix import name (37253e1e)
Other Changes
  • //github.com/mikemajesty/nestjs-monorepo into main (ff34bc7a)
Refactors
  • interceptors utils: refactor interceptor logger (6ecfbbca)
  • libs module: refactor dabatase name (00ac2cbc)
  • libs: improve secrets class name (8888c2a8)
Tests

0.0.15 (2022-03-20)

Chores
Documentation Changes
  • monorepo: add a cute text in CONTRIBUTIING.md (58e057ac)
New Features
  • health: change health text (4b0b8519)
  • release:
    • update monerepo version: 'v0.0.4' (49913b77)
    • update monerepo version: 'v0.0.3' (22e75d0d)
    • update monerepo version: 'v0.0.2' (9cb96aa9)
    • update monerepo version: 'v0.0.8' (91654d63)
    • update monerepo version: 'v0.0.7' (05213979)
    • update monerepo version: 'v0.0.5' (c915ec5a)
    • update monerepo version: 'v0.0.3' (983bf7d7)
    • update monerepo version: 'v0.0.17' (7189bf46)
    • update monerepo version: 'v0.0.15' (a1242576)
    • update monerepo version: 'v0.0.13' (cc7d9852)
    • update monerepo version: 'v0.0.11' (f02b104d)
    • update monerepo version: 'v0.0.9' (78847c24)
    • update monerepo version: 'v0.0.7' (0a0f589b)
    • update monerepo version: 'v0.0.5' (c09efeff)
    • update monerepo version: 'v0.0.8' (616b413c)
    • update monerepo version: 'v0.0.35' (98a6ca54)
    • update monerepo version: 'v0.0.28' (443ff136)
    • update monerepo version: 'v0.0.27' (c9103eed)
    • update monerepo version: 'v0.0.26' (ab6c7476)
    • update monerepo version: 'v0.0.25' (513c00f8)
    • update monerepo version: 'v0.0.24' (43b2e495)
  • module libs: update nestjs-convert-to-curl (4d49ac0a)
  • monorepo tests: improve debug app (e1270ef7)
  • database module: refactor database implementation (af9d1585)
  • http module: remove htto module of health module (4db495c0)
Bug Fixes
  • main modules: fix import name (37253e1e)
Other Changes
  • //github.com/mikemajesty/nestjs-monorepo into main (ff34bc7a)
Refactors
  • interceptors utils: refactor interceptor logger (6ecfbbca)
  • libs module: refactor dabatase name (00ac2cbc)
  • libs: improve secrets class name (8888c2a8)
Tests

0.0.15 (2022-01-25)

Refactors

0.0.14 (2022-01-25)

Chores
  • jest initialization: refactor envs and mocks (b3dbcff8)
Documentation Changes
New Features
  • monorepo: improve configuration (5a938042)
  • http module: add axios config support (2e0d6170)
  • redis: add redis functions (de99fd97)
  • libs: add redis module (29181bf0)
Bug Fixes
  • database: fix repository implementation (8cab1f54)
Refactors
  • monorepo:
  • global module: refactor global module (4071a889)
  • tests: refactor tests initialization (36af9f14)
Tests

0.0.13 (2022-01-07)

Chores
New Features
  • cats-api: refactor cats module (da26f4a7)
  • dabatase module: add index and pre save support (2b64f1ff)
  • validator: add class validator pipe (af35b94e)
Refactors
  • global: refactor global modules (a4c2474c)
  • database module: add result entity (e0ece378)

0.0.12 (2022-01-01)

Chores
  • database module: add MongooseModuleOptions parameter support (ad49c05f)
Documentation Changes
New Features
  • logger service: add identitication to curl message (dc510ac4)
  • database: add generic repository (08446dff)
  • mongo: add mongo connection (dc725c64)
Refactors
  • secrets module: refactor (f5005f19)
  • jest.config: add test exclude (d9804d5d)
  • database: refactor connection (23fe51cd)
  • cats: refactor database and modules cats (51efe37c)
Tests

0.0.11 (2021-12-17)

Chores
  • error handler: add unhandledRejection support (db46d5de)
  • interceptor: add performance interceptors (80067763)
Documentation Changes
  • readme: improve readme (6a3b726f)
  • swaggger: refactor swagger documentation (34866928)
New Features
  • axios: covert axios error to curl (9940ee03)
Refactors
  • tests: refactor tests depedencies (32bb8863)
  • jest.config: improve tests files (c21b2f55)
  • libs: refactor libs modules (314c14b0)
  • loggerservice: refactor error messages (04c20ad7)
Code Style Changes
Tests
  • tests: improve tests (bb8efc64)
  • interceptors: fiz mock position (aded1bac)
  • http-performance.interceptor: add unit tests (d2788221)
  • loggerservice: remove unit test (d5175883)
  • monorepo: fix env files (ad8aea13)

0.0.10 (2021-12-09)

Build System / Dependencies
Chores
  • libs: add modules info (886ea8c5)
  • swaggger: remove description required (7ca4489b)
  • eslint: improve eslint config (121735a0)
Documentation Changes
Bug Fixes
Other Changes
  • //github.com/mikemajesty/nestjs-monorepo into main (3de1e319)
  • //github.com/mikemajesty/nestjs-monorepo into main (79f62eff)
Refactors

0.0.9 (2021-11-21)

Documentation Changes
New Features
Refactors
  • monorepo: improve monorepo config (d6483a37)
Tests

0.0.8 (2021-11-19)

Documentation Changes
New Features
  • httpmodule: add http module (2da6f232)
  • release: add production version 'nestjs-monorepo-prd-0.0.8-backend-final' (f72b964f)

0.0.7 (2021-11-19) - final backend version

Documentation Changes
Refactors
  • monorepo: refactor project structure (4d759aaf)

0.0.6 (2021-11-17)

Build System / Dependencies
  • tag-create: fix tag create bug (ef348261)
New Features
  • monorepo: add final backend implementation (60b3f940)

0.0.5 (2021-11-15)

New Features
  • release: add production version 'nestjs-monorepo-prd-0.0.4' (4fc3f1b0)
  • monorepo: add new release (62d7b685)
Refactors
  • eslint: add eslint to all subprojects (564db93e)

0.0.4 (2021-11-14)

New Features

0.0.3 (2021-11-14)

Chores
Documentation Changes
  • monorepo: improve packages information (750a1961)
  • swagger: add swagger documentation (45ca6636)
New Features
  • monorepo:
    • remove test:debug command and preset on e2e (f8ab6b6a)
    • add utils subprojects (00404b03)
  • swagger: add swaggger utils (99048a7e)
  • libs: remove core folder (92f428e9)
Refactors
Code Style Changes
Tests
  • monorepo: improve jest config (1918d069)
  • jest: change file extension (d67a941a)
  • libs: add tests to common secrets (870cf7df)
  • main: rename main api tests (c1c7fa8a)

0.0.2 (2021-11-10)

Build System / Dependencies
  • dockerfile: fix docker file deploy (6d862577)
  • settings: remove test folder (209ea90d)
  • docker-compose: change container name (a3351c90)
Chores
Documentation Changes
  • readme: remove all information (83d27632)
New Features
Bug Fixes
  • main: fix shared live update (9c4d5298)
Refactors
  • nest-cli: add global eslint (4763217d)
  • main: refactor libs path (e758827f)
  • libs:
    • change class error name (7e4fc1d0)
    • remove unnecessary module import (16856d4d)
  • monorepo: refactor modules path (57b36cdb)
Tests

0.0.1 (2021-11-07)

Build System / Dependencies
  • tsconfig: fix tsconfig names (7e428a6c)
  • devops: add tag production create (c70901e8)
Chores
New Features
Bug Fixes
Refactors
  • main:
  • config.jest: add config file (6524e571)
  • main/shared: remove files (75faa946)
  • jest-init: change location (1aa0aa2b)
  • jest.init: remove config folder (93bf2e04)
  • package: organize dependencies (f97ae0aa)
  • eslintrc: change eslint config path (7ea9735a)
  • jest.config: change extension (527a6dd0)
  • jest-e2e: add to root (a4b28987)
  • app.module: change name to MainModule (349ee848)
Code Style Changes
  • lib.shared: change http-status location (9b8b0778)
Tests
  • jest.config:
  • shared: add shared module tests (7ced0ec1)
  • test: add test init (6aedab5f)