aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-06style: updated genre endpoint commentRitesh Ghosh1-1/+1
2023-08-06style: updated sample endpoint commentRitesh Ghosh1-1/+1
2023-08-06fix(totalPages): fixed bug showing wrong `totalPages`Ritesh Ghosh3-28/+13
2023-08-06chore(release): v1.3.2 [skip ci]Conventional Changelog Action2-5/+5
2023-08-06docs: added api documentationRitesh Ghosh1-3/+458
2023-08-06refactor: added public dirRitesh Ghosh1-0/+0
2023-08-06refactor: added public dirRitesh Ghosh1-0/+0
2023-08-06chore(script): updated start scriptRitesh Ghosh1-1/+1
2023-08-06chore(.gitignore): updated .gitignoreRitesh Ghosh1-0/+1
2023-08-06docs: added contributing guideRitesh Ghosh1-0/+101
2023-08-06chore(release): v1.3.1 [skip ci]Conventional Changelog Action2-21/+5
2023-08-06chore: remove dist dir from repositoryRitesh Ghosh24-520/+0
2023-08-03chore(release): v1.3.0 [skip ci]Conventional Changelog Action2-21/+23
2023-08-04feat(newController): added `animeGenre` controllerRitesh Ghosh1-0/+32
2023-08-04feat(newRoute): added `/genre/:name` routeRitesh Ghosh1-0/+4
2023-08-04feat(newParser): added `ScrapedGenreAnime` parser typeRitesh Ghosh1-0/+6
2023-08-04refactor(models): updated models imports & exportsRitesh Ghosh1-0/+12
2023-08-03refactor(controller): updated controller imports & exportsRitesh Ghosh1-1/+9
2023-08-03refactor(parser): updated parser imports & exportsRitesh Ghosh1-3/+11
2023-08-03feat(newParser): added `animeGenre` parserRitesh Ghosh1-0/+111
2023-08-03fix(otherInfoBug): `otherInfo` wouldn't show all statsRitesh Ghosh1-13/+17
2023-08-03feat(newRoutes): added `/` & `/home` routesRitesh Ghosh1-1/+12
2023-08-03feat(newController): added `animeAboutInfo` controllerRitesh Ghosh1-0/+25
2023-08-03feat(newParser): added `animeAboutInfo` parserRitesh Ghosh1-0/+185
2023-08-03feat(newAnimeTypes): added several types related to `ScrapedAnimeAboutInfo` p...Ritesh Ghosh1-0/+17
2023-08-03refactor(MostPopularAnime): updated `MostPopularAnime` typeRitesh Ghosh1-2/+2
2023-08-03feat(newParserType): added `ScrapedAnimeAboutInfo` parser typeRitesh Ghosh1-0/+15
2023-08-02chore(release): v1.2.0 [skip ci]Conventional Changelog Action2-1/+14
2023-08-03feat(new types): added several new types & made types D.R.YRitesh Ghosh1-16/+18
2023-08-03feat(parser types): added `homePage` & `searchResult` typesRitesh Ghosh1-1/+31
2023-08-03refactor: updated models/types import exportRitesh Ghosh1-3/+17
2023-08-03feat(homeController): added home route controllerRitesh Ghosh1-0/+19
2023-08-03refactor: updated controller import exportRitesh Ghosh1-1/+2
2023-08-03refactor(type): return type of `animeSearch` parserRitesh Ghosh1-4/+3
2023-08-03feat(parser): added home page parserRitesh Ghosh1-0/+183
2023-08-03refactor: updated parser import exportRitesh Ghosh1-1/+2
2023-08-03feat(homeRoute): added home routeRitesh Ghosh1-1/+4
2023-08-03refactor(top10Animes): updated anime prop nameRitesh Ghosh1-1/+1
2023-08-02chore(release): v1.1.2 [skip ci]Conventional Changelog Action2-1/+5
2023-08-02ci(release): updated release.ymlRitesh Ghosh1-0/+1
2023-08-02chore(release): v1.1.1 [skip ci]Conventional Changelog Action2-1/+5
2023-08-02ci(release): updated release.ymlRitesh Ghosh1-0/+1
2023-08-02ci(release): updated github tokenRitesh Ghosh1-1/+1
2023-08-02ci: udpated release.yml fileRitesh Ghosh1-7/+5
2023-08-02refactor: removed unnecessary importRitesh Ghosh1-1/+1
2023-08-02chore: created FUNDING.ymlRitesh Ghosh1-0/+2
2023-08-02chore(release): v1.1.0 [skip ci]Conventional Changelog Action2-1/+41
2023-08-02fix: updated controllers exportsRitesh Ghosh1-1/+2
2023-08-02feat: added `animeSearch` controllerRitesh Ghosh1-0/+33
2023-08-02feat: updated `extractAnimes` & added `extractMostPopularAnimes`Ritesh Ghosh1-8/+76