Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
[skip ci]

## [3.0.0](v2.1.4...v3.0.0) (2025-02-03)

### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## 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.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

### Features

* support cjs and esm both by tshy ([#19](#19)) ([c94425a](c94425a))
  • Loading branch information
semantic-release-bot committed Feb 3, 2025
1 parent c94425a commit 01b5631
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
41 changes: 40 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# Changelog

## [3.0.0](https://github.com/eggjs/view/compare/v2.1.4...v3.0.0) (2025-02-03)


### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of https://github.com/eggjs/egg/issues/3644

https://github.com/eggjs/egg/issues/5257

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## 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.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

### Features

* support cjs and esm both by tshy ([#19](https://github.com/eggjs/view/issues/19)) ([c94425a](https://github.com/eggjs/view/commit/c94425a525768a3a6cd07c8ba024fa4a3974fc0b))

2.1.4 / 2023-02-03
==================
Expand Down Expand Up @@ -67,4 +107,3 @@
==================

init version

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/view",
"version": "2.1.4",
"version": "3.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 01b5631

Please sign in to comment.