@hyperscale0/udl 1.0.0-rc.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -1
- package/README.md +1 -1
- package/docs/llms-full.txt +1 -1
- package/docs/llms.txt +1 -1
- package/docs/reference/clauses.md +1 -1
- package/docs/reference/cli.md +1 -1
- package/docs/reference/diagnostics.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,10 @@ here under the release that made it.
|
|
|
10
10
|
|
|
11
11
|
## [Unreleased]
|
|
12
12
|
|
|
13
|
+
## [1.0.0] - 2026-09-04
|
|
14
|
+
|
|
15
|
+
This release is byte-identical to 1.0.0-rc.1. Later changes bump under the contract-diff tiers.
|
|
16
|
+
|
|
13
17
|
## [1.0.0-rc.1] - 2026-09-02
|
|
14
18
|
|
|
15
19
|
### Added
|
|
@@ -204,7 +208,8 @@ First public release. Format version 1.
|
|
|
204
208
|
- `bun run spec:check`, which fails when the committed schema drifts from the
|
|
205
209
|
grammar it was generated from.
|
|
206
210
|
|
|
207
|
-
[Unreleased]: https://github.com/hyperscale0/hyperscale-udl/compare/v1.0.0
|
|
211
|
+
[Unreleased]: https://github.com/hyperscale0/hyperscale-udl/compare/v1.0.0...HEAD
|
|
212
|
+
[1.0.0]: https://github.com/hyperscale0/hyperscale-udl/compare/v1.0.0-rc.1...v1.0.0
|
|
208
213
|
[1.0.0-rc.1]: https://github.com/hyperscale0/hyperscale-udl/compare/v1.0.0-beta.1...v1.0.0-rc.1
|
|
209
214
|
[1.0.0-beta.1]: https://github.com/hyperscale0/hyperscale-udl/compare/v1.0.0-alpha.5...v1.0.0-beta.1
|
|
210
215
|
[1.0.0-alpha.5]: https://github.com/hyperscale0/hyperscale-udl/compare/v1.0.0-alpha.4...v1.0.0-alpha.5
|
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ This package contains the parser, semantic validator, canonical serializer, appe
|
|
|
12
12
|
npm install @hyperscale0/udl
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
`1.0.0
|
|
15
|
+
`1.0.0` freezes format 1. Pin version 1.0.0 while testing another implementation.
|
|
16
16
|
|
|
17
17
|
## Thirty seconds
|
|
18
18
|
|
package/docs/llms-full.txt
CHANGED
package/docs/llms.txt
CHANGED
package/docs/reference/cli.md
CHANGED