1.26.0 (2024-01-10)
- add support for verifying access token using jwksUri (cd63c28)
- scripts: add load-fixtures:staging script and support .env.staging in db.ts (ba15c93)
1.25.1 (2024-01-08)
- Move @faker-js/faker from devDependencies to dependencies (828d006)
1.25.0 (2024-01-08)
- add AdminResolvers with loadFixtures mutation (3882c1a)
1.24.0 (2024-01-05)
- migrate favorite resolvers from TypeORM to Drizzle ORM (a223c7b)
1.23.0 (2024-01-05)
- migrate from TypeORM to Drizzle ORM (868e2a4)
1.22.0 (2024-01-04)
- set lib and target in tsconfig to es2020 (9a8f724)
1.21.0 (2024-01-04)
- Book: add isFavorited to GraphQL schema and resolver (750f299)
1.20.0 (2024-01-04)
- add FixtureDataSource with synchronize option (15d4941)
1.19.0 (2023-12-29)
- favoriteService: add getFavorites, addFavorite, and removeFavorite operations (0eb75e7)
1.18.0 (2023-12-29)
- enhance User and Favorite Resolvers and Update Fixtures (9d378ce)
1.17.0 (2023-12-28)
- Add Favorite entity, resolver, and relations (118b0dd)
1.16.1 (2023-12-22)
- update search query to use OR instead of AND (f1f2fa7)
1.16.0 (2023-12-22)
- refactor book query to include author search and change default limit to 50 (c3981b1)
1.15.0 (2023-12-21)
- add pagination to books query (c932693)
1.14.0 (2023-12-18)
- refactor book data loading and fetching (f61fa58)
1.13.0 (2023-12-17)
- refactor book query to filter by title (ed29b15)
1.12.0 (2023-12-14)
- add book covers and update book data (4bb20b0)
1.11.0 (2023-12-13)
- add production fixtures loading command and refactor logging path (e6dd54d)
1.10.0 (2023-12-13)
- scripts: reorganize scripts, improve fixtures, add fetch covers script (b886316)
1.9.0 (2023-12-12)
- add support for book fixtures configuration (b77130f)
1.8.0 (2023-11-27)
- enable GraphQL instrospection in Apollo Server (976a3eb)
1.7.0 (2023-10-31)
- enhance environment configuration and database synchronization (5c8e1d3)
1.6.0 (2023-10-31)
- enhance environment configuration and documentation (07d77a9)
1.5.0 (2023-10-31)
- add data-source.ts to handle TypeORM DataSource (7565812)
1.4.0 (2023-10-31)
- add User resolver to GraphQL schema (bcc41d5)
1.3.0 (2023-10-31)
- integrate TypeORM with serverless (2bfd763)
1.2.0 (2023-10-19)
- add tests, dbInfo query, and types (f68f113)
1.1.1 (2023-10-18)
- update DB_SSL_CERT path in serverless.yml (f980663)
1.1.0 (2023-10-18)
- Add DB_SSL_CERT to .env_sample and update environment for serverless parameters (1735427)
- add AWS RDS PostgreSQL connection and certs (ce83c0f)
- add support for Semantic Release (b2e66f7)
- initial commit (82ea575)