v4.3.0
What's Changed
- Fixes missing
files
when callinggetManifest()
with glob disabled by @sysrage in #830 - fix: validate version by @ayushmanchhabra in #835
- Tweak JSDoc in entry file by @TheJaredWilcurt in #840
- docs: typo in contributing - creat => create by @Lulalaby in #852
- chore(docs): add api ref and platform specific config options by @ayushmanchhabra in #846
- Add alternatives to README by @TheJaredWilcurt in #871
- chore(deps-dev): bump jsdom from 22.0.0 to 22.1.0 by @dependabot in #870
- chore(deps): bump winston from 3.8.2 to 3.9.0 by @dependabot in #869
- test(jest): migrate to node test runner by @ayushmanchhabra in #876
- ci(doc): publish on push to
main
by @ayushmanchhabra in #877 - fix(glob): do not resolve
options.srcDir
when parsingoptions
object by @ayushmanchhabra in #878 - fix(fs): preserve relative symbolic links by adding
verbatimSymLinks
tocp
operation by @rocketVibes in #880 - fix(decompress): migrate from
decompress
from tocompressing
by @ayushmanchhabra in #879 - fix(fs): preserve relative symlinks of NW.js files by @rocketVibes in #883
- fix: change manifest cache impl by @ayushmanchhabra in #888
- fix: remove
outDir
directory ifoptions.zip
is true by @ayushmanchhabra in #889 - feat: compress to
zip
,tar
andtgz
formats by @ayushmanchhabra in #890 - feat: specify log level via
options.logLevel
by @ayushmanchhabra in #892 - docs: move
/doc/license.md
to/LICENSE
for better visibility by @TheJaredWilcurt in #893 - feat: update
MacOS
metadata by @ayushmanchhabra in #894
New Contributors
- @Lulalaby made their first contribution in #852
- @rocketVibes made their first contribution in #880
Full Changelog: v4.2.0...v4.3.0