File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.13.0
4+
5+ ### Added
6+
7+ Added new targets:
8+ - ` wasmJs ` - [ #45 ] ( https://github.com/ReactiveCircus/cache4k/pull/45 )
9+
10+ ### Changed
11+
12+ - Switch internal map implementation to ` ConcurrentHashMap ` for JVM targets - [ #39 ] ( https://github.com/ReactiveCircus/cache4k/pull/39 )
13+ - Kotlin 1.9.22
14+ - Coroutines 1.8.0
15+ - AtomicFU 0.23.2
16+ - Stately 2.0.6
17+
318## 0.12.0
419
520### Added
@@ -18,11 +33,11 @@ Added new targets:
1833
1934### Added
2035
21- - New event listener APIs (@darkxanter ) - [ 35] ( https://github.com/ReactiveCircus/cache4k/pull/35 )
36+ - New event listener APIs (@darkxanter ) - [ # 35 ] ( https://github.com/ReactiveCircus/cache4k/pull/35 )
2237
2338### Fixed
2439
25- - Downgrade stately to 1.2.5 to fix duplicate class error - [ 36] ( https://github.com/ReactiveCircus/cache4k/pull/36 )
40+ - Downgrade stately to 1.2.5 to fix duplicate class error - [ # 36 ] ( https://github.com/ReactiveCircus/cache4k/pull/36 )
2641
2742## 0.10.0
2843
Original file line number Diff line number Diff line change 11GROUP =io.github.reactivecircus.cache4k
2- VERSION_NAME =0.13.0-SNAPSHOT
2+ VERSION_NAME =0.13.0
33
44POM_URL =https://github.com/reactivecircus/cache4k
55POM_SCM_URL =https://github.com/reactivecircus/cache4k
You can’t perform that action at this time.
0 commit comments