Skip to content

v1.2.0 (Garnet Carnelian)

Compare
Choose a tag to compare
@yoshinorin yoshinorin released this 01 Apr 08:30
· 882 commits to master since this release

Fixes

  • (b5cc97c) fix: tags API response status code when tag's articles not found
  • (f737eff) fix: articles API response status code when articles not found

Refactors

  • (a384e9a) refactor: use () in IO()
  • (71d68b0) refactor: delete unused import
  • (d2500db) refactor: delete unnecessary argument in models
  • (658f14f) refactor: use EitherT and for-comprehension in jwt claim validation
  • (aee9ede) refactor: rename flash to invalidate in CacheModule
  • (d5ab345) refactor: cache class move from util.cache to cache package and rename to CacheModule
  • (d7deb66) refactor: delete unnecessary temporary variable

Dependencies

  • (306963e) chore(plugins): update sbt plugins
  • (ac9e99a) chore(deps): bump mockito-core from 4.3.1 to 4.4.0
  • (a363e09) chore(deps): update dependencies

Tests

  • (f43c834) test: fix comment
  • (51e8cca) test: move CacheModlueSpec from util to cache package
  • (2fe1b4b) test: use DB instead of mock in SitemapRouteSpec
  • (37eb41f) test: add test case of TagRouteSpec
  • (face68a) test: add ArticleRouteSpec
  • (c4ac284) test: add test case of TagRouteSpec
  • (f90829d) test: fix JwtSpec failur
  • (41a3f08) test: use fixture instead of instance in the test spec class
  • (8476920) test: add test case to AuthServiceSpec
  • (28fe176) test: use DB instead of mock at AuthServiceSpec
  • (b53ff2c) test: add rejected caused by expired JWT token test case
  • (32cde6a) test: add comments
  • (6f9901f) test: use DB instead of mock at ContentRouteSpec
  • (6f0901e) test: delete unnecessary println
  • (43f317e) test: create test data before exexute FeedRouteSpec
  • (f6fb409) test: add 401, 500 case to authRoute spec
  • (10a9992) test: authRoute spec with DB
  • (87c0330) test: add 404 test case to contentTypeRoute spec
  • (a1877df) test: add ContentTypeRoute spec
  • (1a806a1) test: add feedRoute spec
  • (d331b9c) test: ignore createAuthor assertion
  • (f9e79b8) test: workaround test failure
  • (1202c01) test: add TagRouteSpec
  • (aa79f25) test: add TagService Spec
  • (c0d09fa) test: use real DB instead of mock at authorRoute
  • (9817e9f) test: improve author fixture

Docs

  • (7c314d2) docs: fix requrement & test command
  • (7aa5a59) docs: update README

Misc

  • (30013c5) chore: comment out unused functions

Full Changelog