@sapphire/result 2.8.0-next.ba2969f4 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [@sapphire/result@2.8.0](https://github.com/sapphiredev/utilities/compare/@sapphire/result@2.7.3...@sapphire/result@2.8.0) - (2025-11-08)
6
+
7
+ ## 🚀 Features
8
+
9
+ - Add safeTry to emulate rust ? operator ([6abc552](https://github.com/sapphiredev/utilities/commit/6abc55224deb9de8f54896227b4906b133c5a2b6)) ([#917](https://github.com/sapphiredev/utilities/pull/917) by @feelsantiago)
10
+ - Improve result and options types ([f3515ea](https://github.com/sapphiredev/utilities/commit/f3515ea3b465eb8e4e0cdce4bd0c5189c67570c6)) ([#918](https://github.com/sapphiredev/utilities/pull/918) by @feelsantiago)
11
+
5
12
  # [@sapphire/result@2.7.3](https://github.com/sapphiredev/utilities/compare/@sapphire/result@2.7.2...@sapphire/result@2.7.3) - (2025-09-24)
6
13
 
7
14
  ## 🐛 Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/result",
3
- "version": "2.8.0-next.ba2969f4",
3
+ "version": "2.8.0",
4
4
  "description": "A TypeScript port of Nightly Rust's Result and Option structs",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",