Skip to main content

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

DateFeatureVersionChange SummaryMigration Notes
2026-03-17grants2.0.0Removed 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-15integrations2.0.0Removed 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-14compliance2.0.0Removed CompliancePolicysList from the compliance public API surface.Migrate callers to CompliancePoliciesList.
2026-03-14superadmin2.0.0Removed getPortalConfig, listPortalConfigVersions, restorePortalConfigVersion, and updatePortalConfig from the superadmin public API surface.Migrate callers to superadminPortalConfigService.
2026-03-12users2.0.0Removed 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.