Skip to content

Pre-release v1.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@knightedcodemonkey knightedcodemonkey released this 02 Aug 04:52
· 30 commits to main since this release
9bff3f7

BREAKING CHANGE:

  • Deprecates --target-extension in favor of --pkg-dir to infer the dual build target from the package.json type field. Deprecates as in completely removes support. These are pre-releases after all.

Changes:

  • Adds --pkg-dir to indicate what directory to start looking for a package.json file. Defaults to the cwd. You should rarely, if ever need this.
  • Updates the documentation (README).
  • Builds should be slightly faster now that no copying of files is necessary post build since duel now uses --module nodenext in combination with dynamic package.json files.