Skip to content

Releases: eggjs/egg-utils

v4.0.2

17 Jun 15:59
Compare
Choose a tag to compare

4.0.2 (2024-06-17)

Bug Fixes


This release is also available on:

v4.0.1

17 Jun 14:32
Compare
Choose a tag to compare

4.0.1 (2024-06-17)

Bug Fixes


This release is also available on:

v4.0.0

17 Jun 13:50
Compare
Choose a tag to compare

4.0.0 (2024-06-17)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

eggjs/egg#5257

Summary by CodeRabbit

  • New Features

  • Introduced new utility functions for resolving and importing modules
    with support for CommonJS and ESM formats.

  • Added new test fixtures for CommonJS and ESM modules to validate
    module import functionality.

  • Refactor

  • Updated import statements to include file extensions (.js) for
    consistency and compatibility.

    • Refactored code to use async/await for asynchronous operations.
    • Improved path handling in tests with helper functions.
  • Documentation

  • Updated package.json with new scripts, dependencies, and module
    management configurations.

  • Chores

  • Enhanced .gitignore to exclude .tshy* files and dist/ directory.

    • Modified GitHub Actions workflows for Node.js and release processes.
  • Tests

    • Added tests for new module import functions.
    • Updated existing tests to reflect new import paths and async changes.
  • Configuration

  • Updated tsconfig.json for stricter TypeScript settings and modern
    module resolution.

Features

  • support @eggjs/core next version (#21) (a37968c)

v3.0.1

12 Jan 12:46
Compare
Choose a tag to compare

3.0.1 (2024-01-12)

Bug Fixes

  • scope package resolve logic in monorepo (#20) (f4a47b9)

This release is also available on:

v3.0.0

29 May 05:57
Compare
Choose a tag to compare

3.0.0 (2023-05-29)

⚠ BREAKING CHANGES

  • drop Node.js 14 support

closes #18

Features


This release is also available on:

v2.5.0

26 Apr 01:18
Compare
Choose a tag to compare

2.5.0 (2023-04-26)

Features

  • getFrameworkPath support monorepo (#16) (47ffc89)

This release is also available on: