docsmith

RESTful API for converting clinical documents and files

MIT License

Stars
20
Committers
4

Bot releases are hidden (Show)

docsmith -

Published by Fdawgs over 3 years ago

  • docs: shorten links (a02f9f6)
  • docs(contributing): add documentation style (3a42706)
  • docs(readme): add ignore scripts arg (8b08fed)
  • build(deps-dev): add husky for git hook handling (1821d58)
  • build(deps-dev): bump autocannon from 7.0.3 to 7.0.4 (#40) (02a6605), closes #40
  • build(deps-dev): bump eslint from 7.19.0 to 7.20.0 (#36) (c57f1b6), closes #36
  • build(deps-dev): bump eslint-plugin-jest from 24.1.3 to 24.1.5 (#41) (f9d32e3), closes #41
  • build(deps-dev): bump eslint-plugin-jsdoc from 31.6.0 to 32.0.2 (#42) (ff5a089), closes #42
  • build(deps-dev): bump eslint-plugin-promise from 4.2.1 to 4.3.1 (#30) (35bcaba), closes #30
  • build(deps-dev): bump faker from 5.2.0 to 5.4.0 (#34) (6aec6cb), closes #34
  • build(deps-dev): bump pino-pretty from 4.4.0 to 4.5.0 (a4a96b8)
  • build(deps-dev): pin husky major version (d8d0978)
  • build(deps): bump actions/cache from v2 to v2.1.4 (#26) (d5a4712), closes #26
  • build(deps): bump env-schema from 2.0.1 to 2.1.0 (#37) (6848454), closes #37
  • build(deps): bump fastify from 3.11.0 to 3.12.0 (#29) (b1d774b), closes #29
  • build(deps): bump fastify-bearer-auth from 5.0.2 to 5.1.0 (#31) (49114f4), closes #31
  • build(deps): bump fastify-disablecache from 1.0.3 to 1.0.4 (#28) (77fa32f), closes #28
  • build(deps): bump fastify-swagger from 4.0.1 to 4.3.1 (#35) (f036727), closes #35
  • build(deps): bump node-poppler from 2.2.0 to 2.2.1 (#32) (fe21146), closes #32
  • build(deps): bump pino from 6.11.0 to 6.11.1 (#33) (d5af6ff), closes #33
  • build(deps): bump wagoid/commitlint-github-action from v2.0.3 to v2.2.4 (#43) (3de0718), closes #43
  • chore: add bsd to list of allowed licenses (c031ba9)
  • chore: add documentation style link to pr template (e47b7f6)
  • chore(scripts): ignore dependency with broken license value (6162005)
  • chore(vscode): add redhat.vscode-yaml as recommended extension (bfd2ca5)
  • chore(vscode): add updateImportsOnFileMove setting (920c35b)
  • chore(vscode): add workspace settings and extensions (7e87ab9)
  • ci: add commit-lint job (7030396)
  • ci: replace typo ci app with action (2afa517)
  • ci(dependabot): ignore husky updates (1a70ed0)
  • style(readme): add linebreaks between badges (8c3231c)
docsmith -

Published by Fdawgs over 3 years ago

  • chore: add basic route (179cac8)
  • chore: add config and template files (42f6f20)
  • chore: add encoding to config; add packages etc (b5cfd8a)
  • chore: add operationid to healthcheck route schema (f066230)
  • chore: add pull request template (ceff283)
  • chore: fix repo description (7353f96)
  • chore: set allowed list of licenses (7c3f26e)
  • chore: stop excess coverage files being generated (ab2ae1f)
  • chore(package): add homepage and bug urls (7cd4af8)
  • chore(pm2): use repo name for pm2 instance name (35e07ca)
  • style: capitalise headings (18a0f9f)
  • style(scripts): rename jest-coverage to jest:coverage (dd5aef8)
  • style(tests): use apa header style for describe name params (be3f9a2)
  • feat: add env template and env config parser (3be2a31)
  • feat(config): allow configurable cors headers (ccd29fe)
  • feat(plugins): add embedhtmlimages decorator plugin (573513d)
  • feat(plugins): add pdftohtml pre-handler plugin (bcca135)
  • feat(plugins): add tidycss decorator plugin (0866e35)
  • feat(plugins): add tidyhtml decorator plugin (b2ea48e)
  • feat(routes): add healthcheck route (f49894b)
  • feat(src): add app and server (0a68a6d)
  • test(plugins/embed-html-images): add check for non-embedded images (b96f97d)
  • fix(config): stop rotatinglogstream flooding stdout (f6debe0)
  • fix(plugins/pdf-to-html): add win1252 value fixer (d2445e1)
  • fix(routes/healthcheck): eslint warnings (14b897f)
  • refactor(config): update openapi docs from v2.*.* to v3.*.* (9936aec)
  • refactor(server): use default helmet referrer policy (ef384a4)
  • ci: add ci workflow (000cc8c)
  • ci: add codeql-analysis workflow (098a3ea)
  • ci: add linux and macos installs (f4e92c9)
  • ci(typo-ci): add ydh to list of excluded words (97f6f5d)
  • docs: bump coc from v1.4.0 to v2.0.0 (798d906)
  • docs: update contact email (871ba6d)
  • docs(readme): add deployment steps (e9d2d14)
  • docs(readme): fix spacing (ace2613)
  • docs(readme): remove superfluous text in pm2 install instructions (95883eb)
  • build: remove yarn as package manager, revert to npm (a418176)
  • build(deps-dev): bump autocannon from 7.0.1 to 7.0.3 (abceee7)
  • build(deps-dev): bump eslint from 7.18.0 to 7.19.0 (a1e60a5)
  • build(deps-dev): bump eslint-config-prettier from 7.1.0 to 7.2.0 (6ce2ffd)
  • build(deps-dev): bump eslint-plugin-jsdoc from 31.0.6 to 31.6.0 (e22df68)
  • build(deps-dev): bump faker from 5.1.0 to 5.2.0 (424f7f9)
  • build(deps-dev): bump pino-pretty from 4.3.0 to 4.4.0 (ab04849)
  • build(deps-dev): remove coveralls, replaced by github action (518d14f)
  • build(deps): bump fastify from 3.10.1 to 3.11.0 (55b787a)
  • build(deps): bump fastify-autoload from 3.4.0 to 3.4.2 (b9f01cf)
  • build(deps): bump fastify-cors from 5.1.0 to 5.2.0 (5849e66)
  • build(deps): bump fastify-disablecache from 1.0.1 to 1.0.3 (e6fdd92)
  • build(deps): bump fastify-helmet from 5.1.0 to 5.2.0 (c7855d1)
  • build(deps): bump fastify-swagger from 3.5.0 to 4.0.1 (2d0ec53)
  • build(deps): bump helmet from 4.3.1 to 4.4.1 (85a952f)
  • build(deps): bump node-poppler from 2.1.2 to 2.2.0 (b8ff673)
  • build(deps): bump node-unrtf from 1.0.6 to 1.0.7 (7f0ab3c)
  • build(docker): add basic docker-compose and dockerfile (b2c7375)
  • Initial commit (499f286)