Skip to content

Releases: jaredpalmer/tsdx

v0.4.1

29 Apr 19:07
Compare
Choose a tag to compare

v0.4.0...v0.4.1

v0.4.0

29 Apr 18:54
Compare
Choose a tag to compare

v0.3.4...v0.4.0

v0.3.3

02 Feb 19:32
Compare
Choose a tag to compare
  • Improved logger for watch and build mode, quieter output.
  • Fixed a bug where UMD builds were not inlining CommonJS modules

v0.3.0

31 Jan 00:42
Compare
Choose a tag to compare
  • Fixed all commands! For realz.
  • You no longer need to specify source in package.json, TSDX will now default to src/index.tsx or src/index.ts (it will figure out the file ending). You can also alter the entry by passing the --entry <input> flag. For example, tsdx watch --entry src/foo.ts will work.
  • Fixed template so that proper files get included out of the box
  • Added a new --format flag so you can specify module output. For example, tsdx build --format cjs,es is kosher. The default value for the format flag is cjs,es,umd.
  • TSDX will now create a special entry file in the dist directory for the CommonJS on your behalf. This file will direct Node.js to the correct dev or prod build depending on NODE_ENV.

v0.2.5

29 Jan 22:48
Compare
Choose a tag to compare
  • Fixed tsdx test
  • Cooler onboarding