For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Version 0.2.0
- Added support for GraphQL including:
- Customized GraphQL routes
- Multiple GraphQL operations
- Sensitive GraphQL operations by name or type
- Added support for batched activities
- Changed API for Enforcer
enforce() and postEnforce() return values to align with JS Core v0.5.0
- Changed API for creating default HTTP trigger (providing
ConfigurationParams rather than Enforcer instance)
- Moved
rollup.config.js file to example folder