v0.16.0
Features:
- HAL-FORMS template property options support (see https://rwcbook.github.io/hal-forms/#options-element)
- single and multiple selections in request editor
- validation in request editor
- inline- and link-based pre-selection
- support of plain JSON as well as HAL/HAL-FORMS layout (with _embedded)
- Better validation display in request editor (#21)
- improved HTML layout (smaller margins between columns)
Bugfixes:
- Better HTTP reason phrase display, e.g. 201 (Created)
- When doing POST, PUT and PATCH request, the result response will be always shown
- Request dialog body will only be displayed if the form is valid
- Correct handling of links with relative URL (#19)
- Error handling in special cases (#20)
Dependency Bumps:
- Bump Angular from 11.1.1 to 11.2.9
- Bump other npm dependencies to the latest version
Misc:
- 100% statements/lines/functions test coverage (but still a few branches missing)