Skip to content

Latest commit

 

History

History
61 lines (28 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

61 lines (28 loc) · 2.13 KB

1.4.0 (2018-07-13)

Features

  • GraphQL: init GraphQL auto configuration (bbb2496), closes #3

1.3.0 (2018-06-09)

Bug Fixes

  • controller: avoid wildcard on the root path (10c66ce)

Features

  • dependency: spring boot 2.0.2, elide 4.2.3 (1720187)
  • property: configure to return error objects (30153c5)

1.2.0 (2018-05-01)

Features

  • annotation: add ElideHook help register function hooks (7356725)
  • property: configure to disable spring dependency injection (d4392bc)

1.1.0 (2018-04-17)

Bug Fixes

  • catch persistence and spring transaction exception (57228bc)

Features

  • catch ConstraintViolationException, return 422 (14d46f3)
  • dependency: spring boot 2.0.1, elide 4.2.2 (a5614a2)
  • custom default pageSize and maxPageSize (2cdac53)
  • custom url prefix (f2d4334)
  • spring dependency injection (b9c3563)

BREAKING CHANGES

  • add default prefix "/api".