Skip to content

Releases: Fdawgs/node-unrtf

v5.0.1

30 Apr 12:39
b4042b0
Compare
Choose a tag to compare

5.0.1 (2024-04-30)

Continuous integration

  • ci: audit package signatures and provenance attestations (9966ace)
  • deps: bump wagoid/commitlint-github-action from 5 to 6 (#365) (8a16660)
  • use latest node lts version (172b71d)

Improvements

  • index: use slice() over startsWith() (054a0e5)

v5.0.0

12 Mar 16:32
8383f4d
Compare
Choose a tag to compare

5.0.0 (2024-03-12)

⚠ BREAKING CHANGES

  • index: unrtfPath and unrtfVersion fields can no longer be changed after class has been initialised

Dependencies

  • deps-dev: bump dev dependencies (b148274)
  • deps-dev: bump the commitlint group with 2 updates (#362) (37b420e)

Miscellaneous

  • ignore types dir (4378b45)
  • index: inline comment re export types (c6c4e02)
  • index: remove backticks from string (85bee42)
  • stop types being committed (0e1e412)

Continuous integration

  • cd: standardise @fdawgs cd workflows (3e34f52)
  • ci: standardise @fdawgs ci workflows (bdff8a4)
  • dependabot: add [@eslint-community](https://github.com/eslint-community) scoped deps to eslint group (0985f77)

Improvements

  • enable strict type checking (da3b3b4)
  • index: make unrtfPath and unrtfVersion fields private (e2c3c50)

Documentation

  • remove outdated api docs; refer to type defs instead (eb30adc)

v4.1.7

22 Feb 15:31
73551b8
Compare
Choose a tag to compare

4.1.7 (2024-02-22)

Dependencies

  • deps-dev: bump dev dependencies (598315a)
  • deps-dev: bump husky from 8.0.3 to 9.0.6 (#358) (ce62a47)
  • deps: bump semver from 7.5.4 to 7.6.0 (35d25c9)

Miscellaneous

  • .husky: migrate hooks to v9 style (d12a911)
  • .vscode: fix prettier.prettierPath setting (9542260)

Continuous integration

  • cd: use main environment for publish-npm job (014981c)
  • deps: bump actions/dependency-review-action from 3 to 4 (#357) (8533389)

Improvements

  • index: swap negated condition (ee06254)
  • index: use string.StartsWith() over regex.test() (d2e21d6)
  • index: use constant comparison order (1267519)

v4.1.6

24 Jan 13:02
0219e63
Compare
Choose a tag to compare

4.1.6 (2024-01-24)

Dependencies

  • deps-dev: bump dev dependencies (788cc97)

Miscellaneous

  • .vscode: use local prettier version (ffcf4ed)
  • scripts/license-checker: handle old license arrays or missing (ba2420d)
  • tsconfig: remove lib; target will be used in absence (168250f)

Continuous integration

v4.1.5

16 Jan 17:34
e8cb533
Compare
Choose a tag to compare

4.1.5 (2024-01-16)

Continuous integration

  • cd: set github package to public (c5fb131)

v4.1.4

16 Jan 17:26
ad93436
Compare
Choose a tag to compare

4.1.4 (2024-01-16)

Miscellaneous

  • package: fix repository structure (9a7a9bc)

Continuous integration

  • cd: add missing id-token for github package job (c9b7667)

v4.1.3

16 Jan 17:08
edbe134
Compare
Choose a tag to compare

4.1.3 (2024-01-16)

Dependencies

  • deps-dev: bump dev dependencies (1f4458e)

Miscellaneous

  • .prettierignore: ignore auto-generate types (7ea841d)
  • jsdoc comments must be complete sentences (d21ba63)
  • license: update license year (9546a48)
  • package: add lint:fix script (02f147d)
  • package: run lint:prettier in test script (4a22932)
  • use shared files from fdawgs/.github (264b1dd)

Continuous integration

  • automerge: optimise inline js scripts (cafd051)
  • cd: add github packages publish job (028bd85)
  • dependabot: ignore release-please-action major updates (8c78af3)
  • deps: bump actions/upload-artifact from 3 to 4 (#343) (85f2c54)
  • deps: bump github/codeql-action from 2 to 3 (#342) (43f4436)

Documentation

v4.1.2

29 Nov 17:02
2b307d6
Compare
Choose a tag to compare

4.1.2 (2023-11-29)

Dependencies

  • deps-dev: bump dev dependencies (162716c)
  • deps-dev: bump the commitlint group with 2 updates (#334) (1dd812d)
  • deps-dev: bump the eslint group with 1 update (#335) (6adc0a6)
  • deps-dev: remove broken eslint-plugin-security-node (45e8dcb)

Miscellaneous

  • index: add inline comment explaining regex cache (5a33b91)

Continuous integration

  • deps: bump actions/github-script from 6 to 7 (#337) (31972e5)
  • deps: bump actions/setup-node from 3 to 4 (#333) (1794f54)

Documentation

  • readme: fix broken ci badge link (ba00408)
  • readme: fix npm badge (ec9d90e)
  • readme: update examples (26f5fcb)

v4.1.1

23 Oct 12:14
90b9d17
Compare
Choose a tag to compare

4.1.1 (2023-10-23)

Dependencies

  • deps-dev: add eslint-community/eslint-plugin-eslint-comments (5e28633)

Miscellaneous

  • .vscode: add github-markdown-preview to recommended extension (f1d98f8)
  • .vscode: add gitlens to recommended extensions (879578f)
  • scripts/license-checker: update link to deprecated list (46ffc53)
  • tsconfig: use es2022 lib (504bc84)

Improvements

  • index: cache regex literals (eb46c0c)

Documentation

  • readme: remove section re passing bin path for unix installs (99b59d7)

v4.1.0

25 Sep 07:40
18d2a9a
Compare
Choose a tag to compare

4.1.0 (2023-09-25)

Features

  • index: use binary from path env variable if not passed as param (402289b)

Dependencies

  • deps-dev: bump eslint from 8.49.0 to 8.50.0 (9c0c7fd)

Improvements

  • index: check bin version once on class init, not every func call (1085984)
  • index: create acceptedOptions obj on init, not every func call (4a9816b)