1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-02-24 16:12:25 +01:00

203 Commits

Author SHA1 Message Date
Filip Halaxa
89c98b887b Function httpClientChunks is deprecated 2020-04-16 13:16:34 +02:00
Filip Halaxa
6f1e4aa3bf Correct naming 2020-04-16 09:32:51 +02:00
Filip Halaxa
7e1b88b8a1
.rebuild 2020-04-06 18:18:49 +02:00
Filip Halaxa
99a7e6a908
Badges 2020-04-06 12:32:18 +02:00
Filip Halaxa
ab726ed4c5
README 2020-04-04 23:09:06 +02:00
Filip Halaxa
926c4de072
Share it 2020-04-04 23:07:25 +02:00
Filip Halaxa
bc6f58729a
Update README.md 2020-01-02 14:27:41 +01:00
Filip Halaxa
a4fdf6323e
Update README.md 2019-12-22 13:34:50 +01:00
Filip Halaxa
58f3dac0e6
dictionatry -> object 2019-12-21 22:34:40 +01:00
Filip Halaxa
15790074c9
Typo in README 2019-12-21 11:33:50 +01:00
Filip Halaxa
6333030d3f
Update README.md 0.3.3 2019-12-20 19:30:23 +01:00
Filip Halaxa
9c499e64de Updated README 2019-12-20 17:59:55 +01:00
Filip Halaxa
edfe81352f JsonMachine::fromIterable + Symfony HttpClient support 2019-12-20 15:49:04 +01:00
Filip Halaxa
c3aa1f7c62 Merge remote-tracking branch 'pr19/master' 2019-12-19 19:26:25 +01:00
Filip Halaxa
12361c785f
Update README.md 2019-12-15 15:05:19 +01:00
Filip Halaxa
b7ffc662c9 Fixes #6 - falsy pointer does not match falsy path 2019-12-13 22:02:29 +01:00
Filip Halaxa
0d128d676a Readme edit 2019-12-13 21:49:07 +01:00
Filip Halaxa
0e4bd9f9d8 TLDR to the beginning of Readme 2019-12-13 18:23:35 +01:00
Filip Halaxa
f7f4d7be62 Supports stable PHP 7.4 2019-12-13 17:52:29 +01:00
Filip Halaxa
e36ad6c549 Performance optimization 2019-12-13 17:29:11 +01:00
Filip Halaxa
15fee5e7c8 Fixed #19 - currentPath building process is fixed 2019-12-12 22:24:04 +01:00
Bas de Groot
5e95d9fbce set pointer of the failing test to the exact place where it fails. 2019-12-02 10:54:46 +01:00
Bas de Groot
6d45dfabd9 Failing unittest:
in src/Parser.php at line 112 $currentPath[$currentLevel] holds thepreviously found attribute string ("previous_download") which is then used for a calculation.

Error:
A non-numeric value encountered

src/Parser.php:112
test/JsonMachineTest/JsonPointerTest.php:16
2019-12-02 10:47:07 +01:00
Filip Halaxa
e8b7f2d0bb Added PHP 7.4 to travis.yml 2019-10-15 12:37:46 +02:00
Filip Halaxa
c892385db9 Tests pass on PHP 7.4 RC 2019-10-15 12:31:20 +02:00
Filip Halaxa
cbc45bdcff Helper function to cast iterator of arrays to iterator of objects 2019-10-15 12:21:03 +02:00
Filip Halaxa
c865e037ee Treat UTF-8 BOM as simple whitespace 2019-10-15 11:51:50 +02:00
Fabien
ed7b0ea914 Add test for UTF-8 BOM detection 2019-10-15 11:51:50 +02:00
Fabien
12cf951510 Remove UTF-16 and UTF-32 bytes detection - the file must be converted to UTF-8 to be compatible with byte stream parser 2019-10-15 11:51:50 +02:00
Fabien
65764eda75 add whitelist paths in phpunit config, useful for code coverage report 2019-10-15 11:51:50 +02:00
Fabien
212945cf12 Ignore UTF BOM at the beginning of the stream 2019-10-15 11:51:50 +02:00
Filip Halaxa
e7bb117876 README 2019-06-14 15:20:09 +02:00
Nathan Bishop
a116619aed Fix a bug where incorrect line number was displayed in files containing CRLF line endings 2019-06-12 13:15:41 +02:00
Nathan Bishop
4e75db9600 Remove testing of positional information 2019-06-12 13:15:41 +02:00
Filip Halaxa
b4817b8cc8 Added dataset captions 2019-06-12 13:15:41 +02:00
Filip Halaxa
f55f6d8bbf Added some crlf confusion :) 2019-06-12 13:15:41 +02:00
Nathan Bishop
1c25c679b2 Add locational information about a lexeme's position with a formatted json stream/file 2019-06-12 13:15:41 +02:00
Nathan Bishop
f942d27eba Add tests for verifying behaviour of tracking a lexemes position within a JSON file 2019-06-12 13:15:41 +02:00
Filip Halaxa
caf8bbde76 Travis build icon 2019-04-10 19:44:18 +02:00
Filip Halaxa
e1001dd5c8 .travis.yml 2019-04-10 19:41:37 +02:00
Filip Halaxa
bd667f515b Removed leading newlines in run.sh 2019-03-24 16:54:36 +01:00
Filip Halaxa
b8915261ef echo replaced by printf 2019-03-24 16:45:24 +01:00
Filip Halaxa
9a4c2f0553 Doc comments improvements 2019-03-24 11:52:08 +01:00
Filip Halaxa
64db5854ee Link to docker installation 2019-03-22 10:50:16 +01:00
Filip Halaxa
01f2326ff4 Updated xdebug to 2.7.0 for PHP 7 2019-03-22 10:46:08 +01:00
Filip Halaxa
b81e9026a7 Docker: Check for a new PHP image once per day 2019-03-21 20:37:39 +01:00
Filip Halaxa
ee5a5e35c4 Removed suggest, it's already in require-dev 2019-03-21 11:53:31 +01:00
Filip Halaxa
8e3555b270
Merge pull request #9 from marenkov/master
Fix a problem with "key":"value\\"
0.3.2
2019-03-20 20:33:36 +01:00
Filip Halaxa
95dbc8bdbd Renamed variable 2019-03-20 20:32:34 +01:00
Filip Halaxa
cea59292f2 Added test case 2019-03-20 20:25:37 +01:00