-
Notifications
You must be signed in to change notification settings - Fork 506
Comparing changes
Open a pull request
base repository: jaredpalmer/tsdx
base: v0.12.0
head repository: jaredpalmer/tsdx
compare: v0.12.1
- 12 commits
- 9 files changed
- 6 contributors
Commits on Dec 19, 2019
-
feat: Add transpileOnly flag to watch and build command (#307)
* add --transpileOnly flag Ref #243 * Document --transpileOnly flag * Make test check that stuff is build * fix anchor id * remove shorthand * remove docs
Configuration menu - View commit details
-
Copy full SHA for ee4b307 - Browse repository at this point
Copy the full SHA ee4b307View commit details -
(types/fix): explicit Rollup typing, fix treeshake location (#371)
- treeshake was in output, but it's not a config of output :/ :/ :/ - once explicit types were added, this was a big red underline :/ :/
Configuration menu - View commit details
-
Copy full SHA for 2a5e5a5 - Browse repository at this point
Copy the full SHA 2a5e5a5View commit details -
feat: Add success/failure hooks to watch (#130)
* Remove esnext target override from ts rollup config. Make es5 the default target. * watch hooks * Finished the hooks * update readme * move use strict * fixed typo in watch help printout in README * Remove esnext target override from ts rollup config. Make es5 the default target. * watch hooks * Finished the hooks * update readme * update yarnlockfile * Fix yarn.lock
Configuration menu - View commit details
-
Copy full SHA for ab54278 - Browse repository at this point
Copy the full SHA ab54278View commit details
Commits on Dec 20, 2019
-
[docs] howto turn off watch mode (#385)
Taken from here: #319 (comment)
Configuration menu - View commit details
-
Copy full SHA for efb3539 - Browse repository at this point
Copy the full SHA efb3539View commit details
Commits on Dec 23, 2019
-
Update @types/node to the latest version 🚀 (#391)
* chore(package): update @types/node to version 13.1.0 * chore(package): update lockfile yarn.lock
Configuration menu - View commit details
-
Copy full SHA for be3c410 - Browse repository at this point
Copy the full SHA be3c410View commit details
Commits on Dec 28, 2019
-
(docs): improve test watch mode docs (#395)
- it was not clearly stated that CI=true was what needed to be added, so explicitly state that - similarly, --color was an unnecessary option to pass and may have caused confusion, potentially making users believe that it was necessary in order to disable watch mode - also, --color does not seem to be a valid option of Jest, but --colors (note the s) is used to force highlighting in non-TTY - also, properly format package.json example as JSON, including the "scripts" section - and add a test:watch script for context, making more explicit the difference between non-watch and watch mode
Configuration menu - View commit details
-
Copy full SHA for 531010e - Browse repository at this point
Copy the full SHA 531010eView commit details -
(docs/fix): fix ToC changes / bugs introduced in #307 (#397)
- __DEV__ link stopped working - Contributors link didn't work - backtick formatting was removed - this was all re-generated by using `npx doctoc README.md` - doctoc is specified to be used in the ToC comments
Configuration menu - View commit details
-
Copy full SHA for 387f3c2 - Browse repository at this point
Copy the full SHA 387f3c2View commit details -
(format): alphabetize package.json deps (#398)
- this is done automatically when adding a dependency via Yarn / NPM - (but not when doing so manually) - format as separate commit so it won't need to be repeated or randomly introduced in others
Configuration menu - View commit details
-
Copy full SHA for 27ba1dd - Browse repository at this point
Copy the full SHA 27ba1ddView commit details -
(clean): remove --env=jsdom as JSDOM is Jest's default (#396)
- the React template and docs for it had --env=jsdom explicitly set, but there's no need to do this, as Jest uses JSDOM by default already - setting it a second time in CLI also overrides any custom configs
Configuration menu - View commit details
-
Copy full SHA for 7c79b74 - Browse repository at this point
Copy the full SHA 7c79b74View commit details
Commits on Dec 29, 2019
-
(optim/test): use node testEnvironment (#405)
- default is jsdom, which we don't need - also fix missing newline at EOF
Configuration menu - View commit details
-
Copy full SHA for ec0f285 - Browse repository at this point
Copy the full SHA ec0f285View commit details -
(refactor): invert if in run function (#404)
- better readability / changeability
Configuration menu - View commit details
-
Copy full SHA for e1370de - Browse repository at this point
Copy the full SHA e1370deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97fd059 - Browse repository at this point
Copy the full SHA 97fd059View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.12.0...v0.12.1