Skip to content

Releases: Fdawgs/node-unrtf

v3.1.3

13 May 16:17
54f3f9f
Compare
Choose a tag to compare

3.1.3 (2023-05-13)

Miscellaneous

  • index: state default output if no output* options passed (639fcda)
  • scripts/license-checker: resolve eslint jsdoc warning (#279) (ed2b694)

Bug fixes

  • index: do not pass false boolean options to binary (44fddd2)

Dependencies

  • deps-dev: bump eslint-plugin-jsdoc from 43.2.0 to 44.2.3 (#284) (96cf2e2)
  • deps: bump semver from 7.3.8 to 7.5.1 (#282) (784d186)

v3.1.2

24 Apr 09:25
e536a68
Compare
Choose a tag to compare

3.1.2 (2023-04-24)

Miscellaneous

  • .prettierrc: enable arrowParens option (#274) (93598f6)
  • index: remove redundant eslint comments (#271) (095cb26)

Dependencies

  • deps-dev: bump eslint-plugin-jsdoc from 40.3.0 to 43.0.7 (#276) (4d6224a)

Continuous integration

  • cd: publish to npm with provenance (#278) (88ff6d0)
  • ci: add node 20 to test matrix (#277) (7df7c7b)
  • deps: bump coverallsapp/github-action from 2.0.0 to 2.1.2 (#275) (caad54e)

v3.1.1

01 Apr 07:49
5489c58
Compare
Choose a tag to compare

3.1.1 (2023-03-31)

Miscellaneous

  • ignore bun lockfile (#258) (414bb45)
  • index: remove redundant async keywords (#262) (d4e0ac0)
  • package: add funding url (a7e5ee7)
  • scripts: add eslint rule file (c02487f)
  • scripts: remove redundant export (931c586)
  • scripts: use js script to check licenses (#260) (3f69505)

Documentation

  • contributing: add link to conventional config (#265) (73a8fb8)

Continuous integration

  • dependabot: change commit message prefix for gh actions to ci (#264) (23b4631)
  • dependabot: ignore esm major versions (#263) (0e12e21)
  • deps: bump coverallsapp/github-action from 1.2.4 to 2.0.0 (#266) (4c4c7ee)

Improvements

  • index: remove blocking fs.existsSync() call (#261) (2c3efd9)
  • index: remove redundant multi line regex flag (#269) (b8b6fa2)

Dependencies

  • deps-dev: bump dev dependencies (9a967fa)
  • deps-dev: bump typescript from 4.9.5 to 5.0.2 (#267) (4679b8e)
  • deps: bump coverallsapp/github-action from 1.1.3 to 1.2.3 (#256) (3fbf0d4)
  • deps: bump coverallsapp/github-action from 1.2.3 to 1.2.4 (#257) (1a5ff13)

v3.1.0

21 Feb 09:27
2ea1c09
Compare
Choose a tag to compare

3.1.0 (2023-02-20)

Features

Documentation

  • api: remove parseOptions() private method (#253) (6412a92)

Miscellaneous

  • index: remove jsdoc type from parseOptions() (a19a76e)

Improvements

  • index: do not return empty error message on rejection (88c92c5)

v3.0.6

13 Feb 09:31
330c245
Compare
Choose a tag to compare

3.0.6 (2023-02-13)

Documentation

  • readme: rename intro to overview (9145985)

Continuous integration

  • cd: use sentence case for changelog headings (49b64e2)

Dependencies

  • deps-dev: bump dev dependencies (283b042)

Miscellaneous

  • rename master branch to main (#250) (1de78ad)
  • use sentence case over ap style for titles and headings (eef9ac5)

v3.0.5

31 Jan 18:40
535ab01
Compare
Choose a tag to compare

3.0.5 (2023-01-31)

Miscellaneous

Documentation

  • readme: add note re windows binary (1032a12)
  • readme: fix linux path example (#242) (4210dfd)
  • readme: remove fluff (9f7240b)

Dependencies

  • deps-dev: bump dev dependencies (860a394)
  • deps: replace file-type with native functionality (148ee6e)

v3.0.4

13 Jan 10:15
63918f1
Compare
Choose a tag to compare

3.0.4 (2023-01-13)

Miscellaneous

  • license: update license year (e77850e)

Documentation

  • contributing: update min node version (d0b3ef7)
  • grammar and clarity fixes (ce7a89f)

Dependencies

  • deps-dev: bump dev dependencies (e81d337)
  • deps-dev: bump jsdoc-to-markdown from 7.1.1 to 8.0.0 (#238) (e8eeced)
  • deps: bump actions/dependency-review-action from 2 to 3 (#237) (3616a3f)

Improvements

  • index: convert parseOptions() internal func to sync (39d24e2)
  • index: remove catch rethrowing errors (#241) (907902f)

v3.0.3

25 Oct 12:22
80eac99
Compare
Choose a tag to compare

3.0.3 (2022-10-25)

Continuous Integration

  • cd: fix typescript def gen (931b986)

v3.0.2

25 Oct 12:06
afa2d77
Compare
Choose a tag to compare

3.0.2 (2022-10-25)

Miscellaneous

Continuous Integration

  • cd: gen typescript definitions before publishing (21e0b85)
  • cd: remove dev values from package.json (49a022d)

Dependencies

  • deps-dev: bump dev dependencies (8cd7042)
  • deps: bump semver from 7.3.7 to 7.3.8 (bdf759c)

v3.0.1

03 Oct 07:45
196cfd3
Compare
Choose a tag to compare

3.0.1 (2022-10-03)

Documentation

  • readme: remove redundant statement (58f2f60)
  • use shorter urls; remove yarn install guidance (be81d59)

Miscellaneous

  • .husky: shell path and arg updates (#224) (9fd65dd)
  • .npmignore: reduce entries (c3dd237)
  • .vscode/extensions: remove unmaintained extension (a6d6f49)
  • *.ignore: add clinicjs directory (8ee7d00)
  • import destructuring (#230) (80e4748)
  • LICENSE: remove trailing whitespace (ca8cb7d)
  • prefer object destructuring (#232) (abaa7dd)

Dependencies

  • deps-dev: bump dev dependencies (c0b587b)
  • deps-dev: bump eslint-plugin-jest from 26.9.0 to 27.0.1 (#226) (f7e67b6)
  • deps-dev: bump jest from 28.1.3 to 29.0.1 (#227) (c1cffa3)