Releases: Fdawgs/docsmith
Releases · Fdawgs/docsmith
v7.0.10
7.0.10 (2022-08-01)
Improvements
Continuous Integration
- ci: audit npm package signatures (dd6e0a1)
Miscellaneous
Dependencies
- deps-dev: bump eslint from 8.20.0 to 8.21.0 (#947) (3c84747)
- deps-dev: bump eslint-plugin-jest from 26.6.0 to 26.7.0 (#943) (5d901bd)
- deps-dev: bump eslint-plugin-jsdoc from 39.3.3 to 39.3.4 (#942) (d0b0385)
- deps-dev: bump playwright from 1.24.1 to 1.24.2 (#945) (b8cd36d)
- deps: bump @fastify/static from 6.4.1 to 6.5.0 (#944) (b04a830)
- deps: bump fastify-disablecache from 3.0.0 to 3.0.1 (#939) (badd3c3)
- deps: bump fastify-floc-off from 2.0.0 to 2.0.1 (#938) (545bb32)
- deps: bump file-type from 16.5.3 to 16.5.4 (#932) (de32fc1)
- deps: bump pino from 8.3.0 to 8.3.1 (#936) (4496037)
- deps: bump redoc from 2.0.0-rc.72 to 2.0.0-rc.74 (#941) (346f7e2)
- deps: bump secure-json-parse from 2.4.0 to 2.5.0 (#946) (618a041)
- deps: bump sub-dependencies (#948) (80c040e)
v7.0.9
v7.0.8
7.0.8 (2022-07-14)
Miscellaneous
- remove redundant
async
keywords (2ba30c8)
Documentation
- readme: use block quotes for notes to enable github md highlights (e98b784)
Dependencies
- dependabot: increase
open-pull-requests-limit
from 5 to 20 (b0d9790) - deps-dev: bump @commitlint/cli from 17.0.2 to 17.0.3 (#910) (567076f)
- deps-dev: bump @commitlint/config-conventional (#903) (85a9e4d)
- deps-dev: bump @faker-js/faker from 7.2.0 to 7.3.0 (#908) (4ca4bda)
- deps-dev: bump eslint from 8.17.0 to 8.19.0 (#913) (ee264e1)
- deps-dev: bump eslint-plugin-jsdoc from 39.3.2 to 39.3.3 (#916) (d99cc5d)
- deps-dev: bump jest from 28.1.1 to 28.1.2 (#911) (566b281)
- deps-dev: bump jest from 28.1.2 to 28.1.3 (#920) (ffcb188)
- deps-dev: bump nodemon from 2.0.16 to 2.0.19 (#906) (8bf7b0d)
- deps-dev: bump pino-pretty from 8.0.0 to 8.1.0 (#915) (e77f682)
- deps-dev: bump playwright from 1.22.2 to 1.23.2 (#912) (3ec0ef7)
- deps-dev: bump playwright from 1.23.2 to 1.23.3 (#919) (0d2350f)
- deps-dev: bump prettier from 2.7.0 to 2.7.1 (#902) (ee7413d)
- deps: bump @fastify/autoload from 4.0.1 to 5.1.0 (#917) (4c34420)
- deps: bump actions/dependency-review-action from 1 to 2 (#899) (57ba948)
- deps: bump fastify-plugin from 3.0.1 to 4.0.0 (#922) (2375609)
- deps: bump jsdom from 19.0.0 to 20.0.0 (5f146e2)
- deps: bump moment from 2.29.3 to 2.29.4 (#907) (d452a10)
- deps: bump pino from 8.0.0 to 8.1.0 (#901) (ed21d43)
- deps: bump sub-dependencies (#924) (9269653)
- deps: bump wagoid/commitlint-github-action from 4 to 5 (#898) (0f5deba)
v7.0.7
7.0.7 (2022-06-15)
Documentation
- readme: grammar fixes (f6dd5e7)
Miscellaneous
- .github/funding: remove unused keys (639199a)
- .github: add
FUNDING.yml
(c206bee) - .gitignore: use latest github ignore template (8c04671)
- .prettierignore: add new paths from
.gitignore
(55c16a2)
Improvements
- plugins/embed-html-images: remove
await
inPromise.all()
(b398232) - plugins/pdf-to-txt: remove
await
inPromise.all()
(f2c1892) - plugins: explicitly catch promise rejections (196fd9f)
Dependencies
- deps-dev: bump @faker-js/faker from 7.1.0 to 7.2.0 (#891) (dd20ad3)
- deps-dev: bump eslint from 8.16.0 to 8.17.0 (#887) (3cd70fa)
- deps-dev: bump eslint-plugin-jest from 26.4.6 to 26.5.3 (#888) (7ec72e0)
- deps-dev: bump jest from 28.1.0 to 28.1.1 (#877) (3d10ae9)
- deps-dev: bump prettier from 2.6.2 to 2.7.0 (#873) (cb8459f)
- deps: bump node-poppler from 5.1.5 to 5.1.6 (#883) (28de0a9)
- deps: bump node-unrtf from 2.0.8 to 2.0.9 (#893) (3392714)
- deps: bump pino from 7.11.0 to 8.0.0 (#881) (50e8102)
- deps: bump pino-pretty from 7.6.1 to 8.0.0 (#894) (bcb93ca)
- deps: bump redoc from 2.0.0-rc.71 to 2.0.0-rc.72 (#886) (b9c8d56)
- deps: bump sub-dependencies (4f04c79)
- deps: move pino-pretty to dev dependencies (e31cba2)
v7.0.6
7.0.6 (2022-06-01)
Bug Fixes
- app: ignore error throw on closure if temp folder already removed (a28db7e)
Improvements
- config: replace
forEach()
withmap()
(a248a34) - plugins/tidy-css: replace
forEach()
withmap()
(33e0a1a)
Miscellaneous
Dependencies
- deps-dev: bump @commitlint/cli from 17.0.0 to 17.0.2 (#850) (1d38f6c)
- deps-dev: bump @commitlint/config-conventional (#859) (f7c4b9e)
- deps-dev: bump @faker-js/faker from 6.3.1 to 7.1.0 (#857) (c3cb838)
- deps-dev: bump eslint from 8.15.0 to 8.16.0 (#855) (43ca3f6)
- deps-dev: bump eslint-plugin-jest from 26.2.2 to 26.4.6 (#853) (fe26126)
- deps-dev: bump eslint-plugin-jsdoc from 39.3.0 to 39.3.2 (#858) (360aeb1)
- deps-dev: bump playwright from 1.22.1 to 1.22.2 (#854) (b3e0a25)
- deps: bump @fastify/helmet from 8.0.1 to 8.1.0 (#856) (d86e47e)
- deps: bump @fastify/swagger from 6.0.1 to 6.1.0 (#860) (3c65e69)
- deps: bump env-schema from 4.0.0 to 5.0.0 (#852) (e43a33a)
- deps: bump node-poppler from 5.1.4 to 5.1.5 (#864) (1722612)
- deps: bump node-unrtf from 2.0.7 to 2.0.8 (#863) (ccac0e1)
- deps: bump redoc from 2.0.0-rc.70 to 2.0.0-rc.71 (#862) (0ab0628)
- deps: bump sub-dependencies (#865) (38eea8a)
- dockerfile: fix permissions needed to alter temp folder (85fcd2f)
- dockerfile: remove windows binaries from dependencies (b91b0c0)
v7.0.5
v7.0.4
7.0.4 (2022-05-18)
Bug Fixes
- server: do not transform 503 http err into 500 http err response (84b7b24)
Documentation
- update deployment steps to use
npm ci
(2c522c5)
Miscellaneous
- .eslintrc: enable
plugin:jest/style
rules (#822) (f3bf60a) - .github/codeql-config: remove quotation marks (b137e33)
- bug_report: use node 18 as placeholder for
node-version
(db2aab8) - server: use optional chaining for error message logging (0bb745e)
Continuous Integration
- automerge: fix context (7ae3807)
- check
user.login
is dependabot instead ofactor
(45bdf1b) - ci: require
unit-tests
job to pass forsave-pr-number
job to run (218ac5f) - ci: use
lts/*
for node setup in lint job (9200b27) - ci: use
node-version
for node matrix key (805c13e) - codeql: only run on pr changes to
.html
,.js
, and.yml
files (9c9ca6c) - codeql: resolve missing analyses (e25810f)
- codeql: specify which files to scan during analysis (980aa48)
Dependencies
- deps-dev: bump @commitlint/cli from 16.2.4 to 17.0.0 (#837) (aa2f03f)
- deps-dev: bump @commitlint/config-conventional (#832) (ea7a55c)
- deps-dev: bump eslint from 8.14.0 to 8.15.0 (#828) (3a84375)
- deps-dev: bump eslint-plugin-jest from 26.1.5 to 26.2.2 (#831) (97687a1)
- deps-dev: bump husky from 7.0.4 to 8.0.1 (#827) (e051b94)
- deps-dev: bump jest from 28.0.3 to 28.1.0 (#840) (b188eba)
- deps-dev: bump playwright from 1.21.1 to 1.22.1 (#836) (e9cfb4e)
- deps: bump @fastify/helmet from 8.0.0 to 8.0.1 (#833) (c249022)
- deps: bump @fastify/sensible from 4.0.0 to 4.1.0 (#830) (7b5f7bf)
- deps: bump @fastify/static from 5.0.1 to 5.0.2 (#834) (2b2deba)
- deps: bump dotenv from 16.0.0 to 16.0.1 (#835) (312b187)
- deps: bump glob from 8.0.1 to 8.0.3 (#838) (7d24f6a)
- deps: bump redoc from 2.0.0-rc.67 to 2.0.0-rc.70 (#829) (09fb54b)
- deps: bump sub-dependencies (4612215)
Improvements
- access
fs/promises
api via newer route (236534b)
v7.0.3
7.0.3 (2022-05-04)
Documentation
- readme: remove snyk badge (cdf64fb)
Continuous Integration
- add dependency-review job (ca5da5a)
- link-check: replace
npx linkinator
call with github action (#797) (cd44cd2) - only trigger dependency-review on pr (21d6872)
Dependencies
- deps-dev: bump @commitlint/cli from 16.2.3 to 16.2.4 (#801) (a49ef11)
- deps-dev: bump @commitlint/config-conventional (#806) (e77d298)
- deps-dev: bump @faker-js/faker from 6.1.2 to 6.2.0 (#809) (3df6db8)
- deps-dev: bump @faker-js/faker from 6.2.0 to 6.3.1 (#815) (a797d12)
- deps-dev: bump eslint from 8.13.0 to 8.14.0 (#804) (f8f7bd1)
- deps-dev: bump eslint-plugin-jest from 26.1.4 to 26.1.5 (#810) (59328ca)
- deps-dev: bump eslint-plugin-jsdoc from 39.2.4 to 39.2.9 (#807) (c341df3)
- deps-dev: bump jest from 27.5.1 to 28.0.3 (#803) (32e774a)
- deps-dev: bump nodemon from 2.0.15 to 2.0.16 (#802) (d743122)
- deps: bump @fastify/autoload from 4.0.0 to 4.0.1 (#814) (59ae05d)
- deps: bump @fastify/bearer-auth from 7.0.0 to 7.0.1 (#818) (e244511)
- deps: bump @fastify/static from 5.0.0 to 5.0.1 (#813) (80e3ecb)
- deps: bump @fastify/swagger from 6.0.0 to 6.0.1 (#817) (e82d41c)
- deps: bump fastify from 3.28.0 to 3.29.0 (#800) (dd0c95b)
- deps: bump github/codeql-action from 1 to 2 (#799) (3a343d3)
- deps: bump node-poppler from 5.1.3 to 5.1.4 (#812) (cd11dc6)
- deps: bump pino from 7.10.0 to 7.11.0 (#808) (9ad337e)
- deps: bump redoc from 2.0.0-rc.66 to 2.0.0-rc.67 (#805) (c73dc05)
- deps: bump sub-dependencies (57d77fb)
- deps: bump under-pressure from 5.8.0 to 5.8.1 (#816) (95c7117)
- use new
[@fastify](https://github.com/fastify)
org dependencies (#798) (d79d8dc)
Miscellaneous
v7.0.2
7.0.2 (2022-04-20)
Documentation
- readme: add mention of insomnia example requests (72f14dd)
Continuous Integration
- fix htmltidy permissions (bc0a8e2)
- revert to using
windows-latest
runners (46163fc) - use shorter arg aliases for lockfile lint step (90625ef)
- validate that resolved url matches the package name (0681713)
Dependencies
- deps-dev: bump eslint-plugin-jsdoc from 39.1.1 to 39.2.3 (#789) (85db72a)
- deps-dev: bump eslint-plugin-jsdoc from 39.2.3 to 39.2.4 (#794) (5703a79)
- deps-dev: bump eslint-plugin-security from 1.4.0 to 1.5.0 (#793) (8fcc000)
- deps-dev: bump playwright from 1.20.2 to 1.21.1 (#791) (0f0a69f)
- deps: bump fastify-autoload from 3.11.0 to 3.12.0 (#792) (e028d82)
- deps: bump fastify-swagger from 5.1.0 to 5.1.1 (#790) (5cae107)
- deps: bump htmltidy2 from 0.3.0 to 1.0.0 (#714) (de504ca)
- docker: fix htmltidy permissions and ownership (9c47797)
v7.0.1
7.0.1 (2022-04-12)
Improvements
Continuous Integration
- automerge: set correct
contents
permission level (52eef71) - automerge: squash automerge prs (10f45be)
- cd: update org name for release-please-action (0d69309)
- optimise-images: reduce permissions to minimum (1e669fe)
- reduce workflow permissions to minimum (74dd1c6)
- replace workflow-run-cleanup-action with github concurrency (1eff2a4)
Dependencies
- deps-dev: bump @faker-js/faker from 6.1.1 to 6.1.2 (#776) (82f2f0b)
- deps-dev: bump eslint from 8.12.0 to 8.13.0 (#781) (dab2567)
- deps-dev: bump eslint-plugin-import from 2.25.4 to 2.26.0 (#777) (2202774)
- deps-dev: bump eslint-plugin-jest from 26.1.3 to 26.1.4 (#783) (b7437e7)
- deps-dev: bump eslint-plugin-jsdoc from 38.1.4 to 39.1.1 (#782) (d733c48)
- deps-dev: bump playwright from 1.20.1 to 1.20.2 (#774) (5fb0f1a)
- deps-dev: bump prettier from 2.6.1 to 2.6.2 (#771) (2b6692a)
- deps: bump actions/upload-artifact from 2 to 3 (#780) (3bd7283)
- deps: bump fastify from 3.27.4 to 3.28.0 (#775) (55395cb)
- deps: bump glob from 7.2.0 to 8.0.1 (#785) (6f2f3a4)
- deps: bump hadolint/hadolint-action from 2.0.0 to 2.1.0 (bc9db2b)
- deps: bump moment from 2.29.1 to 2.29.2 (#778) (5a59c1e)
- deps: bump pino from 7.9.2 to 7.10.0 (#784) (d48221e)
- deps: bump pino-pretty from 7.6.0 to 7.6.1 (#773) (ce0fde8)
- deps: bump redoc from 2.0.0-rc.65 to 2.0.0-rc.66 (f944c5a)
- docker: install production deps only (#779) (e9cf62b)