1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-01-17 13:08:16 +01:00

476 Commits

Author SHA1 Message Date
Andrea Marco Sartori
51ca78a0de Fix nested subtrees parsing 2022-05-23 23:59:40 +10:00
Andrea Marco Sartori
6aa32b3501 Update tests for subtrees using wildcards 2022-05-23 23:58:01 +10:00
Filip Halaxa
b4086dfe72 Release 1.1.1 1.1.1 2022-03-03 12:02:11 +01:00
Filip Halaxa
7adbfeff54 PSR-4 warning fix 2022-03-02 23:04:52 +01:00
Filip Halaxa
f170a48ea4 make release: Fixed .env sourcing and quoting of variables 2022-02-19 22:13:36 +01:00
Filip Halaxa
c7edb2317c Release 1.1.0 1.1.0 2022-02-19 22:00:16 +01:00
Filip Halaxa
13a6ed35aa make release: updated Github release info 2022-02-19 21:58:58 +01:00
Filip Halaxa
3b8aa999f9 make release: Create Github release 2022-02-19 21:36:09 +01:00
Filip Halaxa
91821315aa make cs-fix 2022-02-19 20:01:29 +01:00
Filip Halaxa
5326c567d5 Fixed 'make release' 2022-02-19 19:48:47 +01:00
Filip Halaxa
d03d9ef0e0 Revert "Release 1.1.0"
This reverts commit 28dfaeb277051aa702591b72f4beb5d97d7a3b75.
2022-02-19 19:27:29 +01:00
Filip Halaxa
28dfaeb277 Release 1.1.0 2022-02-19 19:21:41 +01:00
Filip Halaxa
d7e5a6ee8b wip release 2022-02-19 19:20:23 +01:00
Filip Halaxa
719036e736 More readable tests output 2022-02-17 20:39:27 +01:00
Filip Halaxa
f064f4ca61 Better Autoloading readability 2022-02-17 19:09:59 +01:00
Filip Halaxa
3801ea2ee5 Merge branch 'autoloader' 2022-02-16 22:26:41 +01:00
Filip Halaxa
ab5c8bc8c8 xdebug mode via env var 2022-02-16 16:12:30 +01:00
Filip Halaxa
c99d446e70 Added test 2022-02-16 14:17:20 +01:00
Filip Halaxa
75bb4b9ff8 make cs-fix 2022-02-16 14:04:56 +01:00
Filip Halaxa
534176fb53 Autoloading class in autoloader.php to track code coverage 2022-02-16 14:04:14 +01:00
Filip Halaxa
e15463bb38 Added missing annotation 2022-02-13 14:18:07 +01:00
Filip Halaxa
220f7d56d1 Fixed annotations 2022-02-13 13:48:33 +01:00
Filip Halaxa
db29794e77 CHANGELOG and README update 2022-02-12 16:01:13 +01:00
Filip Halaxa
ace39a082d Tests for autoload.php 2022-02-12 15:28:42 +01:00
Filip Halaxa
6fc8f8f14a make cs-fix 2022-02-12 14:04:22 +01:00
Smith
a677ed0c4a add a stand alone PSR-4 spec loader 2022-02-11 18:28:13 +01:00
Filip Halaxa
3d8f0eed79 Release 1.0.1 in CHANGELOG + better variable naming in Parser 2022-02-06 14:27:49 +01:00
Filip Halaxa
0372736167 make cs-fix 1.0.1 2022-02-05 18:55:41 +01:00
Filip Halaxa
8a2771a89e Parser: Replace === with == where safe for performance reasons 2022-02-05 18:54:04 +01:00
Filip Halaxa
eeb2051bec Parser: Speed and readability improvement. Variable variables (same level symbol table) are not faster than arrays anymore. 2022-02-05 18:53:58 +01:00
Filip Halaxa
148ef66185 Tokens: Speed and readability improvement. Variable variables (same level symbol table) are not faster than arrays anymore. 2022-02-05 18:41:28 +01:00
Filip Halaxa
2e9abfde31 Fixed make test-performance 2022-02-05 18:41:24 +01:00
Filip Halaxa
a977bec4d5 Build: More results per docker hub API result page to fit as much latest revisions as possible 2022-02-05 13:57:31 +01:00
Filip Halaxa
0904839295 Build: Fallback to PHP minor version if stable patch version not found via docker hub API 2022-02-05 12:58:42 +01:00
Filip Halaxa
db81fe8f20
Update README.md 2022-02-05 11:48:09 +01:00
Filip Halaxa
65d68890c3 Fixed PassThruDecoder description in README 2022-02-04 18:24:34 +01:00
Filip Halaxa
3302a16398 Removed Parser::getJsonPointer() and Parser::getJsonPointerPath() 1.0.0 2022-02-04 16:22:19 +01:00
Filip Halaxa
1258fc51e5 CHANGELOG 2022-02-04 16:04:39 +01:00
Filip Halaxa
8fefa89e80 CHANGELOG 2022-02-04 15:33:15 +01:00
Filip Halaxa
5887899134 Fixed another bug in TokensWithDebugging::getPosition() 2022-02-04 15:30:03 +01:00
Filip Halaxa
eabe243664 Fixed Tokens::getPosition() + tests coverage 2022-02-04 14:14:01 +01:00
Filip Halaxa
af424e0bcf Reduced test file sizes 2022-02-03 22:15:28 +01:00
Filip Halaxa
ff02dcc4b6 PHP strict types required 2022-02-03 21:56:47 +01:00
Filip Halaxa
f66459a869 @covers annotations required 2022-02-03 21:41:58 +01:00
Filip Halaxa
a456889ce2 InvalidResultTest 2022-02-03 21:07:36 +01:00
Filip Halaxa
6bde48d8eb ValidResultTest 2022-02-03 21:06:45 +01:00
Filip Halaxa
e93c9b4c0f DecodingErrorTest 2022-02-03 20:34:10 +01:00
Filip Halaxa
f3bcd153ea SyntaxErrorExceptionTest 2022-02-03 20:32:07 +01:00
Filip Halaxa
83b28c75fc CHANGELOG 2022-02-03 20:26:15 +01:00
Filip Halaxa
a1be67c3b6 make cs-fix 2022-02-03 16:18:11 +01:00