Skip to content

Releases: jaredpalmer/tsdx

v0.5.7

06 May 13:10
Compare
Choose a tag to compare

Bugfix

  • Turn off rollup-plugin-size-snapshot until we can figure #69

Commits

  • Fix paths again oops a738da5
  • Merge branch 'master' of github.com:jaredpalmer/tsdx 0aab2f3
  • Turn off size snapshot (#81) c2b9421
  • Turn off size snapshop 97f2a12

v0.5.6...v0.5.7

v0.5.7-0

03 May 22:50
Compare
Choose a tag to compare
v0.5.7-0 Pre-release
Pre-release

v0.5.6...v0.5.7-0

v0.5.6

03 May 13:41
Compare
Choose a tag to compare

Improvements

  • Add tslib by default
  • Smarter Jest configs

Bugfixes

  • Fix falsy build configs for certain formats

Commits

  • fix: remove falsey build configs (#77) cce9d53
  • feat: use tslib by default (#73) 01bc516
  • Write Jest configuration file (#75) 24f10af
  • Catch + throw errors before passing to p-estimator 851da83
  • Merge branch 'master' of github.com:jaredpalmer/tsdx 1f6a1b6
  • Use require.resolve for babel plugins 29fb3c8
  • docs(readme): specify Jest v24 is used. Clarify jsdom flag (#68) 1087983
  • Fix testMatch to find test files correctly (#71) a2365db

v0.5.5...v0.5.6

v0.5.5

01 May 16:49
Compare
Choose a tag to compare

Bug fixes

  • tsdx watch no longer starts Jest in watch mode automatically
  • React template now has peerDependencies specified out of the box.
  • Fixed up file output during watch

Commits

  • Specify peerDeps in react template 9f5c6de
  • Create an entry file during watch cmd (#66) 9b90904
  • Don't add --watchAll by default in tsdx test (#65) 453e725
  • Update README.md f317218

v0.5.4...v0.5.5

v0.5.4

30 Apr 22:06
Compare
Choose a tag to compare

Bug fix

v0.5.3...v0.5.4

v0.5.3

30 Apr 21:55
Compare
Choose a tag to compare

New Features

  • You can now choose between 2 different templates when bootstrapping a new project. basic or react. The react template will add react and react-dom deps as well as place a nice little playground powered by parcel into your project root.

Screenshot 2019-04-30 17 55 00

Commits

  • Add react template with parcel playground (#59) 02630a8

v0.5.2...v0.5.3

v0.5.2

30 Apr 20:49
Compare
Choose a tag to compare

Bug fixes

  • Fix ES module compression

Internal

  • Migrated source code to TypeScript

Commits

v0.5.1...v0.5.2

v0.5.1

30 Apr 17:49
Compare
Choose a tag to compare

Bug fixes

v0.5.0...v0.5.1

v0.5.0

30 Apr 17:09
Compare
Choose a tag to compare

Improvements

  • Added Jest 24 and latest ts-ject
  • Added internal tests!
  • Prettier is now included in the template
  • tsdx create will fallback to npm if yarn is not installed
  • tsdx create will prompt you for a different name if there is a name collision.

Screenshot 2019-04-30 13 00 02

Breaking Changes

  • Jest 24 and ts-jest

Commits

  • Gracefully prompt if folder exists already (#53) 61bd22f
  • Use pretty-quick in "create" cmd (#51) f479d03
  • Merge pull request #52 from aleclarson/patch-3 cda6ab7
  • Gracefully prompt if folder exists already 58089cc
  • build: remove "prepare" script 0643387
  • feat: use pretty-quick in "create" cmd a7f928a
  • Use npm, if yarn is not installed (#50) 2b60f86
  • Use npm, if yarn is not installed 5624c3b
  • feat: use pretty-quick (#49) a740943
  • feat: use pretty-quick 7cb332a
  • Update README.md fe33f46
  • Upgrade to jest 24 + ts-jest (#47) 9d8ee2c
  • Add tests and fixtures 89c0470
  • replace f**k in template (#46) b07805a
  • Remove unused variable 974805c
  • Add prettier to template (#45) c31ba11
  • Upgrade to jest 24 + ts-jest 29d6758
  • replace explicits be7021b
  • Add prettier, husky, lint-staged to template 570b9c5
  • Fix lint-staged and husky internally c4bd98b

v0.4.2...v0.5.0

v0.4.2

30 Apr 13:41
Compare
Choose a tag to compare

Bug fixes

  • Fixed race condition in tsdx build where types sometimes would not be moved from ./dist/src/*.ts to ./dist/*.ts

Commits

v0.4.1...v0.4.2