|
| 1 | +--- |
| 2 | +title: Monthly updates (August 2025) |
| 3 | +description: 17 releases this month! What's new in the UnJS ecosystem? |
| 4 | +authors: |
| 5 | + - name: |
| 6 | + picture: |
| 7 | + twitter: |
| 8 | +category: |
| 9 | + - releases |
| 10 | +packages: |
| 11 | + - fetchdts |
| 12 | + - mlly |
| 13 | + - node-fetch-native |
| 14 | + - perfect-debounce |
| 15 | + - pkg-types |
| 16 | + - unbuild |
| 17 | + - undocs |
| 18 | + - unhead |
| 19 | + - unpdf |
| 20 | + - unplugin |
| 21 | + - unstorage |
| 22 | + - unwasm |
| 23 | +publishedAt: 2025-08-28T01:22:02.329Z |
| 24 | +modifiedAt: 2025-08-28T01:22:02.329Z |
| 25 | +--- |
| 26 | + |
| 27 | +## fetchdts |
| 28 | + |
| 29 | +This month, we release 1 new release (0 major release, 0 minor release and 1 patch release): |
| 30 | + |
| 31 | +- [v0.1.6](https://github.com/unjs/fetchdts/releases/tag/v0.1.6) |
| 32 | + |
| 33 | +### bug fixes |
| 34 | + |
| 35 | +- Use RequestHeaderMap for TypedRequest - by @schiller-manuel in https://github.com/unjs/fetchdts/issues/74 [<samp>(1dc94)</samp>](https://github.com/unjs/fetchdts/commit/1dc94db) |
| 36 | + |
| 37 | +## mlly |
| 38 | + |
| 39 | +This month, we release 1 new release (0 major release, 1 minor release and 0 patch release): |
| 40 | + |
| 41 | +- [v1.8.0](https://github.com/unjs/mlly/releases/tag/v1.8.0) |
| 42 | + |
| 43 | +### enhancements |
| 44 | + |
| 45 | +- **findExports:** Support export default class in declaration exports ([#320](https://github.com/unjs/mlly/pull/320)) |
| 46 | + |
| 47 | +### 🔥 performance |
| 48 | + |
| 49 | +- Improve regexp performance with non-capturing groups ([#314](https://github.com/unjs/mlly/pull/314)) |
| 50 | + |
| 51 | +### fixes |
| 52 | + |
| 53 | +- **findExports:** Exclude parameter names from function declaration export names ([#319](https://github.com/unjs/mlly/pull/319)) |
| 54 | + |
| 55 | +## node-fetch-native |
| 56 | + |
| 57 | +This month, we release 1 new release (0 major release, 0 minor release and 1 patch release): |
| 58 | + |
| 59 | +- [v1.6.7](https://github.com/unjs/node-fetch-native/releases/tag/v1.6.7) |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | +## perfect-debounce |
| 64 | + |
| 65 | +This month, we release 1 new release (1 major release, 0 minor release and 0 patch release): |
| 66 | + |
| 67 | +- [v2.0.0](https://github.com/unjs/perfect-debounce/releases/tag/v2.0.0) |
| 68 | + |
| 69 | +### enhancements |
| 70 | + |
| 71 | +- Add control methods to enhance debounce ([#35](https://github.com/unjs/perfect-debounce/pull/35)) |
| 72 | + |
| 73 | +### documentation |
| 74 | + |
| 75 | +- Fix typo for default value of `trailing` option in jsdocs ([#19](https://github.com/unjs/perfect-debounce/pull/19)) |
| 76 | +- Fix typo for example of debounce function ([#21](https://github.com/unjs/perfect-debounce/pull/21)) |
| 77 | + |
| 78 | +### 📦 breaking changes |
| 79 | + |
| 80 | +- ⚠️ ESM-only dist ([eb12800](https://github.com/unjs/perfect-debounce/commit/eb12800)) |
| 81 | + |
| 82 | +## pkg-types |
| 83 | + |
| 84 | +This month, we release 1 new release (0 major release, 1 minor release and 0 patch release): |
| 85 | + |
| 86 | +- [v2.3.0](https://github.com/unjs/pkg-types/releases/tag/v2.3.0) |
| 87 | + |
| 88 | +### enhancements |
| 89 | + |
| 90 | +- **packagejson:** Object format support for `workspaces` field ([#236](https://github.com/unjs/pkg-types/pull/236)) |
| 91 | +- Add `deno.lock` to known lockfiles ([#244](https://github.com/unjs/pkg-types/pull/244)) |
| 92 | +- Support `package.json5` and `package.yaml` ([#234](https://github.com/unjs/pkg-types/pull/234)) |
| 93 | +- `updatePackage`, `sortPackage` and `normalizePackage` utils ([#240](https://github.com/unjs/pkg-types/pull/240)) |
| 94 | + |
| 95 | +## unbuild |
| 96 | + |
| 97 | +This month, we release 1 new release (0 major release, 0 minor release and 1 patch release): |
| 98 | + |
| 99 | +- [v3.6.1](https://github.com/unjs/unbuild/releases/tag/v3.6.1) |
| 100 | + |
| 101 | +### fixes |
| 102 | + |
| 103 | +- Use `pathToFileURL` for stubbed absolute path to jiti ([#546](https://github.com/unjs/unbuild/pull/546)) |
| 104 | + |
| 105 | +## undocs |
| 106 | + |
| 107 | +This month, we release 1 new release (0 major release, 1 minor release and 0 patch release): |
| 108 | + |
| 109 | +- [v0.4.0](https://github.com/unjs/undocs/releases/tag/v0.4.0) |
| 110 | + |
| 111 | +### enhancements |
| 112 | + |
| 113 | +- Update Nuxt to v4 |
| 114 | +- **og:** Use themeColor ([4105c5a](https://github.com/unjs/undocs/commit/4105c5a)) |
| 115 | +- Add `/icon.svg` by default ([2337836](https://github.com/unjs/undocs/commit/2337836)) |
| 116 | + |
| 117 | +### fixes |
| 118 | + |
| 119 | +- Justify-center hero links when there is no hero code ([#190](https://github.com/unjs/undocs/pull/190)) |
| 120 | +- Correct the install command for deno ([#189](https://github.com/unjs/undocs/pull/189)) |
| 121 | +- Use `summary_large_image` for twitter seo meta ([a79cb6c](https://github.com/unjs/undocs/commit/a79cb6c)) |
| 122 | +- Add `og:title` and `og:description` ([8fa9961](https://github.com/unjs/undocs/commit/8fa9961)) |
| 123 | + |
| 124 | +### refactors |
| 125 | + |
| 126 | +- Set `compatibilityDate` to `latest` ([67a7f23](https://github.com/unjs/undocs/commit/67a7f23)) |
| 127 | +- Update og image ([ae6fa5b](https://github.com/unjs/undocs/commit/ae6fa5b)) |
| 128 | +- Update landing sponsors/contributors ([f8cc963](https://github.com/unjs/undocs/commit/f8cc963)) |
| 129 | + |
| 130 | +## unhead |
| 131 | + |
| 132 | +This month, we release 1 new release (0 major release, 0 minor release and 1 patch release): |
| 133 | + |
| 134 | +- [v2.0.14](https://github.com/unjs/unhead/releases/tag/v2.0.14) |
| 135 | + |
| 136 | +### bug fixes |
| 137 | + |
| 138 | +- **unhead**: Multiword attributes in template - by @NikSimonov in https://github.com/unjs/unhead/issues/568 [<samp>(f635b)</samp>](https://github.com/unjs/unhead/commit/f635b929) |
| 139 | + |
| 140 | +## unpdf |
| 141 | + |
| 142 | +This month, we release 3 new releases (0 major release, 1 minor release and 2 patch releases): |
| 143 | + |
| 144 | +- [v1.2.2](https://github.com/unjs/unpdf/releases/tag/v1.2.2) |
| 145 | +- [v1.2.1](https://github.com/unjs/unpdf/releases/tag/v1.2.1) |
| 146 | +- [v1.2.0](https://github.com/unjs/unpdf/releases/tag/v1.2.0) |
| 147 | + |
| 148 | +### bug fixes |
| 149 | + |
| 150 | +- Add navigator mock required for PDF.js 5.4.54+ - by @johannschopplich in https://github.com/unjs/unpdf/issues/42 [<samp>(027f6)</samp>](https://github.com/unjs/unpdf/commit/027f66d) |
| 151 | + |
| 152 | +### features |
| 153 | + |
| 154 | +- Add `toDataURL` option to `renderPageAsImage` function - by @vladiantio in https://github.com/unjs/unpdf/issues/41 [<samp>(b9f5c)</samp>](https://github.com/unjs/unpdf/commit/b9f5ca7) |
| 155 | + |
| 156 | +## unplugin |
| 157 | + |
| 158 | +This month, we release 3 new releases (0 major release, 0 minor release and 3 patch releases): |
| 159 | + |
| 160 | +- [v2.3.8](https://github.com/unjs/unplugin/releases/tag/v2.3.8) |
| 161 | +- [v2.3.7](https://github.com/unjs/unplugin/releases/tag/v2.3.7) |
| 162 | +- [v2.3.6](https://github.com/unjs/unplugin/releases/tag/v2.3.6) |
| 163 | + |
| 164 | +### bug fixes |
| 165 | + |
| 166 | +- **rspack**: Gate virtual folder behind process pid - by @elbywan in https://github.com/unjs/unplugin/issues/538 [<samp>(417a6)</samp>](https://github.com/unjs/unplugin/commit/417a6bf) |
| 167 | + |
| 168 | +## unstorage |
| 169 | + |
| 170 | +This month, we release 1 new release (0 major release, 1 minor release and 0 patch release): |
| 171 | + |
| 172 | +- [v1.17.0](https://github.com/unjs/unstorage/releases/tag/v1.17.0) |
| 173 | + |
| 174 | +### enhancements |
| 175 | + |
| 176 | +- Add `vercel-runtime-cache` driver ([#656](https://github.com/unjs/unstorage/pull/656)) |
| 177 | +- **deno-kv:** Support `ttl` for `setItem` and `setItemRaw` ([#659](https://github.com/unjs/unstorage/pull/659)) |
| 178 | + |
| 179 | +### documentation |
| 180 | + |
| 181 | +- **database:** Correct `tableName` config key ([#652](https://github.com/unjs/unstorage/pull/652), ([#653](https://github.com/unjs/unstorage/pull/653)) |
| 182 | + |
| 183 | +## unwasm |
| 184 | + |
| 185 | +This month, we release 2 new releases (0 major release, 0 minor release and 2 patch releases): |
| 186 | + |
| 187 | +- [v0.3.11](https://github.com/unjs/unwasm/releases/tag/v0.3.11) |
| 188 | +- [v0.3.10](https://github.com/unjs/unwasm/releases/tag/v0.3.10) |
| 189 | + |
| 190 | +### fixes |
| 191 | + |
| 192 | +- Add missing opcodes to support parsing prisma wasm ([#68](https://github.com/unjs/unwasm/pull/68)) |
| 193 | + |
| 194 | +### refactors |
| 195 | + |
| 196 | +- Split runtime logic ([44fd280](https://github.com/unjs/unwasm/commit/44fd280)) |
| 197 | +- Update pkg-types to v2 ([ffadf66](https://github.com/unjs/unwasm/commit/ffadf66)) |
0 commit comments