Skip to content

Releases: jednano/linez

v4.0.0

30 Jul 20:23
Compare
Choose a tag to compare

Dropped Node 0.10 support.

v2.0.0

10 Mar 10:25
Compare
Choose a tag to compare

linez can now be called directly:

var linez = require('linez');
var doc = linez('foobar');

Release 1.0.3

16 Mar 19:46
Compare
Choose a tag to compare

Newlines are now configured with the configure method, like so:

linez.configure({
  newlines: ['\n', '\r\n']
});

The following classes and interfaces are now made available:

  • Document
  • ILine
  • IOptions

v0.1.1

07 Mar 15:07
Compare
Choose a tag to compare
Version bump: v0.1.1

Initial Release

06 Mar 05:41
Compare
Choose a tag to compare

Supports simple line parsing, while preserving line numbers, offsets and endings.