Skip to content

Commit f4fef83

Browse files
nshkrdotcomclaude
authored andcommitted
Release v0.1.3
- Updated README to document trailing text removal feature - Revised version in installation instructions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 0493013 commit f4fef83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Standard JSON parsers fail completely on these inputs. JsonRemedy fixes them int
5555
- **Comments**: `// line comments` and `/* block comments */` → removed
5656
- **Hash comments**: `# python-style comments` → removed
5757
- **Wrapper text**: Extracts JSON from prose, HTML tags, API responses
58+
- **Trailing text removal**: `[{"id": 1}]\n1 Volume(s) created``[{"id": 1}]` *(v0.1.3+)*
5859
- **Encoding normalization**: UTF-8 handling and cleanup
5960

6061
### 🏗️ **Structural Repairs (Layer 2)**
@@ -127,7 +128,7 @@ Add JsonRemedy to your `mix.exs`:
127128
```elixir
128129
def deps do
129130
[
130-
{:json_remedy, "~> 0.1.0"}
131+
{:json_remedy, "~> 0.1.3"}
131132
]
132133
end
133134
```

0 commit comments

Comments
 (0)