genkit_middleware 0.2.0
genkit_middleware: ^0.2.0 copied to clipboard
Middleware for Genkit Dart to inject skills.
0.2.0 #
Breaking Changes #
- changed tool hook signature on middleware, pass toolRequest to tool (#211)
0.1.0+1 #
- Update a dependency to the latest release.
0.1.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
0.1.0-dev.1 #
- Update a dependency to the latest release.
0.0.1-dev.7 #
Note: This release has breaking changes.
- REFACTOR: Tweak RegExps and avoid non-linear complexity (#175).
- REFACTOR: make all classes
finalorbase(#179). - BREAKING REFACTOR: renamed @Schematic() to @Schema() (#192).
0.0.1-dev.6 #
Note: This release has breaking changes.
- REFACTOR: hide package:json_schema_builder (#167).
- FIX: enforce formatting check in CI (#166).
- BREAKING FEAT: move basic type functions to static creation method on SchemanticType (#154).
0.0.1-dev.5 #
- REFACTOR: Introduce a dedicated plugin.dart entry point for plugin-related exports (#149).
0.0.1-dev.4 #
- Update a dependency to the latest release.
0.0.1-dev.3 #
- Update a dependency to the latest release.
0.0.1-dev.2 #
- FEAT: add initial CHANGELOG.md for genkit_middleware.
- FEAT: created a genkit_middleware package with skills, filesystem and toolApproval middleware (#126).
0.0.1-dev.1 #
- Initial release.