Commit Graph

1050 Commits (ecd8d11e10f21a0467a4d2e5cc5d29871a42213e)
 

Author SHA1 Message Date
Timothée Rebours cfea45cb01 add CI task 3 years ago
Timothée Rebours 44ae8d7029 react-native version 3 years ago
arantes555 e3f4ee8783
Merge pull request #14 from seald/fix-publish-label 3 years ago
mehdi 750af75d40 fix publish label 3 years ago
mehdi 75f22ee4d9 2.1.0 3 years ago
mehdi 0f2eb4ace5 changelog 3 years ago
mehdi 5f81605ea5 2.1.0-5 3 years ago
tex0l 6657d36755
Merge pull request #12 from seald/add-typescript-typings 3 years ago
mehdi d9c4619a87 jsdoc detail 3 years ago
mehdi 7ed4d994da fix nodeWebkitAppName type 3 years ago
mehdi f70b1be64d fix test flakiness 3 years ago
mehdi dcc646a9a2 add typescript package 3 years ago
mehdi fcd1546220 add typings 3 years ago
mehdi cd16711c89 2.1.0-4 3 years ago
tex0l 5bba11e535
Merge pull request #10 from seald/jsdoc-detail 3 years ago
mehdi 2230f6c1e4 jsdoc details + timeout 3 years ago
tex0l b53f651b9c
Merge pull request #8 from seald/github-actions 3 years ago
mehdi 1e71d253f9 remove obsolete gitlab-ci.yml 3 years ago
mehdi 238369c306 try some undocumented syntax found in forums 3 years ago
mehdi b2f2f0e563 publish action 3 years ago
mehdi a400f87466 add browser tests 3 years ago
mehdi 501fd7e4e7 fix action trigger 3 years ago
mehdi 0b82e59845 node tests 3 years ago
mehdi d431b245dd test github actions 3 years ago
tex0l 1d8c88842b
Merge pull request #5 from eliot-akira/stream-files-by-line 3 years ago
mehdi 84e19ea94e 2.1.0-3 3 years ago
mehdi 8b984f1274 extract writeFileLines into its own function 3 years ago
mehdi 69604244d4 2.1.0-2 3 years ago
mehdi 3d42f30e34 changelog 3 years ago
Timothée Rebours 3fe1df29af fix package.json browser field & update changelog 3 years ago
Timothée Rebours cbfd31fdf4 changelog and contributors 3 years ago
mehdi 148d7c8215 fix error callbacks 3 years ago
mehdi 8c4f56a04a streaming write with `Readable.from` 3 years ago
eliot-akira 7404ee1bc2 Stream lines using setImmediate to ensure it doesn't block event loop 3 years ago
eliot-akira ba14f11949 Add final new line to align behavior with Node.js version 3 years ago
eliot-akira 437a841e72 Lint 3 years ago
eliot-akira af1d64f6c2 Write new line separately, instead of adding to line string 3 years ago
eliot-akira fc1d0e0aa3 Write file line by line when persisting cached database 3 years ago
eliot-akira 823db2a17e assert.deepStrictEqual instead of deepEqual 3 years ago
eliot-akira a610cf8cff treatRawData and treatRawStream: Get values more efficiently with Object.values 3 years ago
eliot-akira 0af674de2c Tests: Simplify getting local paths for test files 3 years ago
eliot-akira 225fe0fa3b Adapt tests from byline: Lint; Use assert from chai; Local paths for test files 3 years ago
eliot-akira 575f46c6ce Include tests for byline 3 years ago
eliot-akira a826a9c3e0 Align behavior of treatRawData and treatRawStream in handling last blank line; On error, result is null 3 years ago
eliot-akira af5c5d7611 Remove dependency on byline 3 years ago
eliot-akira 1cd3381c20 Handle error: For this test, it is expected to be *not* null 3 years ago
eliot-akira 6884f235dd Lint byline: Use strict equal; const instead of var; arrow function for this; Buffer.from instead of new Buffer 3 years ago
eliot-akira ec5f3ffb13 Include fork of byline library 3 years ago
eliot-akira 631d672af8 Return treated data even after corrupt threshold 3 years ago
eliot-akira 143a08edde Remove console.log from test 3 years ago