Skip to content

Commit 7b7defb

Browse files
authored
Merge pull request #52 from Pon57/tagpr-from-v2.0.0
Release for v2.0.1
2 parents d314e5e + 8e675f4 commit 7b7defb

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [v2.0.1](https://github.com/Pon57/fractional-indexing-kt/compare/v2.0.0...v2.0.1) - 2026-03-10
4+
### Bug Fixes
5+
- fix: use defensive copy for shared DEFAULT_MINOR by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/60
6+
### General Changes
7+
- docs: clarify versioning policy and v2 changelog notes by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/53
8+
- docs: refine release note category titles by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/54
9+
- refactor: replace per-file @OptIn(ExperimentalUnsignedTypes) with module-level opt-in by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/55
10+
- perf: cache hashCode, short-circuit compareTo, and intern default index by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/57
11+
- refactor: consolidate rebalance threshold constants into single object by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/56
12+
- perf: cache FractionalIndex.default() as a singleton by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/58
13+
- perf: add encodedLength property to FractionalIndex by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/59
14+
- perf: zero-copy owned-minor construction in core insert paths by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/61
15+
- chore: remove unused kotest Gradle plugin to fix test api warning by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/64
16+
- perf: allocation-free compact minor estimation in scoring by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/63
17+
- perf: eliminate Pair allocations in parse path by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/62
18+
- Fix hashCode performance regression with a manual lazy cache by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/65
19+
- Revert "perf: cache FractionalIndex.default() as a singleton" by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/66
20+
### Dependency Updates
21+
- fix(deps): update kotest to v6.1.5 by @renovate[bot] in https://github.com/Pon57/fractional-indexing-kt/pull/51
22+
323
## [v2.0.0](https://github.com/Pon57/fractional-indexing-kt/compare/v1.2.0...v2.0.0) - 2026-03-08
424
### Breaking Changes
525
- fix!: use compact successor after FractionalIndex.default() by @Pon57 in https://github.com/Pon57/fractional-indexing-kt/pull/49

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

kotlin-js-store/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kotlin-js-store/wasm/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)