|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
4 | 4 |
|
| 5 | +## v4.0.0-alpha.1 |
| 6 | + |
| 7 | +[compare changes](https://github.com/unjs/ipx/compare/v3.1.1...v4.0.0-alpha.1) |
| 8 | + |
| 9 | +### 🚀 Enhancements |
| 10 | + |
| 11 | +- Export `IPXModifiers` ([#272](https://github.com/unjs/ipx/pull/272)) |
| 12 | +- `serveIPX` util ([2b2252d](https://github.com/unjs/ipx/commit/2b2252d)) |
| 13 | + |
| 14 | +### 💅 Refactors |
| 15 | + |
| 16 | +- Modernize ts usage ([23f2564](https://github.com/unjs/ipx/commit/23f2564)) |
| 17 | +- Upgrade to h3 v2 ([d64cd73](https://github.com/unjs/ipx/commit/d64cd73)) |
| 18 | + |
| 19 | +### 📖 Documentation |
| 20 | + |
| 21 | +- Update readme with flatten, modulate, crop + animated modifiers ([#273](https://github.com/unjs/ipx/pull/273)) |
| 22 | + |
| 23 | +### 📦 Build |
| 24 | + |
| 25 | +- ⚠️ Esm-only ([48b60f2](https://github.com/unjs/ipx/commit/48b60f2)) |
| 26 | +- Reduce install size ([69762d7](https://github.com/unjs/ipx/commit/69762d7)) |
| 27 | +- Optimize dist ([1db481c](https://github.com/unjs/ipx/commit/1db481c)) |
| 28 | + |
| 29 | +### 🏡 Chore |
| 30 | + |
| 31 | +- Update dependencies ([c897029](https://github.com/unjs/ipx/commit/c897029)) |
| 32 | +- Update ci ([f7091d4](https://github.com/unjs/ipx/commit/f7091d4)) |
| 33 | +- Add automd ([69c00e4](https://github.com/unjs/ipx/commit/69c00e4)) |
| 34 | +- Update deps ([f799aa1](https://github.com/unjs/ipx/commit/f799aa1)) |
| 35 | +- Prepare for 4 alpha ([791dac0](https://github.com/unjs/ipx/commit/791dac0)) |
| 36 | +- Update examples ([42de920](https://github.com/unjs/ipx/commit/42de920)) |
| 37 | +- Update readme ([5725964](https://github.com/unjs/ipx/commit/5725964)) |
| 38 | +- Fix type issues ([9f61fd0](https://github.com/unjs/ipx/commit/9f61fd0)) |
| 39 | +- Add basic migration nodes ([21afdb0](https://github.com/unjs/ipx/commit/21afdb0)) |
| 40 | + |
| 41 | +### ✅ Tests |
| 42 | + |
| 43 | +- Update tests ([c9cd3af](https://github.com/unjs/ipx/commit/c9cd3af)) |
| 44 | + |
| 45 | +### 🤖 CI |
| 46 | + |
| 47 | +- Run automd via lint:fix ([7fb1298](https://github.com/unjs/ipx/commit/7fb1298)) |
| 48 | +- Build before typehecking ([c88b6db](https://github.com/unjs/ipx/commit/c88b6db)) |
| 49 | + |
| 50 | +#### ⚠️ Breaking Changes |
| 51 | + |
| 52 | +- ⚠️ Esm-only ([48b60f2](https://github.com/unjs/ipx/commit/48b60f2)) |
| 53 | + |
| 54 | +### ❤️ Contributors |
| 55 | + |
| 56 | +- Pooya Parsa ([@pi0](https://github.com/pi0)) |
| 57 | +- Daniel Roe ([@danielroe](https://github.com/danielroe)) |
| 58 | + |
5 | 59 | ## v3.1.1 |
6 | 60 |
|
7 | 61 | [compare changes](https://github.com/unjs/ipx/compare/v3.1.0...v3.1.1) |
|
0 commit comments