1.0.1-alpha.153 (2024-06-06)
Bug Fixes
- app: don't force package.json to exist for finding env files (f478e96)
- bson: make sure NaN is deserialized as 0 (7b19397)
- orm: correctly resolve reference class schemas (e193325)
- rpc: add interface for fetch (6035736)
- rpc: http adapter wrong authorization + remove OPTIONS method (3ff8955)
- rpc: make sure Error is chained and ValidationError correctly handled (5c49778)
- website: angular 18 fixes (4307a5d)
Features
- broker: new BrokerKeyValue and broker documentation (1f53bc8)
- orm: support passing type to Database.persistAs/Database.removeAs, DatabaseSession.addAs (6679aba), closes #571
- rpc: add http transport (3b2c6cc)
- type: automatically assign .path to SerializationError in TemplateState.convert() errors (1e8d61d)
- type: automatically assign .path to SerializationError in TemplateState.convert() errors (23781a1)
- website: improve broker docs (1ff9600)
- website: migrated to Angular v18 SSR + Signals (322817f)
- website: update angular to v18 (4dcc38c)