v4.3.0
What's Changed
- Fixes missing
fileswhen 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
mainby @ayushmanchhabra in #877 - fix(glob): do not resolve
options.srcDirwhen parsingoptionsobject by @ayushmanchhabra in #878 - fix(fs): preserve relative symbolic links by adding
verbatimSymLinkstocpoperation by @rocketVibes in #880 - fix(decompress): migrate from
decompressfrom tocompressingby @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
outDirdirectory ifoptions.zipis true by @ayushmanchhabra in #889 - feat: compress to
zip,tarandtgzformats by @ayushmanchhabra in #890 - feat: specify log level via
options.logLevelby @ayushmanchhabra in #892 - docs: move
/doc/license.mdto/LICENSEfor better visibility by @TheJaredWilcurt in #893 - feat: update
MacOSmetadata 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