|
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-rc.1 |
| 6 | + |
| 7 | +[compare changes](https://github.com/unjs/std-env/compare/v3.10.0...v4.0.0-rc.1) |
| 8 | + |
| 9 | +### 🚀 Enhancements |
| 10 | + |
| 11 | +- Agent detection ([#179](https://github.com/unjs/std-env/pull/179)) |
| 12 | +- Check `MODE` variable for `isDevelopment` and `isProduction` flags ([#114](https://github.com/unjs/std-env/pull/114)) |
| 13 | + |
| 14 | +### 🔥 Performance |
| 15 | + |
| 16 | +- No need to pass env ref ([44bab37](https://github.com/unjs/std-env/commit/44bab37)) |
| 17 | + |
| 18 | +### 🩹 Fixes |
| 19 | + |
| 20 | +- Jenkins detection ([#171](https://github.com/unjs/std-env/pull/171)) |
| 21 | + |
| 22 | +### 💅 Refactors |
| 23 | + |
| 24 | +- ⚠️ Remove env and process shims ([d4de8a4](https://github.com/unjs/std-env/commit/d4de8a4)) |
| 25 | +- ⚠️ Improve codebase ([653b127](https://github.com/unjs/std-env/commit/653b127)) |
| 26 | +- Default `nodeEnv` to `undefined` ([c78098a](https://github.com/unjs/std-env/commit/c78098a)) |
| 27 | +- Remove `toBoolean` util ([23bfb8f](https://github.com/unjs/std-env/commit/23bfb8f)) |
| 28 | + |
| 29 | +### 📦 Build |
| 30 | + |
| 31 | +- ⚠️ Esm-only dist ([d31cca3](https://github.com/unjs/std-env/commit/d31cca3)) |
| 32 | + |
| 33 | +### 🏡 Chore |
| 34 | + |
| 35 | +- Migrate to oxlint, oxfmt and tsgo ([3de70cf](https://github.com/unjs/std-env/commit/3de70cf)) |
| 36 | +- Update lockfile ([c6e909c](https://github.com/unjs/std-env/commit/c6e909c)) |
| 37 | +- Update ([06201cc](https://github.com/unjs/std-env/commit/06201cc)) |
| 38 | +- Apply automated updates ([8f0d79f](https://github.com/unjs/std-env/commit/8f0d79f)) |
| 39 | +- Update deps ([8168254](https://github.com/unjs/std-env/commit/8168254)) |
| 40 | +- Prepare for v4 rc ([58118f5](https://github.com/unjs/std-env/commit/58118f5)) |
| 41 | + |
| 42 | +#### ⚠️ Breaking Changes |
| 43 | + |
| 44 | +- ⚠️ Remove env and process shims ([d4de8a4](https://github.com/unjs/std-env/commit/d4de8a4)) |
| 45 | +- ⚠️ Improve codebase ([653b127](https://github.com/unjs/std-env/commit/653b127)) |
| 46 | +- ⚠️ Esm-only dist ([d31cca3](https://github.com/unjs/std-env/commit/d31cca3)) |
| 47 | + |
| 48 | +### ❤️ Contributors |
| 49 | + |
| 50 | +- Pooya Parsa ([@pi0](https://github.com/pi0)) |
| 51 | +- Mark R. Florkowski ([@markflorkowski](https://github.com/markflorkowski)) |
| 52 | +- Gustavo Perdomo <gperdomor@gmail.com> |
| 53 | + |
5 | 54 | ## v3.10.0 |
6 | 55 |
|
7 | 56 | [compare changes](https://github.com/unjs/std-env/compare/v3.9.0...v3.10.0) |
|
0 commit comments