| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-12-17 | chore(release): v2.4.0 [skip ci] | Conventional Changelog Action | 2 | -12/+10 | |
| 2024-12-17 | feat(puppeteer): add chromium deps and envs for seamless operation of puppeteer | Ritesh Ghosh | 1 | -0/+8 | |
| 2024-12-17 | chore(release): v2.3.1 [skip ci] | Conventional Changelog Action | 2 | -5/+10 | |
| 2024-12-17 | fix(bundled_file_error): update aniwatch pkg | Ritesh Ghosh | 1 | -1/+1 | |
| To exclude bundled min.js file, instead fetch it from raw github user content | |||||
| 2024-12-17 | chore(release): v2.3.0 [skip ci] | Conventional Changelog Action | 2 | -5/+11 | |
| 2024-12-17 | feat(megacloud): update aniwatch pkg, fixing `episode/sources` endpoint | Ritesh Ghosh | 1 | -1/+1 | |
| 2024-12-17 | test: increment testTimeout duration | Ritesh Ghosh | 1 | -1/+1 | |
| 2024-12-17 | feat: add global constants | Ritesh Ghosh | 1 | -0/+5 | |
| 2024-12-07 | chore(release): v2.2.1 [skip ci] | Conventional Changelog Action | 2 | -41/+5 | |
| 2024-12-07 | docs: fix typo | Ritesh Ghosh | 1 | -1/+1 | |
| 2024-12-07 | chore(release): v2.2.0 [skip ci] | Conventional Changelog Action | 2 | -11/+14 | |
| 2024-12-07 | Merge pull request #80 from ghoshRitesh12/cache | Ritesh Ghosh | 7 | -52/+204 | |
| Add caching layer for improved performance | |||||
| 2024-12-07 | docs: update docs regarding API configuration and fix typos | Ritesh Ghosh | 1 | -24/+36 | |
| 2024-12-07 | feat(cache): add middleware to insert `CACHE_CONFIG` variable in request context | Ritesh Ghosh | 1 | -4/+20 | |
| 2024-12-07 | feat(cache): integrated Redis caching layer for endpoint responses | Ritesh Ghosh | 1 | -17/+80 | |
| 2024-12-07 | feat(cache): add `AniwatchAPICache` class to implement API caching layer | Ritesh Ghosh | 1 | -0/+50 | |
| 2024-12-07 | feat(server): add aniwatch variables types for type-safe req context ↵ | Ritesh Ghosh | 1 | -0/+8 | |
| variable access | |||||
| 2024-12-07 | build(redis): add `ioredis` pkg to implement caching layer | Ritesh Ghosh | 1 | -1/+2 | |
| 2024-12-07 | feat(envs): standardized env examples and add new redis connection url env | Ritesh Ghosh | 1 | -6/+8 | |
| 2024-10-29 | chore(release): v2.1.0 [skip ci] | Conventional Changelog Action | 2 | -10/+12 | |
| 2024-10-29 | chore: add prettier dev dep and script for lint check | Ritesh Ghosh | 1 | -1/+4 | |
| 2024-10-29 | ci: add prettier lint check workflow | Ritesh Ghosh | 1 | -0/+26 | |
| 2024-10-29 | feat(prettier): add `prettier.config.mjs` | Ritesh Ghosh | 1 | -0/+13 | |
| 2024-10-29 | feat(prettier): add `.prettierignore` | Ritesh Ghosh | 1 | -0/+9 | |
| 2024-10-29 | feat: add `.editorconfig` | Ritesh Ghosh | 1 | -0/+6 | |
| 2024-10-29 | chore(ci): bump node version | Ritesh Ghosh | 1 | -1/+1 | |
| 2024-10-29 | chore: bump node version & update Dockerfile description | Ritesh Ghosh | 1 | -3/+3 | |
| 2024-10-06 | chore(release): v2.0.2 [skip ci] | Conventional Changelog Action | 2 | -5/+5 | |
| 2024-10-06 | docs: update personal deployment section | Ritesh Ghosh | 1 | -1/+1 | |
| 2024-10-06 | chore(release): v2.0.1 [skip ci] | Conventional Changelog Action | 2 | -5/+5 | |
| 2024-10-06 | docs: update personal deployment section | Ritesh Ghosh | 1 | -1/+1 | |
| 2024-10-05 | chore(release): v2.0.0 [skip ci] | Conventional Changelog Action | 2 | -5/+41 | |
| 2024-10-06 | Aniwatch API Version 2 (#66) | Ritesh Ghosh | 84 | -3892/+1027 | |
| BREAKING CHANGE: * chore: remove files that are not necessary for api v2 * test: update existing tests to use pkg * feat: organized aniwatch api envs and add more info about them * feat: update tsconfig to include strict noUnsed params * feat(api homepage): revamp api home page * feat: update wani kuni image * feat: add dot img * feat: use hono cors * feat: use hono rate limiter * build: remove unnecessary deps, add ones needed and update description * feat: add hianime routes and their handlers * feat: update vercel deployment file * docs: update logo and scraper docs, add envs section * feat: update main server file * feat: update peronal deployments caution section | |||||
| 2024-10-04 | chore(release): v1.40.0 [skip ci] | Conventional Changelog Action | 2 | -5/+11 | |
| 2024-10-04 | Add images to be used for version 2 of this API | Ritesh Ghosh | 2 | -0/+0 | |
| 2024-10-04 | feat(future): add hianime_v2 social img | Ritesh Ghosh | 1 | -0/+0 | |
| 2024-10-04 | feat(future): add hianime_v2 image | Ritesh Ghosh | 1 | -0/+0 | |
| 2024-10-04 | chore(release): v1.39.0 [skip ci] | Conventional Changelog Action | 2 | -8/+8 | |
| 2024-10-04 | refactor: rename `WINDOWMS` env to `WINDOW_MS` | Ritesh Ghosh | 1 | -1/+1 | |
| 2024-10-04 | feat: update allowed origins to include wildcard if env not present | Ritesh Ghosh | 1 | -6/+5 | |
| 2024-10-04 | refactor: update .env.example formatting | Ritesh Ghosh | 1 | -5/+5 | |
| 2024-10-04 | chore(release): v1.38.4 [skip ci] | Conventional Changelog Action | 2 | -17/+5 | |
| 2024-10-04 | Merge pull request #64 from divyansh355/main | Ritesh Ghosh | 2 | -3/+19 | |
| Enhance CORS Configuration for Production Security | |||||
| 2024-10-01 | Enhance CORS Configuration for Production Security | Divyansh | 2 | -3/+19 | |
| 📌 Removed the wildcard (*) origin and replaced it with trusted origins from .env. 📌 Introduced environment variable (CORS_ALLOWED_ORIGINS) for dynamic origin management. 📌 Improved security by blocking untrusted origins and methods. 📌 Enhanced performance with maxAge for caching preflight responses. 📌 No breaking changes, as the fallback origin is set to http://localhost:4000 for development, ensuring compatibility with local setups. | |||||
| 2024-09-05 | chore(release): v1.38.3 [skip ci] | Conventional Changelog Action | 2 | -11/+5 | |
| 2024-09-05 | chore: update description and bump dependencies | Ritesh Ghosh | 1 | -11/+12 | |
| 2024-09-05 | chore: update index page to include stats and contributors | Ritesh Ghosh | 1 | -8/+70 | |
| 2024-08-14 | chore(release): v1.38.2 [skip ci] | Conventional Changelog Action | 2 | -5/+5 | |
| 2024-08-14 | Merge pull request #63 from WBRK-dev/main | Ritesh Ghosh | 1 | -2/+2 | |
| docs: fixed documentation about episode sources | |||||
| 2024-08-14 | docs: fixed documentation about episode sources | Koert Weber | 1 | -2/+2 | |
