Releases: gkalpak/aio-docs-utils
Releases · gkalpak/aio-docs-utils
v0.3.2
v0.3.1
Changes:
- 78dac30 0.3.1
- fcd4836 fix(code-snippet-intellisense): remove
scheme
from intellisense document filter - ceec9e4 ci(Azure): update GitHub service connection name
- ced9eeb cfg(webpack): reduce build output verbosity
- c3f29ef cfg(tsconfig): enable more type-checking rules
- 7aa3af5 refct(*): use regular import for JSON files (such as
package.json
) - 8491769 fix(*): correctly log class names in production mode
- 8debee6 0.3.0
- 862c66f feat(*): convert the extension to a web extension [ microsoft/vscode#133399 ]
- 1a33d79 test(e2e): switch from
vscode-test
to@vscode/test-electron
See More
- 6df1cb4 cfg(*): switch from raw TypeScript compiler to Webpack for bundling
This list of changes was auto generated.
v0.3.0
Changes:
- 5509ff6 0.3.0
- 6d68d2b feat(*): convert the extension to a web extension
- 9d6383f test(e2e): switch from
vscode-test
to@vscode/test-electron
- b7ba3ad cfg(*): switch from raw TypeScript compiler to Webpack for bundling
- a5c787f cfg(*): switch from TSLint to ESLint for linting
- 54379e7 ci(Azure): update tested Node.js versions to 12, 14, 16
- a3a7d86 docs(README): update TODOs (ESLint, web extension, preview angular.io)
- 762094b fix(code-snippet-intellisense): update
DocregionExtractor
/DocregionMatcher
to match upstream - 6dc845c cfg(package): upgrade dependencies to latest versions
This list of changes was manually generated.
v0.2.1
v0.2.0
Changes:
- 78be8d1 0.2.0
- 54fb449 ci(*): switch from Travis/AppVeyor to Azure-DevOps for CI
- b5ae59d ci(Travis): use build stages to deploy once all tests pass
- 8ef08d3 ci(Travis): test on Windows as well
- c39e10a ci(*): do not test on Node.js v8 on CI
- 0c342bd perf(*): reduce size of bundled extension (no Webpack)
- e702110 cfg(package): rename
~~lint-meta
script to~~lint-infra
- 73cde90 cfg(*): type-check scripts in
scripts/
directory - bed329b cfg(*): enforce stricter type-checking (noImplicitReturns, noUnusedParameters)
- 76da416 test(e2e): add e2e testing infrastructure
See More
- 5193a5d test(fixGuideCodeSnippetsPlugin): test
<code-tabs>
rewrite logs
This list of changes was auto generated.