We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b950e2 commit 1403e5aCopy full SHA for 1403e5a
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.1.3] - 2025-05-13
11
+
12
+### Added
13
+- Use processedContent instead of markdown in response
14
+- Improve enrich prompt to not remove any fields from the original JSON object
15
16
## [0.1.2] - 2025-05-12
17
18
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lightfeed-extract",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Use LLMs to robustly extract and enrich structured data from HTML and markdown",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments