Skip to content

v2.2.0 (Scarlet Christina)

Compare
Choose a tag to compare
@yoshinorin yoshinorin released this 26 Jan 13:47
· 476 commits to master since this release
c4748b2

「クリスティナと名づけた。内緒でな」ヴォッシュは微笑む。
森博嗣.血か、死か、無か? Is It Blood, Death or Null?Wシリーズ(講談社タイガ)(p.154).講談社.Kindle版.

New Features

  • CORS Support
    • (17740ce) chore(script): fix script for export CORS settings
    • (1c8d8aa) feat(CORS): implement CORS
    • (dbe7b14) chore(tools): add checker for CORS etc
  • Configurable Search option
    • (5463259) feat(search): threshold values for validation const to configurable

Fixes

  • (cae6cab) fix(cache/feed): use correct config
  • (55fe95a) fix: partially revert f032584
  • (5d2766a) fix: Locale.ENGLISH to Locale.ROOT
  • (7481ac5) fix(http/search): BadRequest to UnprocessableEntity when invalid query params

Refactors

  • (a7bad8e) refactor(search): rename lambda
  • (3eae79a) refactor(types/points): rename method spread to expand
  • (072c1bd) refactor(types): add Points type as that alias of (Int, Int)
  • (bc6ea2a) refactor(config): devide all configs into each configs case class
  • (662e5bb) refactor(config): add final to each case classes
  • (785ecae) refactor(db): from object to class and rename from Migration to Migrator
  • (f1fdf45) refactor(build): cleanup
  • (1698740) refactor(build): divide wartremover settings into other file
  • (f335b85) refactor(deps): divided into other file
  • (f032584) refactor: like a Final Tagless
  • (4651e0f) refactor: implement toLower extends method
  • (eef0fed) refactor: delete unnecessary code

Docker

  • (65b2c19) chore(docker): delete unnecessary files when create docker image
  • (724cc7b) chore(docker): excludes tools directory when build docker image
  • (221642c) chore(deps): update dependencies

CI/CD

  • (7898c84) chore(ci): use .env instead of devenv.sh

Dependencies

  • (86c5ad5) chore(deps): update dependencies

Docs

  • (a23d504) docs: fix search api example response
  • (b33fea8) docs: fix typo
  • (e5e921b) docs: update remarks page
  • (0f01ee5) docs: fix typo
  • (cb4e51d) docs: add search api endpoint exmaple
  • (8298a3a) docs: some fix & additions