Skip to content

Commit 4469ac7

Browse files
chore: release v1.6.0
1 parent 375bbc4 commit 4469ac7

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

3-
## [v1.5.0](https://github.com/georstat/react-native-image-cache/compare/v1.4.0...v1.5.0)
3+
## [v1.6.0](https://github.com/georstat/react-native-image-cache/compare/v1.5.0...v1.6.0)
4+
5+
#### Features
6+
7+
- feat: maxAge in hours to keep the image on cache ([375bbc4](https://github.com/georstat/react-native-image-cache/commit/375bbc414ac5c5822b41e4796b3693eb18ea0fcd)).
8+
- feat: do not cache the image prop ([1ede802](https://github.com/georstat/react-native-image-cache/commit/1ede80228f30085aa12ce291ea65b9188265fa84)).
9+
10+
#### Improvements
11+
12+
- chore: updated react-native-file-access, fixes double / of file path on iOS ([3a590aa](https://github.com/georstat/react-native-image-cache/commit/3a590aaffafb65e45559074fc67fe5333806f7ef)).
13+
- chore: remove .replace on file.path during cache prune unlink ([fb274d8](https://github.com/georstat/react-native-image-cache/commit/fb274d88bdaaa513bb8b84ecf9b4c204600ea8ba)).
14+
15+
#### Fixes
16+
17+
- fix: Android example now builds correctly & fixed button colors ([aa1a3d9](https://github.com/georstat/react-native-image-cache/commit/aa1a3d9a78173c8ae85ffafa325e72485a4de2da)).
18+
19+
#### Documentations
20+
21+
- docs: fixed a typo ([b98a9bf](https://github.com/georstat/react-native-image-cache/commit/b98a9bf6f234b9ad571aa107e53d53430b4c7b4b)).
22+
23+
## [v1.5.0](https://github.com/georstat/react-native-image-cache/compare/v1.4.0...v1.5.0) - 2022-04-01
424

525
#### Features
626

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@georstat/react-native-image-cache",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"access": "public",
55
"description": "React Native image file system caching for iOS and Android",
66
"main": "lib/commonjs/index.js",

0 commit comments

Comments
 (0)