duel

TypeScript dual packages.

MIT License

Downloads
1.5K
Stars
20

Bot releases are hidden (Show)

duel - v2.0.0-rc.0 Latest Release

Published by knightedcodemonkey 5 months ago

What's Changed

Full Changelog: https://github.com/knightedcodemonkey/duel/compare/v1.0.8...v2.0.0-rc.0

BREAKING CHANGE:

  • removes --parallel option.
  • drops support for node versions < 20.11.0.
duel - v1.0.8

Published by knightedcodemonkey 5 months ago

What's Changed

Full Changelog: https://github.com/knightedcodemonkey/duel/compare/v1.0.7...v1.0.8

duel - v1.0.7

Published by knightedcodemonkey 8 months ago

What's Changed

Full Changelog: https://github.com/knightedcodemonkey/duel/compare/v1.0.6...v1.0.7

duel - v1.0.6

Published by knightedcodemonkey 9 months ago

What's Changed

Full Changelog: https://github.com/knightedcodemonkey/duel/compare/v1.0.5...v1.0.6

duel - v1.0.5

Published by knightedcodemonkey 9 months ago

duel - Release v1.0.4

Published by knightedcodemonkey 10 months ago

Fixes:

  • Parse tsconfig.json as JSONC #32
duel - Release v1.0.3

Published by knightedcodemonkey 10 months ago

duel - Release v1.0.2

Published by knightedcodemonkey 11 months ago

duel - Release v1.0.1

Published by knightedcodemonkey about 1 year ago

duel - Initial release

Published by knightedcodemonkey about 1 year ago

Changes:

  • Set npm dist tag based on release tag format.
  • Update typescript dev dependency.
  • Fix typos in README.
duel - Pre-release v1.0.0-rc.13

Published by knightedcodemonkey about 1 year ago

Changes:

  • Run tsc from the nearest node_modules/.bin path looking upwards, for example from the root of a monorepo.
duel - Pre-release v1.0.0-rc.12

Published by knightedcodemonkey about 1 year ago

Changes:

  • a875e65 Allow comments in tsconfig.json file. Thank you @spence-s.
duel - Pre-release v1.0.0-rc.11

Published by knightedcodemonkey about 1 year ago

duel - Pre-release v1.0.0-rc.10

Published by knightedcodemonkey about 1 year ago

duel - Pre-release v1.0.0-rc.9

Published by knightedcodemonkey about 1 year ago

duel - Pre-release v1.0.0-rc.8

Published by knightedcodemonkey about 1 year ago

duel - Pre-release v1.0.0-rc.7

Published by knightedcodemonkey about 1 year ago

duel - Pre-release v1.0.0-rc.6

Published by knightedcodemonkey about 1 year ago

Changes:

Fixes:

  • Assign correct outDir in all use cases.
duel - Pre-release v1.0.0-rc.5

Published by knightedcodemonkey about 1 year ago

Changes:

  • Stops deleting the build output directory defined by outDir before builds, and instead does a copy overwrite to the specified outDir, or dist if no outDir defined.
duel - Pre-release v1.0.0-rc.4

Published by knightedcodemonkey about 1 year ago

Changes:

  • Use dist as a default outDir when one is not defined.
  • rm the outDir prior to build.
  • Add some timing around preparing parallel builds.
  • Update README.