From 71f53d247842db1cbfb2bc6419456d827ce37eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Lamarque?= Date: Sun, 20 Oct 2024 13:07:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Move=20unreleased=20changelog=20?= =?UTF-8?q?to=20GitHub=20releases=20(#701)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 65 ---------------------------------------------------- 1 file changed, 65 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c10286880..b3edd2c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,71 +16,6 @@ All notable changes to this project will be documented in this file. ## 🚧 Unreleased -### ✨ Added - -- The `Zero.Companion.orThrow(Byte)` **experimental** method for Kotlin and Java - platforms, and the `Zero.Companion.orNull(Byte)` **experimental** method only - for Kotlin platforms ([#688]). -- In the `EmailAddress.Companion` **experimental** type, the `orThrow(String)` - and the `orThrow(String, String)` methods for Kotlin and Java platforms, the - `orNull(String)` and the `orNull(String, String)` methods only for Kotlin - platforms ([#692]). -- The `ZeroAsByteSerializer` **experimental** type, in the - `types-kotlinx-serialization` subproject, for serializing the `Zero` type as - `Byte` ([#690]). -- The `EmailAddressAsStringSerializer` **experimental** type, in the - `types-kotlinx-serialization` subproject, for serializing the `EmailAddress` - type as `String` ([#691]). - -### 🗑️ Deprecated - -- In the `Zero.Companion` **experimental** type, the `fromByte` and the - `fromByteOrNull` methods with an **error level** for using the `orThrow` and - the `orNull` ones instead ([#688]). -- In the `EmailAddress.Companion` **experimental** type, the `fromString` and - the `fromStringOrNull` methods with an **error level** for using the `orThrow` - and the `orNull` ones instead ([#692]). -- The `KotoolsTypesSerializers.zero` **experimental** property, from the - `types-kotlinx-serialization` subproject, with an **error level** for using - the `ZeroAsByteSerializer` type instead ([#690]). -- The `KotoolsTypesSerializers.emailAddress` **experimental** property, from the - `types-kotlinx-serialization` subproject, with an **error level** for using - the `EmailAddressAsStringSerializer` type instead ([#691]). - -### 🔥 Removed - -- Versions `4.0.0` and `4.3.0` from the API reference ([#704]). -- [JUnit 5] and [System Lambda] unused dependencies ([#703]). - -### 🐛 Fixed - -- Inappropriate usages of the `function` word instead of the `method` one in the - API reference ([#706]). - -### 🔒 Security - -- Bumped Webpack from version `5.76.3` to `5.94.0` for fixing DOM Clobbering - Gadget leading to XSS ([#728]). -- Bumped `rollup` NPM package from version `2.68.0` to `2.79.2` for fixing DOM - Clobbering Gadget leading to XSS ([#730]). - ---- - -Thanks to [@LVMVRQUXL] for contributing to this new release. 🙏 - -[@LVMVRQUXL]: https://github.com/LVMVRQUXL -[#688]: https://github.com/kotools/types/issues/688 -[#690]: https://github.com/kotools/types/issues/690 -[#691]: https://github.com/kotools/types/issues/691 -[#692]: https://github.com/kotools/types/issues/692 -[#703]: https://github.com/kotools/types/issues/703 -[#704]: https://github.com/kotools/types/issues/704 -[#706]: https://github.com/kotools/types/issues/706 -[#728]: https://github.com/kotools/types/issues/728 -[#730]: https://github.com/kotools/types/issues/730 -[junit 5]: https://github.com/junit-team/junit5 -[system lambda]: https://github.com/stefanbirkner/system-lambda - ## 🔖 Releases | Version | Release date |