Releases: comfuture/function-schema
Releases · comfuture/function-schema
v0.4.6
What's Changed
- Refactor
Doc
class to support Protocols by @comfuture in #17 - Refactor Doc type handling to use DocMeta protocol by @comfuture in #20
- Separate example codes from README and add OpenAI, Claude, MCP examples by @copilot-swe-agent in #23
- Fixes possible error while testing
isinstance(T, value)
inOptional[T]
in python <= 3.9
New Contributors
- @copilot-swe-agent made their first contribution in #23
Full Changelog: v0.4.5...v0.4.6
v0.4.5
v0.4.4
What's Changed
- ditch packaging by @Harsh-br0 in #13
- Feature check by @comfuture in #14
New Contributors
- @Harsh-br0 made their first contribution in #13
Full Changelog: v0.4.2...v0.4.4
v0.4.3 Feature Check for support lesser python version
What's Changed
- ditch packaging by @Harsh-br0 in #13
- Feature check by @comfuture in #14
New Contributors
- @Harsh-br0 made their first contribution in #13
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Fixes type:
Doc
type now exposed. - Update function-schema to version 0.4.2 by @comfuture in #9
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Enhance
Doc
inAnnotation
and implement its tests by @comfuture in #8
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Add devcontainer and Dependabot configurations by @comfuture in #7
- Implement PEP-0727 Doc in Annotation metadata by @comfuture in #6
Full Changelog: v0.3.6...v0.4.0
v0.3.6
What's Changed
- drop "integer" in schema type by @comfuture in #5
- Start using uv as package manager
Full Changelog: v0.3.4...v0.3.6
v0.3.4
What's Changed
- Fix enum handling in get_function_schema by @comfuture in #4
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Support Literal type and code refactorings by @comfuture in #3
Full Changelog: v0.3.2...v0.3.3