Skip to content

Releases: eggjs/view

v3.0.1

03 Feb 16:39
Compare
Choose a tag to compare

3.0.1 (2025-02-03)

Bug Fixes

  • should import context types (46b153f)

This release is also available on:

v3.0.0

03 Feb 16:31
Compare
Choose a tag to compare

3.0.0 (2025-02-03)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

Summary by CodeRabbit

  • New Features
    • Introduced a streamlined release workflow for automated publishing.
  • Enhanced view rendering with asynchronous methods for improved
    performance.
  • Refactor
  • Modernized the codebase by migrating from generator functions to
    async/await and adopting ES module syntax.
  • Rebranded the package from "egg-view" to "@eggjs/view" with updated
    dependency management.
  • Documentation
  • Updated installation instructions and usage examples to reflect the
    new package name.
  • Chores
  • Upgraded Node.js support to version ≥ 18.19.0 and refined
    configuration settings.
  • Bug Fixes
  • Removed obsolete configuration files and streamlined project structure
    for better maintainability.

Features

  • support cjs and esm both by tshy (#19) (c94425a)

This release is also available on:

v2.1.4

03 Feb 15:02
v2.1.4
0f4e16a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.3...v2.1.4