Skip to content

Commit 853fd73

Browse files
authored
Bump v0.1.8 (#27)
1 parent 5a5196b commit 853fd73

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1015
## [0.1.7] - 2025-06-07
1116

1217
### Changed
13-
- Updte README to use @lightfeed/extractor as new npm project
18+
- Updated README to use @lightfeed/extractor as new npm project
1419

1520
## [0.1.6] - 2025-06-07
1621

1722
### 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
1924

2025
## [0.1.5] - 2025-05-14
2126

2227
### 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)
2429

2530
## [0.1.4] - 2025-05-13
2631

@@ -30,14 +35,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3035
## [0.1.3] - 2025-05-13
3136

3237
### 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
3540

3641
## [0.1.2] - 2025-05-12
3742

3843
### 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
4146

4247
## [0.1.1] - 2025-05-11
4348

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightfeed/extractor",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
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",

0 commit comments

Comments
 (0)