Skip to content

Commit

Permalink
πŸ“ Move unreleased changelog to GitHub releases (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
LVMVRQUXL committed Oct 20, 2024
1 parent 4954811 commit 71f53d2
Showing 1 changed file with 0 additions and 65 deletions.
65 changes: 0 additions & 65 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 71f53d2

Please sign in to comment.