Skip to content

Commit e8cadcd

Browse files
authored
Merge pull request #116 from badgateway/release-3.0.0
Release 3.0.0
2 parents 36e8356 + cd03003 commit e8cadcd

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
ChangeLog
22
=========
33

4+
3.0.0 (2026-03-24)
5+
------------------
6+
7+
* Align `HalFormsOptions` with the latest specification version.
8+
`HalFormsOptions#multiple` was removed. `HalFormsOptions#selectedValues` type
9+
becomes `string[]`. Single and multiple selects are now treated uniformly.
10+
11+
412
2.0.0 (2025-02-26)
513
------------------
614

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hal-types",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Typescript definitions for HAL",
55
"main": "dist/index.js",
66
"browser": "browser/ketting.min.js",

0 commit comments

Comments
 (0)