Releases: jaredpalmer/tsdx
Releases · jaredpalmer/tsdx
v0.5.7
v0.5.7-0
- Turn off size snapshop 97f2a12
v0.5.6
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
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
v0.5.4
v0.5.3
New Features
- You can now choose between 2 different templates when bootstrapping a new project.
basic
orreact
. Thereact
template will add react and react-dom deps as well as place a nice little playground powered by parcel into your project root.
Commits
v0.5.2
v0.5.1
v0.5.0
Improvements
- Added Jest 24 and latest ts-ject
- Added internal tests!
- Prettier is now included in the template
tsdx create
will fallback tonpm
ifyarn
is not installedtsdx create
will prompt you for a different name if there is a name collision.
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
Bug fixes
- Fixed race condition in
tsdx build
where types sometimes would not be moved from./dist/src/*.ts
to./dist/*.ts
Commits