Skip to content

Releases: Mosh-K/XrmTypeScript

v1.5.0

08 May 11:48

Choose a tag to compare

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

15 Apr 07:07

Choose a tag to compare

1.3.0 - 2026-04-15

Changed

  • Release zip reorganized: all DLLs (except FSharp.Core.dll) moved into a lib/ 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 the lib/ probing path is always preserved

v1.0.2

08 Apr 22:55

Choose a tag to compare

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>