Skip to content

Releases: badgateway/hal-types

v1.9.0

09 Jan 02:01
f4b26a5
Compare
Choose a tag to compare
  • placeholder from HAL Forms was incorrectly cased as placeHolder. This is fixed but could be a BC break. (@dayre)

v1.8.0

26 Jul 05:08
1e29ee4
Compare
Choose a tag to compare
  • 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

05 May 19:28
2d3b34c
Compare
Choose a tag to compare
  • 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

05 May 19:17
097fe05
Compare
Choose a tag to compare
  • Fix bc-breaking change. _links values were marked as possibly undefined,
    and this should never have been the case.

v1.7.5

04 May 05:38
eac53de
Compare
Choose a tag to compare
  • Added 'minLength' and 'maxLength' to textarea fields. (@dayre)

v1.7.4

22 Feb 01:57
59ac1da
Compare
Choose a tag to compare
  • Fixed typing of 'inline'

v1.7.3

22 Feb 01:01
54187eb
Compare
Choose a tag to compare
  • Add another missing promptField, valueField.

v1.7.2

22 Feb 00:52
e8789da
Compare
Choose a tag to compare
  • Add promptField, valueField properties from HAL-Forms.

v1.7.1

22 Feb 00:33
fb43a04
Compare
Choose a tag to compare
  • Added type: range
  • Now exporting:
    • HalFormsSimpleProperty
    • HalFormsRangeProperty
    • HalFormsOptionsInline
    • HalFormsOptionsLink

v1.7.0

21 Feb 01:00
adb4f6b
Compare
Choose a tag to compare
  • 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.