Skip to content

Commit 7c5a959

Browse files
Create release (#62)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7154efb commit 7c5a959

5 files changed

+21
-24
lines changed

.changeset/late-ducks-notice.md

-9
This file was deleted.

.changeset/rude-dancers-grab.md

-7
This file was deleted.

.changeset/seven-apples-nail.md

-7
This file was deleted.

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @fransvilhelm/wp-bundler
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- Make project esm only (by [@adambrgmn](https://github.com/adambrgmn) in [#66](https://github.com/adambrgmn/wp-bundler/pull/66))
8+
9+
This project is now esm only. Generally it shouldn't affect you that much. But if you plan on building something on top of wp-bundler, using the exposed interfaces you need to be aware of this fact.
10+
11+
- Remove ability to call wp-bundler without sub commands (by [@adambrgmn](https://github.com/adambrgmn) in [#69](https://github.com/adambrgmn/wp-bundler/pull/69))
12+
13+
Previously we allowed calling `wp-bundler` without `dev` or `build` sub commands, like it was from v1. This release removes that ability. From now on you must call `wp-bundler dev` or `wp-bundler build`.
14+
15+
### Minor Changes
16+
17+
- Move away from multibundler setup (by [@adambrgmn](https://github.com/adambrgmn) in [#69](https://github.com/adambrgmn/wp-bundler/pull/69))
18+
19+
Previously we initiated two separate esbuild process to build the modern and legacy outputs. This meant we had no way to output a good asset loader witouth waiting for both of the outputs to be done and merge them.
20+
21+
With this approach the legacy output is moving into the main process again. Something that will speed up and make out lives much easier in the future.
22+
323
## 3.0.1
424

525
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fransvilhelm/wp-bundler",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "A fast bundler tailored for WordPress based on esbuild",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)