File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.2] - 2025-05-12
11+
12+ ### Added
13+ - Support enriching data
14+ - Handle nullable instead of optional. This is required for schema in OpenAI models
15+
1016## [ 0.1.1] - 2025-05-11
1117
1218### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " lightfeed-extract" ,
3- "version" : " 0.1.1 " ,
4- "description" : " Use LLMs to robustly extract structured data from HTML and markdown" ,
3+ "version" : " 0.1.2 " ,
4+ "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" ,
77 "files" : [
You can’t perform that action at this time.
0 commit comments