chore(formatters): release @discordjs/formatters@0.4.0

This commit is contained in:
Vlad Frangu
2024-05-04 19:44:53 +03:00
parent 35f2b3a8c9
commit 92501ae343
2 changed files with 23 additions and 1 deletions

View File

@@ -2,6 +2,28 @@
All notable changes to this project will be documented in this file.
# [@discordjs/formatters@0.4.0](https://github.com/discordjs/discord.js/compare/@discordjs/formatters@0.3.3...@discordjs/formatters@0.4.0) - (2024-05-04)
## Bug Fixes
- **Faces:** Escape backslash in `Shrug` (#10156) ([0f9017e](https://github.com/discordjs/discord.js/commit/0f9017ef954c4c971a6fc1304741843c876e589a))
- **escape*:** Dont escape urls (#9958) ([0f1e02b](https://github.com/discordjs/discord.js/commit/0f1e02b3ddb7db8f5efdcd35a48a6f926b6ff13c))
- Deprecate `underscore` in favor of `underline` (#10054) ([461948c](https://github.com/discordjs/discord.js/commit/461948c07d8b2dcd63f5e13174ec799dfe745beb))
- Minify mainlib docs json (#9963) ([4b88306](https://github.com/discordjs/discord.js/commit/4b88306dcb2b16b840ec61e9e33047af3a31c45d))
## Documentation
- Split docs.api.json into multiple json files ([597340f](https://github.com/discordjs/discord.js/commit/597340f288437c35da8c703d9b621274de60d880))
## Features
- Local and preview detection ([79fbda3](https://github.com/discordjs/discord.js/commit/79fbda3aac6d4f0f8bfb193e797d09cbe331d315))
## Refactor
- Docs (#10126) ([18cce83](https://github.com/discordjs/discord.js/commit/18cce83d80598c430218775c53441b6b2ecdc776))
- **formatters:** Add support for object and name param in `formatEmoji()` (#10076) ([7b8e0de](https://github.com/discordjs/discord.js/commit/7b8e0debebb944184b5817edd76cb0ac7e870993))
# [@discordjs/formatters@0.3.3](https://github.com/discordjs/discord.js/compare/@discordjs/formatters@0.3.2...@discordjs/formatters@0.3.3) - (2023-11-12)
## Documentation

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@discordjs/formatters",
"version": "0.3.3",
"version": "0.4.0",
"description": "A set of functions to format strings for Discord.",
"scripts": {
"test": "vitest run",