-
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.1
head repository: jaredpalmer/tsdx
compare: v0.12.2
- 10 commits
- 8 files changed
- 6 contributors
Commits on Dec 29, 2019
-
(docs): run doctoc on pre-commit (#399)
- and install it as a devDep - doctoc is used in the README ToC and listed in comment, but wasn't a devDep or used in any internal scripts
Configuration menu - View commit details
-
Copy full SHA for f338613 - Browse repository at this point
Copy the full SHA f338613View commit details -
(refactor): use path constants instead of custom resolveApp (#402)
- and use ensureDistFolder since that exists now - and use async readJSON since most were converted before
Configuration menu - View commit details
-
Copy full SHA for a38041f - Browse repository at this point
Copy the full SHA a38041fView commit details
Commits on Dec 31, 2019
-
(types/refactor): be more specific than 'any' in build code (#401)
- add types for all options and use those types throughout the build/watch code - fix some incorrect types in a few places that became more obvious or errors once types were added - fix default target from 'web' (not an option) to 'browser' - extract createBuildConfigs into a separate file as it's fairly long and has some relatively complex code - and refactor it a bit to make it a bit easier to read as well as easier to type (and type cast) Co-authored-by: Jared Palmer <jaredloganpalmer@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 158ee9a - Browse repository at this point
Copy the full SHA 158ee9aView commit details
Commits on Jan 2, 2020
-
(docs): add warning to tsdx.config.js usage (#400)
- similar to the ones that exist in react-app-rewired and customize-cra as, like CRA, changing TSDX internals is a fragile path
Configuration menu - View commit details
-
Copy full SHA for 35fa947 - Browse repository at this point
Copy the full SHA 35fa947View commit details
Commits on Jan 4, 2020
-
upgraded rollup-plugin-'s to @rollup/plugin-'s. (#411)
Specifically, rollup-plugin-node-resolve and rollup-plugin-commonjs.
Configuration menu - View commit details
-
Copy full SHA for cfc1e76 - Browse repository at this point
Copy the full SHA cfc1e76View commit details -
(refactor): replace ensureDistFolder with fs.outputFile (#406)
- fs.outputFile will create any directories that don't already exist - also remove extraneous ensureDistFolder w/ try-catch in build command
Configuration menu - View commit details
-
Copy full SHA for ea124bc - Browse repository at this point
Copy the full SHA ea124bcView commit details
Commits on Jan 5, 2020
-
(fix): revert #130's breaking change of tsconfig options (#415)
- not sure why this change was made in that PR as it was unrelated to the rest, but it broke some things related to Babel usage and maybe other things - e.g. babel macros were not included per #413 - and it used `tslib` instead of adding babel helper functions - add a comment of why it seems like the target is overriden to esnext - though I am not sure of the original reasoning, as it has existed since very early versions of TSDX, see #130 comments
Configuration menu - View commit details
-
Copy full SHA for 00f80ac - Browse repository at this point
Copy the full SHA 00f80acView commit details
Commits on Jan 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9e8ab92 - Browse repository at this point
Copy the full SHA 9e8ab92View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5747fd - Browse repository at this point
Copy the full SHA e5747fdView commit details
Commits on Jan 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 96fb7b6 - Browse repository at this point
Copy the full SHA 96fb7b6View 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.1...v0.12.2