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: refactor with typescript to support cjs ane esm both #5328

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jun 18, 2024

  1. feat: refactor with typescript to support cjs ane esm both

    BREAKING CHANGE: Drop Node.js < 18.19.0 support
    
    part of #3644
    
    Breaking changes:
     - Drop Node.js < 18.19.0 support
     - Drop generator function support
    
    use @eggjs/core@4 eggjs/egg-core#265
    fengmk2 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7232a5f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. middleware

    fengmk2 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    89df72a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. support EGG_PATH

    fengmk2 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    45647f5 View commit details
    Browse the repository at this point in the history
  2. createLoggers

    fengmk2 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    54abba8 View commit details
    Browse the repository at this point in the history
  3. context_httpclient

    fengmk2 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    214b05c View commit details
    Browse the repository at this point in the history
  4. BaseContextClass

    fengmk2 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    235b77a View commit details
    Browse the repository at this point in the history
  5. Agent

    fengmk2 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    37abca9 View commit details
    Browse the repository at this point in the history
  6. Application

    fengmk2 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    4225a16 View commit details
    Browse the repository at this point in the history
  7. fix lint

    fengmk2 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    d7bf421 View commit details
    Browse the repository at this point in the history
  8. first test pass

    fengmk2 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    9f66f32 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. release beta

    fengmk2 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9f327a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. test sign

    fengmk2 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    49f748b View commit details
    Browse the repository at this point in the history