0.32.0
Pre-release
Pre-release
Features
Bugfixes
- fix: normalize paths in
get-options-overrides
by @agilgur5 in #331 - fix: add
realpath
to host to properly resolve monorepos / symlinks by @agilgur5 in #332 - fix: use
.d.ts
instead of.vue.d.ts
for Vue declarations by @agilgur5 in #336- EDIT: Per #224 (comment), this issue and fix seem to have been made erroneously, as the Vue team now mandates
.vue.d.ts
. As such, this has been reverted in0.33.0
- EDIT: Per #224 (comment), this issue and fix seem to have been made erroneously, as the Vue team now mandates
- fix: don't attempt to change declarationMap
sources
when no output by @agilgur5 in #334 - fix: force
noEmitOnError: false
by @agilgur5 in #338
Dependencies
- updating dependencies by @ezolenko in f84afe9, 0df5362, 5a3e58b, and 08d2f5b
- deps: remove unneeded
@types/colors
package by @agilgur5 in #319 - deps: use
normalizePath
from@rollup/pluginutils
by @agilgur5 in #320 - deps: upgrade
tslib
to^2.4.0
, remove@yarn-tool/resolve-package
by @agilgur5 in #326
Docs
- fix(docs):
_.merge
doesn't concat arrays by @agilgur5 in #314 - docs: clarify the TS option's defaults by @agilgur5 in #316
- docs: split off a CONTRIBUTING.md and improve formatting, grammar, links by @agilgur5 in #313
More Docs ...
GitHub
Internal (testing, refactors)
- test: add initial unit test suite by @agilgur5 in #321
- test: 100% coverage in
get-options-overrides
(createFilter
) by @agilgur5 in #329
More Internal ...
- clean: remove
partial.ts
as this is built into TS by @agilgur5 in #322 - optim(ci): use
npm ci
for install and cachenpm
by @agilgur5 in #323 - ci: add a lint check to ensure all PRs pass lint too by @agilgur5 in #327
- refactor: prefer native methods to lodash where possible by @agilgur5 in #328
- refactor: invert some conditionals for better readability by @agilgur5 in #335
- refactor: sort all top-level imports by @agilgur5 in #337
Full Changelog: 0.31.2...0.32.0