Skip to content

Releases: Fdawgs/node-unrtf

v3.0.0

09 Aug 06:57
7f5697b
Compare
Choose a tag to compare

3.0.0 (2022-08-09)

⚠ BREAKING CHANGES

  • drop support for EOL node 12

Miscellaneous

  • .gitignore: use latest github ignore template (cbf460d)
  • .npmrc: disable package-lock generation (#219) (fadab12)
  • .prettierignore: add new paths from .gitignore (999cb48)
  • drop support for node 12 (#222) (f8289a2)
  • ignore pnpm lock file (e7d4d64)

Dependencies

  • .npmignore: add documentation; reduce package size by ~33.2% (#220) (3b9f772)
  • dependabot: increase open-pull-requests-limit from 5 to 20 (1de18cb)
  • deps: bump actions/dependency-review-action from 1 to 2 (#217) (6d06a02)
  • deps: bump dependencies (#223) (4af18b4)
  • deps: bump wagoid/commitlint-github-action from 4 to 5 (#216) (58679bf)

v2.0.9

04 Jun 09:51
ebef28e
Compare
Choose a tag to compare

2.0.9 (2022-06-04)

Miscellaneous

  • .github/funding: remove unused keys (c76b454)
  • .github: add FUNDING.yml (5f0d22f)

Dependencies

  • .npmignore: ignore tsconfig.json (1539079)
  • .npmignore: ignore support files; reduce package size by ~73% (01f9e6f)

v2.0.8

01 Jun 06:30
017a8ca
Compare
Choose a tag to compare

2.0.8 (2022-06-01)

Documentation

Miscellaneous

  • .eslintrc: enable plugin:jest/style rules (#200) (b1af9ca)
  • .github/codeql-config: remove quotation marks (7062f47)
  • bug_report: use node 18 as placeholder for node-version (39eb3b6)
  • ci: remove quotation marks from step name (03554a3)
  • index: update constructor jsdoc param tag (#189) (3abc92a)
  • scripts: remove redundant gitkraken fix from prepare script (758bce0)
  • scripts: use shorter arg aliases; remove debugging args from jest (eb83f38)
  • use npm install alias (26e9fdd)

Continuous Integration

  • add dependency-review job (0c42629)
  • add job step names, workflow comments, and whitespace (10d24d8)
  • automerge: fix context (ba623e0)
  • automerge: squash automerge prs (#190) (7afcfb8)
  • cd: update org name for release-please-action (a640ab2)
  • cd: use lts/* for node setup in release job (ab4d5ff)
  • check user.login is dependabot instead of actor (#202) (9178aec)
  • ci: add node 18 to test matrix (#201) (870d7d7)
  • ci: require unit-tests job to pass for save-pr-number job to run (438652b)
  • ci: use lts/* for node setup in lint job (98cb0c3)
  • ci: use node-version for node matrix key (b3e4bdc)
  • codeql-analysis: remove unused autobuild step (5913103)
  • codeql: grant minimum permissions to run; rename file (#186) (47379f6)
  • codeql: only run on pr changes to .html, .js, and .yml files (09733fb)
  • codeql: resolve missing analyses (5fbd4b6)
  • codeql: specify which files to scan during analysis (c4a7a0f)
  • link-check: fix skip regex (48da5ac)
  • link-check: replace npx linkinator call with github action (983c25e)
  • only save pr number artifact for dependabot (d66ce1c)
  • only trigger dependency-review on pr (6347c11)
  • reduce workflow permissions to minimum (bb640f2)
  • remove git credentials after checkout (#205) (c4c4751)
  • replace workflow-run-cleanup-action with github concurrency (fd31220)

Dependencies

  • deps-dev: bump @commitlint/cli from 16.3.0 to 17.0.1 (#209) (e09053c)
  • deps-dev: bump @commitlint/config-conventional (#207) (aa1eee8)
  • deps-dev: bump eslint-plugin-jsdoc from 37.9.7 to 38.0.6 (1184217)
  • deps-dev: bump eslint-plugin-jsdoc from 38.1.6 to 39.2.9 (#198) (7bcab92)
  • deps-dev: bump husky from 7.0.4 to 8.0.1 (#208) (e79ae3e)
  • deps-dev: bump jest from 27.5.1 to 28.0.3 (#197) (0684645)
  • deps: bump actions/checkout from 2 to 3 (af36dea)
  • deps: bump actions/upload-artifact from 2 to 3 (#196) (0a365b3)
  • deps: bump github/codeql-action from 1 to 2 (#195) (96392b2)
  • deps: bump minor and hotfix versions (#210) (fd18299)

v2.0.7

25 Feb 13:33
5420722
Compare
Choose a tag to compare

2.0.7 (2022-02-25)

Bug Fixes

  • index: use spawn for larger stream results (#181) (14515f2)

Documentation

  • contributing: add mention of husky pre-commit hook (4a006fd)
  • contributing: add step for lint:licenses script (#166) (54a54f5)
  • readme: add windows binary known issues section (#165) (06b9b1b)

Continuous Integration

Miscellaneous

  • .github: remove trailing whitespace (5a9a431)
  • turn off security/detect-object-injection eslint rule (#162) (9fde2cf)

Dependencies

  • dependabot: ignore minor and patch commit-lint updates (#175) (0443af1)
  • dependabot: ignore minor and patch release-please-action updates (#164) (edd4c69)
  • dependabot: major tags no longer need ignore support (240be7b)
  • dependabot: use default open-pull-requests-limit value (d7e2723)
  • deps-dev: bump @commitlint/cli from 15.0.0 to 16.0.1 (8c86caa)
  • deps-dev: bump @commitlint/config-conventional (a7974fb)
  • deps-dev: bump dev dependencies (7c244dd)
  • deps-dev: bump eslint from 7.32.0 to 8.7.0 (9c7954b)
  • deps-dev: bump eslint-plugin-jest from 25.7.0 to 26.0.0 (67fc04d)
  • deps-dev: bump eslint-plugin-promise from 5.2.0 to 6.0.0 (9b249c3)
  • deps-dev: bump prettier from 2.5.0 to 2.5.1 (3fbe274)
  • deps: bump actions/github-script from 5 to 6 (f8af51e)
  • deps: bump actions/setup-node from 2 to 3 (ad9d0df)
  • deps: bump GoogleCloudPlatform/release-please-action from 2 to 3 (165b2ab)

v2.0.6

02 Dec 11:57
7cfba77
Compare
Choose a tag to compare

Bug Fixes

  • index: do not assume win32 usage for binaries (bbd50d8)

Continuous Integration

  • ci: do not run clean-up on draft prs (f0105cf)
  • spell-check: do not run on draft prs (f4705c2)
  • trigger workflows when drafts marked as "ready to review" (#148) (4fc27d5)

Documentation

Miscellaneous

Improvements

  • index: remove unused conditional; all options are binary (#157) (d563d23)

Dependencies

  • dependabot: ignore minor and patch github-actions updates (#149) (5994571)
  • deps-dev: bump @commitlint/cli from 14.1.0 to 15.0.0 (1d6e73a)
  • deps-dev: bump @commitlint/config-conventional (46b55b7)
  • deps-dev: bump dev dependencies (#161) (8ef1863)
  • deps-dev: bump eslint-config-airbnb-base from 14.2.1 to 15.0.0 (6659063)
  • deps-dev: bump prettier from 2.4.1 to 2.5.0 (8d98289)
  • deps: bump GoogleCloudPlatform/release-please-action (21f0d71)

v2.0.5

08 Nov 07:55
10b1256
Compare
Choose a tag to compare

Bug Fixes

  • index: normalize binPath constructor param (#145) (81e2863)

Dependencies

  • deps-dev: bump @commitlint/cli from 13.2.1 to 14.1.0 (a289044)
  • deps-dev: bump @commitlint/config-conventional (c5990e5)
  • deps: bump actions/checkout from 2.3.4 to 2.3.5 (6940cbe)
  • deps: bump GoogleCloudPlatform/release-please-action (70e5b66)
  • deps: bump wagoid/commitlint-github-action from 4.1.5 to 4.1.9 (de5ab57)

Miscellaneous

  • .prettierrc: only enable bracketSameLine for html (#142) (529f0e8)

Continuous Integration

v2.0.4

29 Oct 08:55
aa95c86
Compare
Choose a tag to compare

Miscellaneous

v2.0.3

29 Oct 08:38
528c204
Compare
Choose a tag to compare

Continuous Integration

  • automerge: update location of octokit rest methods (853455e)
  • ci: revert to workflow-run-clean-action from github concurrency (010965e)

Miscellaneous

  • .eslintrc: remove inaccurate sourcetype (#128) (6b9bd44)
  • .eslintrc: remove redundant impliedStrict option (#131) (6e1d15f)
  • .eslintrc: set correct ecmascript version (#118) (1e0913c)
  • .husky/.gitignore: remove now redundant file (4c805bd)
  • .npmignore: add API.md (#120) (acf9589)
  • .prettierrc: enable bracketsameline option (bfde76d)
  • .prettierrc: override defaults for html, css, and scss files (#119) (c3cc50e)
  • .vscode: add mhutchie.git-graph extension (e4fa7e4)
  • .vscode: remove deprecated settings (#129) (a09bb79)
  • disable irrelevant eslint rules (#130) (1542272)

Documentation

Dependencies

  • deps-dev: add eslint-plugin-security-node (#121) (71ed617)
  • deps-dev: bump dev dependencies (9fe5ece)
  • deps-dev: bump prettier from 2.3.2 to 2.4.1 (9caa2bc)
  • deps: bump actions/setup-node from 2.4.0 to 2.4.1 (12c1d2c)
  • deps: bump file-type from 16.5.0 to 16.5.3 (f7246ba)
  • deps: bump GoogleCloudPlatform/release-please-action (40836ed)
  • deps: bump semver from 7.3.4 to 7.3.5 (f15e0a5)
  • deps: bump wagoid/commitlint-github-action from 4.1.1 to 4.1.5 (4bba7ee)

v2.0.2

06 Sep 07:00
d890a8c
Compare
Choose a tag to compare

Documentation

Miscellaneous

  • .github: use new YAML configured GitHub issue forms (#113) (1ebfbd5)
  • vscode: disable red hat telemetry (8b4caad)
  • vscode: remove user space config setting (a86bb2f)

Continuous Integration

  • ci: disable homebrew analytics for macos builds (#101) (de448c3)
  • ci: replace workflow-run-cleanup-action with github concurrency (#114) (15f202c)
  • link-check: reduce frequency from daily to monthly (#95) (42f60b8)

Dependencies

  • add .npmignore; reduce package size from 1.2MB to 117.2kB (#115) (0484881)
  • deps-dev: bump @commitlint/cli from 12.1.4 to 13.1.0 (0f0a344)
  • deps-dev: bump @commitlint/config-conventional (a195be4)
  • deps-dev: bump eslint-plugin-jsdoc from 35.5.1 to 36.0.6 (55eb347)
  • deps-dev: bump husky from 6.0.0 to 7.0.0 (07b37d7)
  • deps-dev: bump prettier from 2.3.1 to 2.3.2 (5d59e46)
  • deps: bump actions/github-script from 4.0.2 to 4.1 (c0c97ff)
  • deps: bump actions/setup-node from 2.1.5 to 2.2.0 (fc0ff51)
  • deps: bump actions/setup-node from 2.2.0 to 2.3.0 (09bbcd6)
  • deps: bump actions/setup-node from 2.3.0 to 2.4.0 (261513f)
  • deps: bump actions/upload-artifact from 2.2.3 to 2.2.4 (00e3c19)
  • deps: bump coverallsapp/github-action from 1.1.2 to 1.1.3 (d6f6386)
  • deps: bump GoogleCloudPlatform/release-please-action (745c5d1)
  • deps: bump wagoid/commitlint-github-action from 3.1.4 to 4.1.1 (b48d588)

v2.0.1

15 Jun 12:39
Compare
Choose a tag to compare

Bug Fixes

  • index: normalize file paths (#89) (9660cce)
  • index: throw error if file param is not rtf (e3552bb)

Documentation

  • readme: remove repetition (08758ff)

Miscellaneous

  • ci: replace node-version key with shorter node (#80) (6beeef2)
  • workflows: remove stale.yml (e914a39)

Continuous Integration

  • cd: move perf optimizations and refactoring into same section (7ab68ec)
  • fix key usage in action/setup-node (d3ddf47)

Dependencies

  • deps-dev: bump eslint-plugin-jsdoc from 33.3.0 to 35.1.2 (bb5f80e)
  • deps-dev: bump jest from 26.6.3 to 27.0.3 (ff94919)
  • deps-dev: bump prettier from 2.2.1 to 2.3.0 (61478d5)
  • deps-dev: bump prettier from 2.3.0 to 2.3.1 (538a5a4)
  • deps: bump GoogleCloudPlatform/release-please-action (671e4e0)
  • deps: bump wagoid/commitlint-github-action from 3.1.0 to 3.1.4 (da1c9a1)