Skip to content

Commit

Permalink
content: create monthly updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes committed May 28, 2024
1 parent 93e9f73 commit d98b692
Showing 1 changed file with 103 additions and 0 deletions.
103 changes: 103 additions & 0 deletions content/blog/2024-05-28-may-monthly-updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
---
title: Monthly updates (May 2024)
description: 12 releases this month! What's new in the UnJS ecosystem?
authors:
- name:
picture:
twitter:
category:
- releases
packages:
- codeup
- mlly
- pkg-types
- undio
- unhead
- unrouting
publishedAt: 2024-05-28T01:01:51.881Z
modifiedAt: 2024-05-28T01:01:51.881Z
---

## codeup

This month, we release 4 new releases (0 major release, 0 minor release and 4 patch releases):

- [v0.0.4](https://github.com/unjs/codeup/releases/tag/v0.0.4)
- [v0.0.3](https://github.com/unjs/codeup/releases/tag/v0.0.3)
- [v0.0.2](https://github.com/unjs/codeup/releases/tag/v0.0.2)
- [v0.0.1](https://github.com/unjs/codeup/releases/tag/v0.0.1)

### fixes

- Provide alias for `codeup` for code portability ([ed1f862](https://github.com/unjs/codeup/commit/ed1f862))

## mlly

This month, we release 1 new release (0 major release, 1 minor release and 0 patch release):

- [v1.7.0](https://github.com/unjs/mlly/releases/tag/v1.7.0)

### enhancements

- **isValidNodeImport:** Support `stripComments` option ([#236](https://github.com/unjs/mlly/pull/236))

### fixes

- **findExports:** Find declaration export with inline object or array ([#247](https://github.com/unjs/mlly/pull/247))

### refactors

- **interopDefault:** Simplify implementation ([#243](https://github.com/unjs/mlly/pull/243))

### documentation

- Added jsdocs to exported functions and types ([#241](https://github.com/unjs/mlly/pull/241))

## pkg-types

This month, we release 1 new release (0 major release, 0 minor release and 1 patch release):

- [v1.1.1](https://github.com/unjs/pkg-types/releases/tag/v1.1.1)

### fixes

- Check for all lockfiles before ascending directories ([#179](https://github.com/unjs/pkg-types/pull/179))

## undio

This month, we release 1 new release (0 major release, 1 minor release and 0 patch release):

- [v0.2.0](https://github.com/unjs/undio/releases/tag/v0.2.0)

### enhancements

- Support converting from node readable stream ([#14](https://github.com/unjs/undio/pull/14))
- **base64:** Support `data:` url first ([#15](https://github.com/unjs/undio/pull/15))

### fixes

- **base64:** Always use utf8 safe encoding and decoding ([8771f99](https://github.com/unjs/undio/commit/8771f99))

### refactors

- Rename `String` type to `Text` ([764f03b](https://github.com/unjs/undio/commit/764f03b))

## unhead

This month, we release 4 new releases (0 major release, 0 minor release and 4 patch releases):

- [v1.9.11](https://github.com/unjs/unhead/releases/tag/v1.9.11)
- [v1.9.10](https://github.com/unjs/unhead/releases/tag/v1.9.10)
- [v1.9.9](https://github.com/unjs/unhead/releases/tag/v1.9.9)
- [v1.9.8](https://github.com/unjs/unhead/releases/tag/v1.9.8)

### bug fixes

- **scripts**: Lazily trigger `beforeInit` - by @harlan-zw [<samp>(d1e19)</samp>](https://github.com/unjs/unhead/commit/d1e19305)

## unrouting

This month, we release 1 new release (0 major release, 0 minor release and 1 patch release):

- [v0.0.1](https://github.com/unjs/unrouting/releases/tag/v0.0.1)

0 comments on commit d98b692

Please sign in to comment.