Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for Node 14 and ESM #30

Merged
merged 25 commits into from
Jun 16, 2020
Merged

Updates for Node 14 and ESM #30

merged 25 commits into from
Jun 16, 2020

Commits on Apr 28, 2020

  1. Move to esm, tap with parallelized tests, volta for pinning node, and…

    … export maps fpr node 14 and above
    kristoferbaxter committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    7fc7b38 View commit details
    Browse the repository at this point in the history
  2. v4.0.0

    kristoferbaxter committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    32acbe7 View commit details
    Browse the repository at this point in the history
  3. export default

    kristoferbaxter committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    277c719 View commit details
    Browse the repository at this point in the history
  4. v4.0.1

    kristoferbaxter committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    28a376f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14d35ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    506360a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d99ff21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    360eeca View commit details
    Browse the repository at this point in the history
  9. Autogenerate cjs main

    kristoferbaxter committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    b4e4e50 View commit details
    Browse the repository at this point in the history
  10. v4.0.2

    kristoferbaxter committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    dc25a92 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    67e28cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4611b1b View commit details
    Browse the repository at this point in the history
  13. call legacy main

    kristoferbaxter committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    0f2275e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    dae3f94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f2e5c6 View commit details
    Browse the repository at this point in the history
  3. fix: revert prettier changes

    lukeed committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    7114bd2 View commit details
    Browse the repository at this point in the history
  4. fix: remove mjs file

    lukeed committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    5adfa0b View commit details
    Browse the repository at this point in the history
  5. fix: rename js to mjs file;

    - single file source
    - use `export default`
    - ignore generated outputs
    lukeed committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    10add8e View commit details
    Browse the repository at this point in the history
  6. chore: replace rollup w/ bundt

    lukeed committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    f367835 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. revert: use old test files

    lukeed committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    ca4c7e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7490ad3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77c9fdf View commit details
    Browse the repository at this point in the history
  4. chore: test w/ esm hook

    lukeed committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    4c94708 View commit details
    Browse the repository at this point in the history
  5. fix: add exports map

    lukeed committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    8a91406 View commit details
    Browse the repository at this point in the history
  6. fix: revert type change;

    - typescript can infer from this type correctly for ESM, CJS, and TS. Using `export default` produces type errors in CJS files
    lukeed committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    f585cab View commit details
    Browse the repository at this point in the history