Releases: badgateway/hal-types
Releases · badgateway/hal-types
v1.9.0
placeholder
from HAL Forms was incorrectly cased as placeHolder
. This is fixed but could be a BC break. (@dayre)
v1.8.0
- Add
name
, deprecation
and profile
properties to HAL Links. These were part of the base spec and should always have been there.
v1.7.7
- Fix a second BC breaking change.
_links
should not be omitted. If _links
may be omitted this change might be re-introduce in a major version.
v1.7.6
- Fix bc-breaking change.
_links
values were marked as possibly undefined,
and this should never have been the case.
v1.7.5
- Added 'minLength' and 'maxLength' to textarea fields. (@dayre)
v1.7.3
- Add another missing
promptField
, valueField
.
v1.7.2
- Add
promptField
, valueField
properties from HAL-Forms.
v1.7.1
- Added type: range
- Now exporting:
HalFormsSimpleProperty
HalFormsRangeProperty
HalFormsOptionsInline
HalFormsOptionsLink
v1.7.0
- Updated to HAL Forms 2021-02-20, which adds support for the 'options'
property. This property can be used to generate lists of possible values
in form fields, including values from external HTTP sources.