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.1
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.2
Choose a head ref
  • 10 commits
  • 8 files changed
  • 6 contributors

Commits on Dec 29, 2019

  1. (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
    agilgur5 authored and jaredpalmer committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    f338613 View commit details
    Browse the repository at this point in the history
  2. (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
    agilgur5 authored and jaredpalmer committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    a38041f View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. (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>
    agilgur5 and jaredpalmer committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    158ee9a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. (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
    agilgur5 authored and swyxio committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    35fa947 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. upgraded rollup-plugin-'s to @rollup/plugin-'s. (#411)

    Specifically, rollup-plugin-node-resolve and rollup-plugin-commonjs.
    SKalt authored and jaredpalmer committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    cfc1e76 View commit details
    Browse the repository at this point in the history
  2. (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
    agilgur5 authored and jaredpalmer committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    ea124bc View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. (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
    agilgur5 authored and jaredpalmer committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    00f80ac View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Fix onFailure example (#416)

    karlhorky authored and jaredpalmer committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    9e8ab92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5747fd View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. v0.12.2

    jaredpalmer committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    96fb7b6 View commit details
    Browse the repository at this point in the history
Loading