142 Commits

Author SHA1 Message Date
semantic-release-bot
837c90b922 chore(release): 6.0.5 [skip ci]
## [6.0.5](https://github.com/DylanVann/react-native-fast-image/compare/v6.0.4...v6.0.5) (2019-06-28)

### Bug Fixes

* Fix incorrect syntax. ([11f6047](https://github.com/DylanVann/react-native-fast-image/commit/11f6047))
2019-06-28 03:46:44 +00:00
semantic-release-bot
7dc1e658b4 chore(release): 6.0.4 [skip ci]
## [6.0.4](https://github.com/DylanVann/react-native-fast-image/compare/v6.0.3...v6.0.4) (2019-06-28)

### Bug Fixes

* Fix setting props order issue for iOS. ([#303](https://github.com/DylanVann/react-native-fast-image/issues/303)) ([5597ed0](https://github.com/DylanVann/react-native-fast-image/commit/5597ed0)), closes [#304](https://github.com/DylanVann/react-native-fast-image/issues/304)
2019-06-28 01:40:59 +00:00
semantic-release-bot
7f080bf0e1 chore(release): 6.0.3 [skip ci]
## [6.0.3](https://github.com/DylanVann/react-native-fast-image/compare/v6.0.2...v6.0.3) (2019-06-03)

### Bug Fixes

* Add tintColor type definition. ([4adf42f](https://github.com/DylanVann/react-native-fast-image/commit/4adf42f))
2019-06-03 23:48:58 +00:00
semantic-release-bot
4e87892159 chore(release): 6.0.2 [skip ci]
## [6.0.2](https://github.com/DylanVann/react-native-fast-image/compare/v6.0.1...v6.0.2) (2019-06-03)

### Bug Fixes

* Upgrade vendored SDWebImage to v5.0.5. ([5016172](https://github.com/DylanVann/react-native-fast-image/commit/5016172)), closes [#489](https://github.com/DylanVann/react-native-fast-image/issues/489)
2019-06-03 17:29:18 +00:00
semantic-release-bot
2847936373 chore(release): 6.0.1 [skip ci]
## [6.0.1](https://github.com/DylanVann/react-native-fast-image/compare/v6.0.0...v6.0.1) (2019-05-25)

### Bug Fixes

* Fix local resource cache issue on Android. ([#472](https://github.com/DylanVann/react-native-fast-image/issues/472)) ([5f65383](https://github.com/DylanVann/react-native-fast-image/commit/5f65383)), closes [#402](https://github.com/DylanVann/react-native-fast-image/issues/402)
2019-05-25 21:39:13 +00:00
semantic-release-bot
f1ea74950d chore(release): 6.0.0 [skip ci]
# [6.0.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.4.2...v6.0.0) (2019-05-08)

### Features

* Upgrade to SDWebImage 5.0. ([#454](https://github.com/DylanVann/react-native-fast-image/issues/454)) ([8a216e2](https://github.com/DylanVann/react-native-fast-image/commit/8a216e2)), closes [#447](https://github.com/DylanVann/react-native-fast-image/issues/447)

### BREAKING CHANGES

* Upgrade SDWebImage, may affect some projects and CocoaPods users.

Fix the bug of `cacheOnly` behavior
2019-05-08 02:10:41 +00:00
semantic-release-bot
42e811a01e chore(release): 5.4.2 [skip ci]
## [5.4.2](https://github.com/DylanVann/react-native-fast-image/compare/v5.4.1...v5.4.2) (2019-05-03)

### Bug Fixes

* Fix dependency versions not specified in podfile. ([89f3379](https://github.com/DylanVann/react-native-fast-image/commit/89f3379)), closes [#456](https://github.com/DylanVann/react-native-fast-image/issues/456)
2019-05-03 23:18:45 +00:00
semantic-release-bot
14f4e4e9c8 chore(release): 5.4.1 [skip ci]
## [5.4.1](https://github.com/DylanVann/react-native-fast-image/compare/v5.4.0...v5.4.1) (2019-05-03)

### Bug Fixes

* Fix wildcard peer dependencies. ([7149420](https://github.com/DylanVann/react-native-fast-image/commit/7149420)), closes [#440](https://github.com/DylanVann/react-native-fast-image/issues/440)
2019-05-03 23:02:45 +00:00
Dylan Vann
71494208b8 fix: Fix wildcard peer dependencies.
fix #440
2019-05-03 19:00:15 -04:00
semantic-release-bot
298759fd4e chore(release): 5.4.0 [skip ci]
# [5.4.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.3.0...v5.4.0) (2019-05-03)

### Features

* Add tint color support. ([03c50f0](https://github.com/DylanVann/react-native-fast-image/commit/03c50f0)), closes [#124](https://github.com/DylanVann/react-native-fast-image/issues/124)
2019-05-03 03:43:05 +00:00
semantic-release-bot
2a3438c0d0 chore(release): 5.3.0 [skip ci]
# [5.3.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.2.1...v5.3.0) (2019-04-23)

### Bug Fixes

* Fix memory leak on iOS. ([#433](https://github.com/DylanVann/react-native-fast-image/issues/433)) ([70be744](https://github.com/DylanVann/react-native-fast-image/commit/70be744))

### Features

* Upgrade example apps. ([#453](https://github.com/DylanVann/react-native-fast-image/issues/453)) ([25f8f0d](https://github.com/DylanVann/react-native-fast-image/commit/25f8f0d))

### Reverts

* Remove functionality for notifying other images on load. ([#452](https://github.com/DylanVann/react-native-fast-image/issues/452)) ([292223d](https://github.com/DylanVann/react-native-fast-image/commit/292223d))
2019-04-23 02:54:14 +00:00
Dylan Vann
4849f2b1a7
chore: Upgrade dependencies. (#450) 2019-04-20 22:30:12 -04:00
semantic-release-bot
0e2f3bb5ef chore(release): 5.2.1 [skip ci]
## [5.2.1](https://github.com/DylanVann/react-native-fast-image/compare/v5.2.0...v5.2.1) (2019-04-21)

### Performance Improvements

* Use React.memo for FastImage. ([#449](https://github.com/DylanVann/react-native-fast-image/issues/449)) ([5c2b4af](https://github.com/DylanVann/react-native-fast-image/commit/5c2b4af))
2019-04-21 01:54:31 +00:00
semantic-release-bot
89c0e2e9ac chore(release): 5.2.0 [skip ci]
# [5.2.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.1.4...v5.2.0) (2019-02-25)

### Features

* Use forwardRef to allow access to ref.measure and others. ([#419](https://github.com/DylanVann/react-native-fast-image/issues/419)) ([2b4fba3](https://github.com/DylanVann/react-native-fast-image/commit/2b4fba3)), closes [#69](https://github.com/DylanVann/react-native-fast-image/issues/69)
2019-02-25 06:41:43 +00:00
semantic-release-bot
58add0ed3c chore(release): 5.1.4 [skip ci]
## [5.1.4](https://github.com/DylanVann/react-native-fast-image/compare/v5.1.3...v5.1.4) (2019-02-25)

### Bug Fixes

* Fix fallback prop not working. ([#420](https://github.com/DylanVann/react-native-fast-image/issues/420)) ([487d410](https://github.com/DylanVann/react-native-fast-image/commit/487d410))
2019-02-25 06:34:38 +00:00
Dylan Vann
5add8e1ba6
chore: Update dependencies. (#415) 2019-02-22 01:03:42 -05:00
semantic-release-bot
4502bc8e66 chore(release): 5.1.3 [skip ci]
## [5.1.3](https://github.com/DylanVann/react-native-fast-image/compare/v5.1.2...v5.1.3) (2019-02-22)

### Bug Fixes

* Fixes WebP rendering on iOS 12. ([#412](https://github.com/DylanVann/react-native-fast-image/issues/412)) ([97630c8](https://github.com/DylanVann/react-native-fast-image/commit/97630c8)), closes [#298](https://github.com/DylanVann/react-native-fast-image/issues/298) [#385](https://github.com/DylanVann/react-native-fast-image/issues/385)
2019-02-22 05:38:23 +00:00
Dylan Vann
97630c8ee4
fix: Fixes WebP rendering on iOS 12. (#412)
fixes issue #298 #385
2019-02-22 00:37:12 -05:00
Dylan Vann
dbddf44377
chore: Use ESLint. (#414) 2019-02-22 00:28:40 -05:00
Dylan Vann
f4696c26b4
chore: Test fallback prop. (#413) 2019-02-22 00:10:33 -05:00
Dylan Vann
9bc9b711d5 chore: Only use lcov report. 2019-02-21 22:31:09 -05:00
Dylan Vann
d7af5c4058
ci: Update changelog automatically. (#383) 2018-12-30 21:59:33 -05:00
Dylan Vann
4f4a5b5b1c
style: Use prettier to format more files. (#381) 2018-12-30 21:29:08 -05:00
Dylan Vann
b3fe5781f4 chore: Add stub build script. 2018-12-30 20:21:08 -05:00
Dylan Vann
1980e472ed ci: Fix CircleCI config. 2018-12-30 20:03:33 -05:00
Dylan Vann
e3d03b463e chore(releasing): Add conventional commit. 2018-12-30 19:30:55 -05:00
Dylan Vann
31516c57a3 Setup semantic-release. 2018-12-30 19:27:28 -05:00
Dylan Vann
918f9780b5 v5.1.1 2018-11-13 23:13:00 -05:00
Dylan Vann
7335822792 Update dependencies. 2018-11-13 23:11:54 -05:00
Dylan Vann
a0e946c3a3 v5.1.0 2018-11-06 01:43:35 -05:00
Dylan Vann
f547e55493
Update dependencies. (#341) 2018-11-06 01:38:46 -05:00
Dylan Vann
069d71bc55 v5.0.11 2018-10-14 18:51:25 -04:00
Dylan Vann
82a3aeaf28 Upgrade dependencies. 2018-10-13 14:41:42 -04:00
Dylan Vann
af83017267 v5.0.10 2018-09-23 19:45:25 -04:00
Dylan Vann
ff2d22750b Remove unused dependency. 2018-09-23 19:43:50 -04:00
Dylan Vann
d1fdfea001 Upgrade dependencies. 2018-09-23 19:42:02 -04:00
Dylan Vann
c2aa88dd17 v5.0.9 2018-09-23 17:57:53 -04:00
Dylan Vann
8289548674 v5.0.8 2018-09-23 17:31:19 -04:00
Dylan Vann
845ae631d5 v5.0.7 2018-09-23 17:06:14 -04:00
Dylan Vann
b18728db84 v5.0.5 2018-09-23 16:42:15 -04:00
Dylan Vann
52b85ec577 v5.0.4 2018-09-23 15:13:50 -04:00
Dylan Vann
47965fa952 v5.0.3 2018-08-23 13:45:12 -04:00
Dylan Vann
7a66b7ae05 v5.0.2 2018-08-23 02:06:04 -04:00
Dylan Vann
111c3aab15 Fix tests. 2018-08-23 02:05:01 -04:00
Dylan Vann
7edb4544dd Update dependencies. 2018-08-23 01:51:05 -04:00
Dylan Vann
642aa3ab7a v5.0.1 2018-08-23 00:38:15 -04:00
Dylan Vann
327205c0dc 5.0.0 2018-08-22 23:28:51 -04:00
Dylan Vann
9fae3bf697 Upgrade dependencies. 2018-08-19 23:29:26 -04:00
Dylan Vann
fddee2c583
Show local images.
Show local images on iOS and Android.
2018-06-09 22:12:56 -04:00
Dylan Vann
b1ca4fe6b6 Use https. 2018-06-07 23:22:41 -04:00