Skip to content

Latest commit

 

History

History
108 lines (70 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

108 lines (70 loc) · 3.54 KB

Changelog

3.0.1 (2025-01-12)

Bug Fixes

  • not allow to override the app.locals.__ method (#15) (6e8447c)

3.0.0 (2025-01-11)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

Summary by CodeRabbit

Based on the comprehensive changes, here are the updated release notes:

  • New Features

    • Migrated package to TypeScript with improved type safety.
  • Enhanced internationalization (i18n) support with more flexible configuration.

    • Added comprehensive GitHub Actions workflows for CI/CD.
  • Improvements

    • Updated Node.js compatibility to version 18.19.0+.
    • Modernized module system with ES module support.
    • Refined configuration and localization mechanisms.
  • Breaking Changes

    • Package renamed from egg-i18n to @eggjs/i18n.
    • Switched from CommonJS to ES module syntax.
    • Removed legacy configuration files and testing infrastructure.
  • Chores

    • Cleaned up and simplified project structure.
    • Updated dependencies and development tooling.
    • Improved documentation and README.

Features

  • support cjs and esm both by tshy (#14) (ccc8eaa)

2.1.1 / 2019-04-30

fixes

others

2.1.0 / 2019-04-28

features

others

2.0.0 / 2017-11-10

others

1.2.0 / 2017-09-13

features

1.1.1 / 2017-04-19

  • fix: config.i18n.dir should be config.i18n.dirs (#6)

1.1.0 / 2017-01-13

  • feat: add ctx.locale getter (#5)
  • deps: upgrade deps (#4)

1.0.2 / 2016-08-26

  • fix: don't use bind (#3)

1.0.1 / 2016-08-16

  • fix: use loader.getLoadUnits from egg-core (#2)

1.0.0 / 2016-08-02

  • init version