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

feat: ES module builds (ESM Support) #2665

Draft
wants to merge 37 commits into
base: dove
Choose a base branch
from

Commits on Oct 15, 2021

  1. Merge pull request #19 from feathersjs/dove

    [pull] dove from feathersjs:dove
    fratzinger authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    8127d82 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    22b7457 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f85aac8 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    4aabf87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58f03ef View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    7cfea62 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    ec529cd View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Configuration menu
    Copy the full SHA
    4a02435 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    fdfbb8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77c7741 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ee4f06 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #41 from fratzinger/feathersjs-dove

    Feathersjs dove
    fratzinger authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    eacadd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Configuration menu
    Copy the full SHA
    e4981d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    3c2bcb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    036bd6a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    88760f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57ba14b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    7807fab View commit details
    Browse the repository at this point in the history
  2. fix(esm): don't use export = but export default

    - add module.exports for default export
    fratzinger committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    f7ac14b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbb636b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    357f364 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    113ec58 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Configuration menu
    Copy the full SHA
    d2cc9f6 View commit details
    Browse the repository at this point in the history
  2. fix typo in compile script

    fratzinger committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    8c4f594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    707f782 View commit details
    Browse the repository at this point in the history
  4. chore: update package-lock

    fratzinger committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    eef613a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5969be2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b888cd0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7eafb7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0af31a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Merge with latest dove

    daffl committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    f839bcb View commit details
    Browse the repository at this point in the history
  2. Update ESM build

    daffl committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    e6f7a3d View commit details
    Browse the repository at this point in the history
  3. Update all dependencies

    daffl committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    4095a58 View commit details
    Browse the repository at this point in the history
  4. Update all package file lists

    daffl committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    820743d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    43f2b08 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    926ffd6 View commit details
    Browse the repository at this point in the history
  2. fix: trailing comma json

    fratzinger committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0502063 View commit details
    Browse the repository at this point in the history