cypher_dart 0.1.1
cypher_dart: ^0.1.1 copied to clipboard
OpenCypher parser, AST, diagnostics, and formatter for Dart and Flutter.
0.1.1 #
- Added an in-memory Cypher execution engine with graph store APIs.
- Expanded expression/function support, including pattern/existential handling and temporal/scalar functions used by openCypher scenarios.
- Added engine/parser/AST test coverage and benchmark/coverage tooling.
- Added openCypher TCK execution coverage runner improvements, including scenario parameter handling and feature-gate aware parsing.
0.1.0 #
- Initial public release of
cypher_dart. - Added parser, diagnostics, AST model, and formatter API.
- Added strict mode with Neo4j feature-flag opt-in checks.
- Added Flutter example and CI workflows.