You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# Changelog
2
2
3
-
## [Unreleased]
3
+
## [1.2.0] - 2026-04-14
4
4
### Changed
5
5
-`TabUnion` and `QuickFormUnion` type aliases replaced with `TabMap` and `QuickFormMap` interfaces, mapping names to their typed counterparts (consistent with `AttributeMap` and `ControlMap`)
6
+
- Renamed `appId` config key and parameter to `clientId` for clarity
Copy file name to clipboardExpand all lines: README.md
+20-12Lines changed: 20 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,20 +16,28 @@ in PCF components, or in external TypeScript/JavaScript projects.
16
16
## Getting Started
17
17
18
18
1. Download and unzip the latest release from [GitHub Releases](https://github.com/Mosh-K/XrmTypeScript/releases)
19
+
20
+
> You can verify the build attestation with the [GitHub CLI](https://cli.github.com/): `gh attestation verify --repo Mosh-K/XrmTypeScript XrmTypeScript-vX.X.X-bin.zip`
21
+
22
+
23
+
19
24
2. Edit `XrmTypeScript.exe.config` with your environment details:
0 commit comments