@proteinjs/db 1.36.0 → 1.38.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 CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.38.0](https://github.com/proteinjs/db/compare/@proteinjs/db@1.37.0...@proteinjs/db@1.38.0) (2026-08-29)
7
+
8
+
9
+ ### Features
10
+
11
+ * grouped-aggregation reads — Db.queryAggregates + QueryBuilder.timeBucket ([f94e564](https://github.com/proteinjs/db/commit/f94e564e6312f4c224d500e3d5fb0d53e3d9b59f))
12
+ * record forms group their fields — derived sections (identity, content, details, system), a formGroup column hint, the record id back on the form, references as data ink ([8db7e79](https://github.com/proteinjs/db/commit/8db7e79facfc9899dcca018be561a2edda7fc404))
13
+ * timeBucket hour grain — widen the unit union to day|hour across query + drivers ([153e3d0](https://github.com/proteinjs/db/commit/153e3d09c6c56d7746f9071e1f57ac527b07dc55))
14
+
15
+
16
+
17
+
18
+
19
+ # [1.37.0](https://github.com/proteinjs/db/compare/@proteinjs/db@1.36.0...@proteinjs/db@1.37.0) (2026-08-29)
20
+
21
+
22
+ ### Features
23
+
24
+ * ReferenceColumn width adoption — optional maxLength (the documented DynamicReferenceColumn affordance, mirrored) so an existing string-uuid column retypes to a reference IN PLACE: such columns predate the reference type at StringColumn's 255 default, the stock 36 is a narrowing Spanner refuses (the sync would throw at boot), and a reference stores the same id bytes — adopting the width makes the retype invisible to the schema sync (zero DDL); emulator suite pins the zero-changes sync, byte-identity in both directions over a string-era row, and the refused narrowing ([03ae826](https://github.com/proteinjs/db/commit/03ae8267a2eaba2a252e36c53f785b708c68b4ee))
25
+
26
+
27
+
28
+
29
+
6
30
  # [1.36.0](https://github.com/proteinjs/db/compare/@proteinjs/db@1.35.1...@proteinjs/db@1.36.0) (2026-08-28)
7
31
 
8
32