Releases: SamikBeach/be
Releases · SamikBeach/be
1.0.1
1.0.0
1.0.0 (2024-11-08)
Bug Fixes
- .eslintrc 파일 수정 (e4658d2)
- dto property 이름 변경 (cb657ad)
- envFilePath 수정(.env dev, prod 구분) (f2fbc45)
- fix .eslintrc (59d06ad)
- fix BookEntity (4043e01)
- fix delete apis (c683e85)
- fix era entity (36c086a)
- fix lint (59817df)
- fix lint (75b9090)
- fix lint (e9d5119)
- fix lint (7ed7f4d)
- fix original work entity (8d822a1)
- fix search apis (3b30315)
- fix searchAuthors (c22f99d)
- fix searchEditions (f51caa7)
- fix the return value of the login function (1b64540)
- fix tsconfig.json (0c82560)
- fix type errors (067e4d3)
- fix yml (5b183e0)
- model 수정 (ad290c1)
- public route와 non public route 구분 (0f7037b)
- remove unused (a7136c3)
- rollback the application of CQRS pattern (dcf669e)
- src -> legacy_src (0267797)
- User Entity 수정 (4771378)
- verifyToken 버그 픽스 (9e957d6)
- yarn install & update .releaserc (d775911)
- 검정필 튜닝 (e77654a)
- 토큰과 함께 유저 정보 보내도록 수정 (63c2f40)
Features
- /user/my API 추가 (3eb2170)
- add a author-education relation (64f56f5)
- add a logger middleware (05ae4d3)
- add a logging module (9c81bf8)
- add a TypeOrmModule (1c281c2)
- add app resources (39d5b4d)
- add author resources (daf8084)
- add author_comment resource (3b1bcd3)
- add BatchModule (3153e41)
- add book module, controller, and service (b3932f6)
- add comments (0fc22c4)
- add custom logger (1d196df)
- add DocumentBuilder (3878914)
- add entities related to author (e75eee7)
- add era module (9e86091)
- add ExceptionModule (25beb10)
- Add getBooks endpoint to BookController with author filter (3c08259)
- add nationality entity and join tables (00db438)
- add pipes and guards (aef194d)
- add Procfile (4d578bd)
- add relations (a03a256)
- add release.yml & .releaserc (2ffe1c3)
- add search comments (9a94154)
- add searchUser (599bc8d)
- add semantic release packages (c3b0000)
- add TerminusModule, HttpModule (98b0eb0)
- add the winston logger (8aaaa87)
- add tsconfig path aliases (c208def)
- add user, email module (a4a1236)
- add validators and configs (75102d3)
- add writing resources (99eccec)
- API 디테일 (4afdff6)
- apply CQRS to the user service (30f6b4f)
- auth 초안 (4d01902)
- AuthGuard 추가 (aa73898)
- author comment like 기능 추가 (eab47a4)
- author comment service count 관련 로직 추가 (3d376b5)
- author like 기능 추가 (db3bc06)
- author page 틀 잡기 (c0460e6)
- AuthorModel 수정 (1c64893)
- author에 nest-paginate 적용 (16091aa)
- bearer 토큰 가드 지우고 bearer middleware 추가 (c515738)
- bearertokenmiddleware 예외 path 추가 (8c64a3e)
- book - author, book - writing relations 추가 (bfe5e92)
- book resource 추가 & entity 관계 설정 (24f718f)
- book service, controller 작업 (a3c9cb3)
- comment 기능 작업중 (94ac620)
- CommentEditor UI (55d5348)
- comment에 nest-paginate 적용 (9508bab)
- edition resource 추가 (96a2d4a)
- enable cors and add a helmet (44aa387)
- ForbiddenExceptionFilter 제거 (00617a4)
- getSubCommentsByCommentById (f2372a9)
- getUserById, getUserByEmail 추가 (14183b2)
- getUserLikesByUserId 추가 (e214a42)
- go...