You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Nothing yet
14
14
15
15
## 1.2.4 - 2025-06-16
16
16
### Fixed
17
-
- The key of a scalar value after a compound value is lost (#125). Thanks [@smiletoeverybody](https://github.com/smiletoeverybody)
17
+
- The key of a scalar value after a compound value is lost ([#125](https://github.com/halaxa/json-machine/issues/125)). Thanks [@smiletoeverybody](https://github.com/smiletoeverybody)
18
18
19
19
<br>
20
20
@@ -27,14 +27,14 @@ Standard parsing speed boost (non-recursive, non-debug) about + 50 %. Further im
- File autoloading without composer (#122). Thanks [@bahco](https://github.com/bahco)
37
-
- Crash on `null` value in `RecursiveItems` (#119). Thanks [@bark92](https://github.com/bark92)
36
+
- File autoloading without composer ([#122](https://github.com/halaxa/json-machine/issues/122)). Thanks [@bahco](https://github.com/bahco)
37
+
- Crash on `null` value in `RecursiveItems` ([#119](https://github.com/halaxa/json-machine/issues/119)). Thanks [@bark92](https://github.com/bark92)
38
38
<br>
39
39
40
40
## 1.2.0 - 2024-11-24
@@ -48,7 +48,7 @@ Standard parsing speed boost (non-recursive, non-debug) about + 50 %. Further im
48
48
- Support for PHP 8.4
49
49
- Exception on misspelled option name suggests a correct one.
50
50
### Fixed
51
-
- Wrong key when combining list and scalar value pointers (#110). Thanks [@daniel-sc](https://github.com/daniel-sc)
51
+
- Wrong key when combining list and scalar value pointers ([#110](https://github.com/halaxa/json-machine/issues/110)). Thanks [@daniel-sc](https://github.com/daniel-sc)
52
52
### Removed
53
53
- Removed support for PHP 7.0, 7.1
54
54
<br>
@@ -59,13 +59,13 @@ Standard parsing speed boost (non-recursive, non-debug) about + 50 %. Further im
59
59
- Support for PHP 8.3
60
60
- Added PHPStan to build pipeline
61
61
### Fixed
62
-
- Fixed the case when non-intersecting pointers were considered intersecting (#106). Thanks [@XedinUnknown](https://github.com/XedinUnknown)
62
+
- Fixed the case when non-intersecting pointers were considered intersecting ([#106](https://github.com/halaxa/json-machine/issues/106)). Thanks [@XedinUnknown](https://github.com/XedinUnknown)
63
63
64
64
<br>
65
65
66
66
## 1.1.3 - 2022-10-12
67
67
### Fixed
68
-
- Fix the parsing of nested sub-trees that use wildcards (#83). Thanks [@cerbero90](https://github.com/cerbero90)
68
+
- Fix the parsing of nested sub-trees that use wildcards ([#83](https://github.com/halaxa/json-machine/issues/83)). Thanks [@cerbero90](https://github.com/cerbero90)
69
69
70
70
<br>
71
71
@@ -74,8 +74,8 @@ Standard parsing speed boost (non-recursive, non-debug) about + 50 %. Further im
74
74
- PHP 8.2 support
75
75
76
76
### Fixed
77
-
- Meaningful error on invalid token. (#86)
78
-
- Added missing return type annotation. (#84)
77
+
- Meaningful error on invalid token. ([#86](https://github.com/halaxa/json-machine/issues/86))
78
+
- Added missing return type annotation. ([#84](https://github.com/halaxa/json-machine/issues/84))
- Empty dict at the end of an item was causing Syntax error in the next item. Reason: closing `}` did not set object key expectation to `false`. (#41 via PR #42).
177
+
- Empty dict at the end of an item was causing Syntax error in the next item. Reason: closing `}` did not set object key expectation to `false`. ([#41](https://github.com/halaxa/json-machine/issues/41) via PR [#42](https://github.com/halaxa/json-machine/issues/42)).
0 commit comments