Releases: Mosh-K/XrmTypeScript
Releases · Mosh-K/XrmTypeScript
v1.5.0
1.5.0 - 2026-05-08
Changed
- Attributes and navigation properties are now filtered against the OData CSDL
$metadata, ensuring generated typings reflect only what is accessible on the wire - Virtual attributes (shadow fields,
yomi*names, metadata-only columns) are now excluded via CSDL rather than SDK-side heuristics - File-type columns are now typed as GUIDs, reflecting their actual wire format
- When CSDL is unavailable (legacy proxy auth), heuristic filters are applied instead
Fixed
- Duplicate ManyToOne navigation properties (collapsed by the CSDL) no longer generate duplicate interface members
v1.3.0
1.3.0 - 2026-04-15
Changed
- Release zip reorganized: all DLLs (except
FSharp.Core.dll) moved into alib/subdirectory, keeping only user-facing files at the zip root - Config file (
XrmTypeScript.exe.config) is now embedded as a resource and restored from it when missing, ensuring thelib/probing path is always preserved
v1.0.2
Note
The release zip is built and signed via GitHub Actions.
Verify with the GitHub CLI:
gh attestation verify --repo Mosh-K/XrmTypeScript <XrmTypeScript-vX.X.X-bin.zip>