File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.8] - 2025-06-16
11
+
12
+ ### Changed
13
+ - Use extractionContext to provide additional context (e.g. metadata, not limited to partial data)
14
+
10
15
## [ 0.1.7] - 2025-06-07
11
16
12
17
### Changed
13
- - Updte README to use @lightfeed/extractor as new npm project
18
+ - Updated README to use @lightfeed/extractor as new npm project
14
19
15
20
## [ 0.1.6] - 2025-06-07
16
21
17
22
### Changed
18
- - Update project name to lightfeed/extractor and publish to npm project @lightfeed/extractor
23
+ - Updated project name to lightfeed/extractor and publish to npm project @lightfeed/extractor
19
24
20
25
## [ 0.1.5] - 2025-05-14
21
26
22
27
### Fixed
23
- - Improve main html content extraction - preserve option, label and select (can be important for product detail pages)
28
+ - Improved main html content extraction - preserve option, label and select (can be important for product detail pages)
24
29
25
30
## [ 0.1.4] - 2025-05-13
26
31
@@ -30,14 +35,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
35
## [ 0.1.3] - 2025-05-13
31
36
32
37
### Added
33
- - Use processedContent instead of markdown in response
34
- - Improve enrich prompt to not remove any fields from the original JSON object
38
+ - Used processedContent instead of markdown in response
39
+ - Improved enrich prompt to not remove any fields from the original JSON object
35
40
36
41
## [ 0.1.2] - 2025-05-12
37
42
38
43
### Added
39
- - Support enriching data
40
- - Handle nullable instead of optional in schema. This is required for schema in OpenAI models
44
+ - Supported enriching data
45
+ - Handled nullable instead of optional in schema. This is required for schema in OpenAI models
41
46
42
47
## [ 0.1.1] - 2025-05-11
43
48
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lightfeed/extractor" ,
3
- "version" : " 0.1.7 " ,
3
+ "version" : " 0.1.8 " ,
4
4
"description" : " Use LLMs to robustly extract and enrich structured data from HTML and markdown" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments