Releases: nwutils/nw-builder
Releases · nwutils/nw-builder
v4.0.11
What's Changed
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #782
Full Changelog: v4.0.10...v4.0.11
v4.0.10
What's Changed
- chore(deps-dev): bump prettier from 2.8.2 to 2.8.3 by @dependabot in #775
- chore(deps-dev): bump eslint from 8.31.0 to 8.33.0 by @dependabot in #780
- chore(deps): bump glob-promise from 6.0.1 to 6.0.2 by @dependabot in #776
- chore(deps-dev): bump jsdom from 21.0.0 to 21.1.0 by @dependabot in #777
- chore(deps-dev): bump jest from 29.3.1 to 29.4.1 by @dependabot in #779
- fix: file globing by @tharatau in #785
Full Changelog: v4.0.9...v4.0.10
v4.0.9
What's Changed
- Minor typo fix by @jessemillar in #773
- fix(test): false positives while building and running demo app by @tharatau in #781
New Contributors
- @jessemillar made their first contribution in #773
Full Changelog: v4.0.8...v4.0.9
v4.0.8
What's Changed
- fix: create
cacheDirandoutDirbefore getting release info by @tharatau in #772
Full Changelog: v4.0.7...v4.0.8
v4.0.7
Please refer to the Changelog for details on changes made.
Full Changelog: v4.0.3...v4.0.7
v4.0.3
This release marks nw-builder v4 as the new stable version.
What's Changed
- fix: run mode options by @tharatau in #718
- chore(cicd): build cjs, remove volta, add e2e tests by @tharatau in #738
- feat: linux and windows cfg options by @tharatau in #729
- fix(win-bld): skip modify exe if platform is not windows or wine is not installed by @tharatau in #739
- fix: migration guide, add back
argvoption, update docs by @tharatau in #740 - fix: add back globing by @tharatau in #749
Full Changelog: v4.0.2...v4.0.3
v4.0.2
What's Changed
- chore(deps-dev): bump prettier from 2.7.1 to 2.8.0 by @dependabot in #707
- chore(deps-dev): bump jsdom from 20.0.2 to 20.0.3 by @dependabot in #708
- chore: docs by @tharatau in #711
- fix: cjs support by @tharatau in #713
- chore(deps-dev): bump eslint from 8.27.0 to 8.28.0 by @dependabot in #709
- fix: rename nw exe by @tharatau in #712
- fix:
osxbuilds to allow nwjs launch by @sysrage in #717
New Contributors
Full Changelog: v4.0.1...v4.0.2
v4.0.1
What's Changed
- fix: desktop entry file by @tharatau in #690
- fix: failure if cache dir does not exist by @tharatau in #697
- fix(compression): resolve promise in close event by @tharatau in #698
- fix: cjs support by @tharatau in #700
- chore: revert "fix: cjs support" by @tharatau in #702
- fix: move all messages to debug log level by @tharatau in #703
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
The theme of this release is breaking changes. I will post a migration guide and new docs soon (specifically how to start a NW.js project or convert existing web apps into NW.js apps).
- chore(deps-dev): bump tape from 5.6.0 to 5.6.1 by @dependabot in #652
- chore(deps-dev): bump esbuild from 0.15.7 to 0.15.9 by @dependabot in #653
- chore(deps-dev): bump jest-environment-jsdom from 29.0.3 to 29.1.2 by @dependabot in #655
- chore(deps-dev): bump esbuild from 0.15.9 to 0.15.10 by @dependabot in #654
- chore(deps-dev): bump eslint from 8.23.1 to 8.24.0 by @dependabot in #656
- chore(deps-dev): bump jest from 29.0.3 to 29.1.2 by @dependabot in #657
- chore(deps-dev): bump jsdom from 20.0.0 to 20.0.1 by @dependabot in #660
- chore(deps): bump yargs from 17.5.1 to 17.6.0 by @dependabot in #659
- chore(deps): bump semver from 7.3.7 to 7.3.8 by @dependabot in #658
- feat!: refactor run and bld mode by @tharatau in #661
- fix: non-sdk downloads, remove globbing, simplify zip by @tharatau in #665
- chore(deps-dev): bump eslint-plugin-jsdoc from 39.3.6 to 39.3.14 by @dependabot in #670
- chore(deps-dev): bump jest from 29.2.0 to 29.2.1 by @dependabot in #669
- chore(deps-dev): bump jest-environment-jsdom from 29.2.0 to 29.2.1 by @dependabot in #668
- chore(deps-dev): bump eslint-plugin-jsdoc from 39.3.14 to 39.3.25 by @dependabot in #674
- chore(deps-dev): bump eslint from 8.25.0 to 8.26.0 by @dependabot in #673
- chore(deps-dev): bump jest from 29.2.1 to 29.2.2 by @dependabot in #672
- chore(deps-dev): bump jest-environment-jsdom from 29.2.1 to 29.2.2 by @dependabot in #671
- chore(deps): bump yargs from 17.6.0 to 17.6.2 by @dependabot in #678
- chore(deps-dev): bump eslint-plugin-jsdoc from 39.3.25 to 39.6.2 by @dependabot in #679
- chore(deps): bump tar from 6.1.11 to 6.1.12 by @dependabot in #676
- chore(deps-dev): bump jsdoc from 3.6.11 to 4.0.0 by @dependabot in #677
- chore(deps-dev): bump jsdom from 20.0.1 to 20.0.2 by @dependabot in #675
- chore(deps-dev): bump eslint from 8.26.0 to 8.27.0 by @dependabot in #680
- chore(deps-dev): bump jest from 29.2.2 to 29.3.1 by @dependabot in #681
- chore(deps-dev): bump jest-environment-jsdom from 29.2.2 to 29.3.1 by @dependabot in #682
- fix: cli
package.jsonoptions by @tharatau in #684 - macos support by @tharatau in #685
- get specific release info by @tharatau in #687
Full Changelog: v3.8.6...v4.0.0