Skip to content

Latest commit

 

History

History
44 lines (21 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

44 lines (21 loc) · 2.03 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.1 (2019-01-08)

Bug Fixes

  • interpreter: avoid finish callback after err (#14) (2882b17), closes #13
  • interpreter: Unknown RTF command error (#16) (63314fe), closes #13

1.3.0 (2018-07-08)

Bug Fixes

  • nulls: If a file is null terminated, don't emit the null (7eee9a2), closes #5

Features

  • fragments: Add RTF fragment support (a3fb225), closes #8
  • line: Add support for rtf \line command (1ebda17), closes #9

1.2.0 (2018-07-07)

Bug Fixes

  • unicode: Allow for interpretation of signed integers (e27780e), closes #12

Features

  • cp932: Add support for code page 932 (#11) (8dc793f)
  • fonttbl: support groups in fonttbl (#10) (b6c0f37)