Skip to content

Commit d98b692

Browse files
committed
content: create monthly updates
1 parent 93e9f73 commit d98b692

File tree

1 file changed

+103
-0
lines changed

1 file changed

+103
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
---
2+
title: Monthly updates (May 2024)
3+
description: 12 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+
- codeup
12+
- mlly
13+
- pkg-types
14+
- undio
15+
- unhead
16+
- unrouting
17+
publishedAt: 2024-05-28T01:01:51.881Z
18+
modifiedAt: 2024-05-28T01:01:51.881Z
19+
---
20+
21+
## codeup
22+
23+
This month, we release 4 new releases (0 major release, 0 minor release and 4 patch releases):
24+
25+
- [v0.0.4](https://github.com/unjs/codeup/releases/tag/v0.0.4)
26+
- [v0.0.3](https://github.com/unjs/codeup/releases/tag/v0.0.3)
27+
- [v0.0.2](https://github.com/unjs/codeup/releases/tag/v0.0.2)
28+
- [v0.0.1](https://github.com/unjs/codeup/releases/tag/v0.0.1)
29+
30+
### fixes
31+
32+
- Provide alias for `codeup` for code portability ([ed1f862](https://github.com/unjs/codeup/commit/ed1f862))
33+
34+
## mlly
35+
36+
This month, we release 1 new release (0 major release, 1 minor release and 0 patch release):
37+
38+
- [v1.7.0](https://github.com/unjs/mlly/releases/tag/v1.7.0)
39+
40+
### enhancements
41+
42+
- **isValidNodeImport:** Support `stripComments` option ([#236](https://github.com/unjs/mlly/pull/236))
43+
44+
### fixes
45+
46+
- **findExports:** Find declaration export with inline object or array ([#247](https://github.com/unjs/mlly/pull/247))
47+
48+
### refactors
49+
50+
- **interopDefault:** Simplify implementation ([#243](https://github.com/unjs/mlly/pull/243))
51+
52+
### documentation
53+
54+
- Added jsdocs to exported functions and types ([#241](https://github.com/unjs/mlly/pull/241))
55+
56+
## pkg-types
57+
58+
This month, we release 1 new release (0 major release, 0 minor release and 1 patch release):
59+
60+
- [v1.1.1](https://github.com/unjs/pkg-types/releases/tag/v1.1.1)
61+
62+
### fixes
63+
64+
- Check for all lockfiles before ascending directories ([#179](https://github.com/unjs/pkg-types/pull/179))
65+
66+
## undio
67+
68+
This month, we release 1 new release (0 major release, 1 minor release and 0 patch release):
69+
70+
- [v0.2.0](https://github.com/unjs/undio/releases/tag/v0.2.0)
71+
72+
### enhancements
73+
74+
- Support converting from node readable stream ([#14](https://github.com/unjs/undio/pull/14))
75+
- **base64:** Support `data:` url first ([#15](https://github.com/unjs/undio/pull/15))
76+
77+
### fixes
78+
79+
- **base64:** Always use utf8 safe encoding and decoding ([8771f99](https://github.com/unjs/undio/commit/8771f99))
80+
81+
### refactors
82+
83+
- Rename `String` type to `Text` ([764f03b](https://github.com/unjs/undio/commit/764f03b))
84+
85+
## unhead
86+
87+
This month, we release 4 new releases (0 major release, 0 minor release and 4 patch releases):
88+
89+
- [v1.9.11](https://github.com/unjs/unhead/releases/tag/v1.9.11)
90+
- [v1.9.10](https://github.com/unjs/unhead/releases/tag/v1.9.10)
91+
- [v1.9.9](https://github.com/unjs/unhead/releases/tag/v1.9.9)
92+
- [v1.9.8](https://github.com/unjs/unhead/releases/tag/v1.9.8)
93+
94+
### bug fixes
95+
96+
- **scripts**: Lazily trigger `beforeInit` - by @harlan-zw [<samp>(d1e19)</samp>](https://github.com/unjs/unhead/commit/d1e19305)
97+
98+
## unrouting
99+
100+
This month, we release 1 new release (0 major release, 0 minor release and 1 patch release):
101+
102+
- [v0.0.1](https://github.com/unjs/unrouting/releases/tag/v0.0.1)
103+

0 commit comments

Comments
 (0)