Documentation Index
Fetch the complete documentation index at: https://grantmaster.dev/llms.txt
Use this file to discover all available pages before exploring further.
Public API Changelog
This changelog tracks breaking feature public API contract changes.Entry format
Add one row per breaking change:| YYYY-MM-DD | feature | x.y.z | reason | migration |
Entries
| Date | Feature | Version | Change Summary | Migration Notes |
|---|---|---|---|---|
| 2026-03-17 | grants | 2.0.0 | Removed raw Firestore-style grant data access helpers from the grants public API and replaced them with canonical query/mutation hooks. | Migrate external callers to useGrantsList, useGrantMutations, or the legacy compatibility hook useGrants while finishing route-level cleanup. |
| 2026-03-15 | integrations | 2.0.0 | Removed IIntegrationDataService and defaultIntegrationDataService from the integrations public API surface. | Migrate callers to the concrete shared integration functions in integrationService.ts and auditLogDataAccess.ts. |
| 2026-03-14 | compliance | 2.0.0 | Removed CompliancePolicysList from the compliance public API surface. | Migrate callers to CompliancePoliciesList. |
| 2026-03-14 | superadmin | 2.0.0 | Removed getPortalConfig, listPortalConfigVersions, restorePortalConfigVersion, and updatePortalConfig from the superadmin public API surface. | Migrate callers to superadminPortalConfigService. |
| 2026-03-12 | users | 2.0.0 | Removed inviteUserByEmail from the public feature surface because it creates placeholder users and can corrupt invitation state. | Migrate callers to sendInvitation or the users feature hooks that already wrap that service. |