|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 6 | +## [2.0.0](https://github.com/ChainSafe/ssz/compare/persistent-ts-v1.0.1...persistent-ts-v2.0.0) (2025-11-22) |
| 7 | + |
| 8 | + |
| 9 | +### ⚠ BREAKING CHANGES |
| 10 | + |
| 11 | +* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) |
| 12 | + |
| 13 | +### Features |
| 14 | + |
| 15 | +* remove support for CJS ([#440](https://github.com/ChainSafe/ssz/issues/440)) ([57d14f1](https://github.com/ChainSafe/ssz/commit/57d14f19cd71a483e7108570c5c295d4f8a9a85d)) |
| 16 | + |
| 17 | + |
| 18 | +### Bug Fixes |
| 19 | + |
| 20 | +* **persistent-ts:** empty commit to trigger release from package.json fix ([#446](https://github.com/ChainSafe/ssz/issues/446)) ([825d530](https://github.com/ChainSafe/ssz/commit/825d5303eb2bac251a346eda47618dd5b8f67f64)) |
| 21 | +* **ssz:** empty commit to trigger release from package.json fix ([#445](https://github.com/ChainSafe/ssz/issues/445)) ([f5417f5](https://github.com/ChainSafe/ssz/commit/f5417f54072a71bf86be01d4e028070145d1e4e7)) |
| 22 | + |
| 23 | + |
| 24 | +### Miscellaneous |
| 25 | + |
| 26 | +* add support for ts extension import ([#484](https://github.com/ChainSafe/ssz/issues/484)) ([3891cf8](https://github.com/ChainSafe/ssz/commit/3891cf8203d2b8177be228f2c06518743fef239f)) |
| 27 | +* fix linting rule lint/style/noUselessElse ([#476](https://github.com/ChainSafe/ssz/issues/476)) ([a5a2427](https://github.com/ChainSafe/ssz/commit/a5a2427056d1d90ad4ae955c192686150fad492a)) |
| 28 | +* make all packages build to be consistent and compatible with cjs and esm ([#426](https://github.com/ChainSafe/ssz/issues/426)) ([67bcd88](https://github.com/ChainSafe/ssz/commit/67bcd881cae2771837232479a68f807813b703e9)) |
| 29 | +* migrate down to yarn 1 ([#374](https://github.com/ChainSafe/ssz/issues/374)) ([cf8f049](https://github.com/ChainSafe/ssz/commit/cf8f04905e8d93fd44e59a319e1431f5b932d0e3)) |
| 30 | +* migrate from mocha to vitest ([#422](https://github.com/ChainSafe/ssz/issues/422)) ([#428](https://github.com/ChainSafe/ssz/issues/428)) ([5868113](https://github.com/ChainSafe/ssz/commit/586811330be51044f711c39eb032e4a0a8ae961d)) |
| 31 | +* migrate the linting from eslint to biomejs ([#475](https://github.com/ChainSafe/ssz/issues/475)) ([b9f9354](https://github.com/ChainSafe/ssz/commit/b9f935435b01e228b5ee3bc225e348cf25eb8dba)) |
| 32 | +* publish ([#208](https://github.com/ChainSafe/ssz/issues/208)) ([e677b6b](https://github.com/ChainSafe/ssz/commit/e677b6b34f3eaa75de08b209440afc1e16b3dcd2)) |
| 33 | +* release master ([#447](https://github.com/ChainSafe/ssz/issues/447)) ([4d8e795](https://github.com/ChainSafe/ssz/commit/4d8e795810338a57c475c6fd52f98c1c6ddce9d0)) |
| 34 | +* release master ([#458](https://github.com/ChainSafe/ssz/issues/458)) ([7e0a540](https://github.com/ChainSafe/ssz/commit/7e0a540aea78fdf800d25a71b9932c0b0079dce3)) |
| 35 | +* release master ([#500](https://github.com/ChainSafe/ssz/issues/500)) ([7f5580c](https://github.com/ChainSafe/ssz/commit/7f5580c2ea69f9307300ddb6010a8bc7ce2fc471)) |
| 36 | +* release nh/benchmark-update ([#442](https://github.com/ChainSafe/ssz/issues/442)) ([7c6ce61](https://github.com/ChainSafe/ssz/commit/7c6ce6159d7093e3ac5b18291c401b8563f3e6d2)) |
| 37 | +* revert invalid release commit and create valid commit triggers ([#444](https://github.com/ChainSafe/ssz/issues/444)) ([f56df35](https://github.com/ChainSafe/ssz/commit/f56df35a1ce31e809c9c87148863accc3739ddca)) |
| 38 | +* update the benchmark dependencies ([#429](https://github.com/ChainSafe/ssz/issues/429)) ([3d931df](https://github.com/ChainSafe/ssz/commit/3d931dfda609d87e14f67486f203130745eae876)) |
| 39 | +* yarn workspaces, release please ([#290](https://github.com/ChainSafe/ssz/issues/290)) ([7bd63c6](https://github.com/ChainSafe/ssz/commit/7bd63c6f450ef721907334450b68aafdb72b7d25)) |
| 40 | + |
6 | 41 | ## [1.0.1](https://github.com/chainsafe/ssz/compare/persistent-ts-v1.0.0...persistent-ts-v1.0.1) (2025-08-22) |
7 | 42 |
|
8 | 43 |
|
|
0 commit comments