Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jaredpalmer/tsdx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: jaredpalmer/tsdx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.1
Choose a head ref
  • 12 commits
  • 9 files changed
  • 6 contributors

Commits on Dec 19, 2019

  1. 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
    sebald authored and jaredpalmer committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    ee4b307 View commit details
    Browse the repository at this point in the history
  2. (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 :/ :/
    agilgur5 authored and jaredpalmer committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    2a5e5a5 View commit details
    Browse the repository at this point in the history
  3. 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
    hedgerh authored and jaredpalmer committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    ab54278 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. [docs] howto turn off watch mode (#385)

    Taken from here: #319 (comment)
    lookfirst authored and swyxio committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    efb3539 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Update @types/node to the latest version 🚀 (#391)

    * chore(package): update @types/node to version 13.1.0
    
    * chore(package): update lockfile yarn.lock
    greenkeeper[bot] authored and swyxio committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    be3c410 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

  1. (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
    agilgur5 authored and swyxio committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    531010e View commit details
    Browse the repository at this point in the history
  2. (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
    agilgur5 authored and swyxio committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    387f3c2 View commit details
    Browse the repository at this point in the history
  3. (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
    agilgur5 authored and swyxio committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    27ba1dd View commit details
    Browse the repository at this point in the history
  4. (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
    agilgur5 authored and swyxio committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    7c79b74 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. (optim/test): use node testEnvironment (#405)

    - default is jsdom, which we don't need
    
    - also fix missing newline at EOF
    agilgur5 authored and swyxio committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    ec0f285 View commit details
    Browse the repository at this point in the history
  2. (refactor): invert if in run function (#404)

    - better readability / changeability
    agilgur5 authored and swyxio committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    e1370de View commit details
    Browse the repository at this point in the history
  3. v0.12.1

    jaredpalmer committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    97fd059 View commit details
    Browse the repository at this point in the history
Loading