Skip to content

v0.5.0

Compare
Choose a tag to compare
@jaredpalmer jaredpalmer released this 30 Apr 17:09
· 524 commits to master since this release

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