Skip to content

Releases: sharpart555/nexline

1.2.2 Release (2021-01-02)

02 Jan 02:13
1dfb5f1
Compare
Choose a tag to compare
  • Bumps lodash.merge from 4.6.1 to 4.6.2. (#39)
  • Support typescript
  • Update README.md

1.2.1 Release (2020-07-26)

26 Jul 06:22
944d650
Compare
Choose a tag to compare
  • Bumps lodash from 4.17.11 to 4.17.19 by dependabot (#37)
  • Update README.md

1.2.0 Release (2020-02-22)

22 Feb 14:37
dcb0510
Compare
Choose a tag to compare
  • Make nexline iterable
  • Separate test for node 8
  • Add npm publish workflow
  • Update README.md

1.1.2 Release (2020-02-18)

18 Feb 23:42
8d739f6
Compare
Choose a tag to compare
  • Fix: [#27] Reading a line at the end of the file silently crashes instead of returning null
  • Improve: Test cases
  • Improve: Replace Circle CI to Github Workflow

1.1.1 Release (2019-11-24)

24 Nov 13:14
b3f65c6
Compare
Choose a tag to compare

[#22] Remove stream read timeout

1.1.0 Release (2019-07-22)

22 Jul 12:43
e13ce86
Compare
Choose a tag to compare
  • Add close() method

1.0.1 Release (2019-07-22)

21 Jul 15:18
774b468
Compare
Choose a tag to compare
  • Add autoCloseFile option
  • Update devDependencies
  • Refactor code

1.0.0 Release (2019-07-21)

21 Jul 04:37
7a9d290
Compare
Choose a tag to compare
  • Support reverse mode.
  • Support file descriptor as input
  • Change line separator default value from ['\n', '\r\n'] to '\n' for performance
    • Still support both CRLF and LF, just set lineSeparator: ['\n', '\r\n']
  • Optimize performance and memory usage

0.3.4 Release (2019-07-02)

01 Jul 16:17
f01f61b
Compare
Choose a tag to compare
  • Fix an issue where multibyte character possibly get broken
  • Fix an issue where event listener is not removed from stream
  • Add CircleCI
  • Add test case

0.3.3 Release (2019-06-30)

30 Jun 06:50
b4611c1
Compare
Choose a tag to compare
  • Fix ESLint error
  • Cleanup code