File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.4] - 2025-05-13
11+
12+ ## Fixed
13+ - Fixed schema conversion bug when input zod schema is from a different zod version
14+
1015## [ 0.1.3] - 2025-05-13
1116
1217### Added
@@ -17,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1722
1823### Added
1924- Support enriching data
20- - Handle nullable instead of optional. This is required for schema in OpenAI models
25+ - Handle nullable instead of optional in schema . This is required for schema in OpenAI models
2126
2227## [ 0.1.1] - 2025-05-11
2328
Original file line number Diff line number Diff line change 11{
22 "name" : " lightfeed-extract" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "description" : " Use LLMs to robustly extract and enrich structured data from HTML and markdown" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments