@oh-my-pi/hashline 16.0.0 → 16.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [16.0.1] - 2026-06-15
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Auto-repaired one-sided multi-line boundary echoes by dropping delimiter-neutral duplicated boundary lines and emitted a boundary-echo warning
|
|
10
|
+
- Parser now treats a leading `\` on inline payload bodies as the payload delimiter, matching standalone payload rows.
|
|
11
|
+
- Restored the warning emitted when escaped indented payload rows (`\\ TEXT`) are accepted as payload delimiters.
|
|
12
|
+
|
|
5
13
|
## [15.13.3] - 2026-06-15
|
|
6
14
|
|
|
7
15
|
### Changed
|
|
@@ -32,10 +40,7 @@
|
|
|
32
40
|
|
|
33
41
|
### Fixed
|
|
34
42
|
|
|
35
|
-
- Auto-repaired one-sided multi-line boundary echoes by dropping delimiter-neutral duplicated boundary lines and emitted a boundary-echo warning
|
|
36
43
|
- Normalized cwd-relative hashline paths to forward-slash form on Windows.
|
|
37
|
-
- Parser now treats a leading `\` on inline payload bodies as the payload delimiter, matching standalone payload rows.
|
|
38
|
-
- Restored the warning emitted when escaped indented payload rows (`\\ TEXT`) are accepted as payload delimiters.
|
|
39
44
|
|
|
40
45
|
## [15.12.5] - 2026-06-13
|
|
41
46
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@oh-my-pi/hashline",
|
|
4
|
-
"version": "16.0.
|
|
4
|
+
"version": "16.0.1",
|
|
5
5
|
"description": "Hashline: a compact, line-anchored patch language and applier. Pluggable FS/IO so it works over disk, in-memory, or any custom backend.",
|
|
6
6
|
"homepage": "https://omp.sh",
|
|
7
7
|
"author": "Can Boluk",
|