cedar 1.0.0
cedar: ^1.0.0 copied to clipboard
Implementation of the Cedar policy language in Dart.
1.0.0 #
- chore: Bump Dart SDK constraint to ^3.8.0
- feat: Implement Cedar V4 parity
- Implement IP address extensions
- Add datetime and duration extensions
- Template linking and diagnostics
- Schema parsing and validation
- Adds v4 protobuf schemas
- Fixes remaining discrepancies in implementation
- Updates corpus tests
0.2.6 #
- chore: Bump Dart SDK constraint to
^3.7.0 - chore: Remove unused dependencies
- chore: Update
protobufdependency to^4.0.0
0.2.5 #
- fix: JSON decoding of
isexpressions
0.2.4 #
- Require Dart 3.5 (workspace support)
- chore: Update dependencies
0.2.3 #
- chore: Public interface cleanup
0.2.2 #
- chore: Lower dependency constraints
0.2.1 #
- feat: Add Protobuf types
0.2.0 #
- feat: Add Dart evaluation
- chore!: Rename several types from
CedarXto justXto improve readability and consistency with Rust impl
0.1.3 #
- Update repository URL
0.1.2 #
- Add templates to
CedarPolicySet.toJson
0.1.1 #
- Add template-linked policies
0.1.0 #
- Initial version.