Skip to content

Releases: jedwards1211/parse-segment

v1.5.4

Choose a tag to compare

@jedwards1211 jedwards1211 released this 26 Aug 02:43

1.5.4 (2024-08-26)

Bug Fixes

  • remove os and es6-error deps, convert to typescript (f877c56)

v1.5.3

Choose a tag to compare

@jedwards1211 jedwards1211 released this 04 Jan 23:56

1.5.3 (2020-01-04)

Bug Fixes

  • Segment: fix .trim() bug (2c615b9)

v1.5.2

Choose a tag to compare

@jedwards1211 jedwards1211 released this 24 Nov 02:09

1.5.2 (2019-11-24)

Bug Fixes

  • SegmentParser.d.ts: fix errors (f0c45ce)

v1.5.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 23 Nov 21:33

1.5.1 (2019-11-23)

Bug Fixes

v1.5.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 23 Nov 21:31

1.5.0 (2019-11-23)

Features

  • add TypeScript definitions (559e2f7)

v1.4.4

Choose a tag to compare

@jedwards1211 jedwards1211 released this 01 Mar 04:41

1.4.4 (2019-03-01)

Bug Fixes

  • Segment: fix performance problems (0a5aebe)

v1.4.3

Choose a tag to compare

@jedwards1211 jedwards1211 released this 28 Feb 08:27

1.4.3 (2019-02-28)

Bug Fixes

  • SegmentParser: use sticky flag to improve performance (b20176a)

v1.4.2

Choose a tag to compare

@jedwards1211 jedwards1211 released this 28 Feb 04:58

1.4.2 (2019-02-28)

Bug Fixes

  • Segment.substring: fix bug in optimization (4768ac9)

v1.4.1

Choose a tag to compare

@jedwards1211 jedwards1211 released this 28 Feb 04:33

1.4.1 (2019-02-28)

Bug Fixes

  • Segment.substring: optimize performance of successive substring operations (ae4caca)

v1.4.0

Choose a tag to compare

@jedwards1211 jedwards1211 released this 28 Feb 01:09

1.4.0 (2019-02-28)

Features

  • SegmentParser: create currentChar, isAtEnd, isAtEndOfLine (10a6688)