node-unrtf

Asynchronous node.js wrapper for the UnRTF RTF conversion program

MIT License

Downloads
4.1K
Stars
4
Committers
3

Bot releases are hidden (Show)

node-unrtf -

Published by Fdawgs almost 4 years ago

  • build: add typoci config file (673d667)
  • build: remove yarn as package manager, revert to npm (92bfa05)
  • build(deps-dev): bump eslint-plugin-jsdoc from 30.7.13 to 31.0.7 (#26) (3a385b0), closes #26
  • fix: remove lockfile (3f1f06f)
  • fix: script calls (92c1d12)
  • ci: ignore scripts on publish (51bbc50)
  • ci: remove redundant javascript dictionary (5bb970f)
  • ci(typo-ci): add ydh to list of excluded words (ce0dd7d)
  • chore(package): add homepage and bug urls (0296e85)
  • docs: update contact email (b1ab606)
  • docs(contributing): update yarn link (e1c4bc0)
node-unrtf -

Published by Fdawgs almost 4 years ago

  • build(deps-dev): bump eslint from 7.16.0 to 7.17.0 (#23) (906057f), closes #23
  • build(deps-dev): bump eslint-plugin-jsdoc from 30.7.9 to 30.7.13 (#22) (3a6a54c), closes #22
  • build(deps-dev): remove cross-env (3fb81e4)
  • ci: refactor codeql-analysis.yml (ed2cf30)
  • ci: use yarn cache of node dependencies if present (fe7171a)
  • ci(codeql): specify more query suites (0bf1d99)
  • chore: remove old .env files from gitignore (1fcc8dd)
  • docs(readme): update examples (22d5943)
  • test(index): function with no options param passed (72c97af)
  • refactor(index): remove unused default branch (aee6c76)
  • style(ci): tidy job names (78bc55e)
node-unrtf -

Published by Fdawgs almost 4 years ago

  • build: update github-actions with dependabot (e905020)
  • build(deps-dev): bump cross-env from 7.0.2 to 7.0.3 (3c99ec3)
  • build(deps-dev): bump eslint from 7.14.0 to 7.16.0 (96b903f)
  • build(deps-dev): bump eslint-config-prettier from 6.15.0 to 7.1.0 (a9c02e6)
  • build(deps-dev): bump eslint-plugin-jsdoc from 30.7.8 to 30.7.9 (#14) (ff9c9d2), closes #14
  • build(deps-dev): bump typescript from 4.1.2 to 4.1.3 (#16) (372bd4b), closes #16
  • build(deps-dev): remove eslint-plugin-json (ae41058)
  • build(deps): bump fastify/github-action-merge-dependabot (#13) (dbda5ae), closes #13
  • build(typescript): enable strict option (4c5344a)
  • docs(contributing): update prettier script (c2df110)
  • docs(readme): remove abbreviation (cca9eb4)
  • ci: add linting job; expand scope of jobs (2abbfc1)
  • ci: automatically merge dependabot pull requests on pass build stage (3c7b40a)
  • ci: bump actions/setup-node from v1 to v2 (3ec3d8b)
  • ci: freeze yarn lockfile on publish (65135d6)
  • ci: merge unit test jobs (4fe02c8)
  • ci: move dependency installs to correct step (5bf2bd9)
  • ci: require lint job on automerge (ab41541)
  • style: use default prettier options for trailing commas and quotes (c4f9fad)
  • fix(scripts): test script (b5a59e0)
  • chore: add stale confg (777a58e)
  • chore(scripts): rename test scripts (e0cee9f)
node-unrtf -

Published by Fdawgs almost 4 years ago

  • build(deps-dev): bump dev dependencies (25a4bb4)
  • chore: add security.md (821352e)
  • ci: add cd action to publish to npm (709bef7)
  • ci: replace travis-ci with github actions (70d23d8)
node-unrtf -

Published by Fdawgs almost 4 years ago

  • build(deps-dev): bump dev dependencies (2e96ea0)
  • fix(index): return promise objects (863d9f7)
  • docs(index): correct return jsdoc tag for parseoptions function (59bb581)
  • refactor(index): concat invalid args provided into error object (dd1084e)
  • chore(index): rename const to reflect functionality (a0624e9)
node-unrtf -

Published by Fdawgs almost 4 years ago

  • build(deps-dev): bump dev dependencies (79e05f9)
  • docs: grammar and spelling fixes (f5fb9e3)
  • fix(index): check file exists before attempting to parse (41daf30)
node-unrtf -

Published by Fdawgs almost 4 years ago

  • build(deps-dev): bump dev dependencies (cf5cd8b)
  • ci(travis): add npm deploy stage (d194055)
  • fix(index): catch empty file vars before unrtf parses them (789afbd)
node-unrtf -

Published by Fdawgs almost 4 years ago

  • build(deps-dev): bump dev dependencies (dd3f926)
  • refactor(index): move optional option param for convert function to end (02b95a9)
  • chore(scripts): do not lint ts and tsx files (f40b335)
  • feat(index): add typescript definitions (e2203a6)

BREAKING CHANGE

  • usage of convert(option, file) should be replaced with convert(file, option)
node-unrtf -

Published by Fdawgs almost 4 years ago

  • docs: add api docs and examples (59f1fc3)
  • docs(index): add note to jsdoc tags about select options errors (d1d9964)
  • docs(index): clarify on required unrtf binary version (2c74019)
  • docs(readme): add osx usage instructions (2b64327)
  • tests: add more complex test rtf file (20ed0c6)
  • tests(index): extend tests (9386e78)
  • tests(index): remove broken vt test (a7ac427)
  • build(deps-dev): add is-html to test html responses (c03e25d)
  • ci(travis): add osx test stage (53f9c34)
  • chore: move travis file to root (6158b29)
  • feat(index): add support for output for ps and wpml formats (df88f2b)