Skip to content

Commit d0003f8

Browse files
committed
add CHANGELOG
1 parent 713f5ff commit d0003f8

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
### Changed
9+
- the coroutine cache get method changes to suspend function
10+
- the mapping function of coroutine cache changes to suspend function
11+
12+
## [0.1.0] - 2020-06-05
13+
### Added
14+
- Copy and adapt the document from `Caffeine` for reactive part
15+
- Reactive test case
16+
17+
### Changed
18+
- gradle `rootProject.name` change from `Quinine` to `quinine`
19+
- `K` of `cache<K, V>` now have an upper bounding to `Any`, make sure not null
20+
21+
### Fixed
22+
- import name error of `rxQuinineLoadingCache` in `Quinine.kt`
23+
- the logic of `getAllPresent` and `testGetAll` in test case
24+
25+
## [0.0.1] - 2020-06-05
26+
### Added
27+
- Coroutine style QuinineCache
28+
- Reactive style QuinineCache
29+
- Copy and adapt the document from `Caffeine` for coroutine part
30+
31+
[Unreleased]: https://github.com/Project5E/quinine/compare/v0.1.0...HEAD
32+
[0.0.2]: https://github.com/Project5E/quinine/compare/v0.0.1...v0.1.0
33+
[0.0.1]: https://github.com/Project5E/quinine/releases/tag/v0.0.1

0 commit comments

Comments
 (0)