491 Commits

Author SHA1 Message Date
semantic-release-bot
b4b1173dcc chore(release): 8.1.2 [skip ci]
## [8.1.2](https://github.com/DylanVann/react-native-fast-image/compare/v8.1.1...v8.1.2) (2020-03-09)

### Bug Fixes

* Fixes podspec syntax. ([b627646](b627646001))
v8.1.2
2020-03-09 05:23:41 +00:00
Dylan Vann
b627646001 fix: Fixes podspec syntax. 2020-03-09 01:21:01 -04:00
semantic-release-bot
5d4bd053c0 chore(release): 8.1.1 [skip ci]
## [8.1.1](https://github.com/DylanVann/react-native-fast-image/compare/v8.1.0...v8.1.1) (2020-03-09)

### Bug Fixes

* Add git tag to CocoaPods source property ([#601](https://github.com/DylanVann/react-native-fast-image/issues/601)) ([2d706ad](2d706ad7da))
v8.1.1
2020-03-09 02:48:27 +00:00
Peter Lucak
2d706ad7da
fix: Add git tag to CocoaPods source property (#601)
This change will make the CocoaPods version which is installed match the NodeJS version used.  
Currently, CocoaPods will install the latest version on head which could not match the JavaScript version of the library.

Changes:

1. Use the version tag to match the version installed by CocoaPods to that coming the from the `package.json` file.
2020-03-08 22:46:36 -04:00
semantic-release-bot
c345b6a97c chore(release): 8.1.0 [skip ci]
# [8.1.0](https://github.com/DylanVann/react-native-fast-image/compare/v8.0.0...v8.1.0) (2020-03-09)

### Features

* converts to TypeScript ([#642](https://github.com/DylanVann/react-native-fast-image/issues/642)) ([ac11706](ac117060eb))
v8.1.0
2020-03-09 00:46:48 +00:00
Dylan Vann
ac117060eb
feat: converts to TypeScript (#642)
This converts the codebase to TypeScript. Compilation and bundling is done with tsdx. This will
hopefully ensure our types are more accurate in the future.
2020-03-08 20:44:22 -04:00
Dylan Vann
e24c931826
chore: Upgrade dependencies. (#641) 2020-03-01 16:56:35 -05:00
Dylan Vann
09d20edc1b
chore: Upgrade example dependencies. (#640) 2020-03-01 16:05:40 -05:00
Dylan Vann
6994606073
chore: Update example to React Native 0.61.5. (#639)
This also upgrades all the dependencies.
2020-03-01 15:58:28 -05:00
Dylan Vann
e94e6fee66
chore: Update roadmap with notes on cache paths. (#589) 2019-10-21 02:19:59 -04:00
Dylan Vann
ebe277c50b chore: Add docs for changing versions of things. 2019-10-20 16:09:03 -04:00
Dylan Vann
227d6e4e94 chore: Refactor Gradle variables. 2019-10-20 16:01:55 -04:00
semantic-release-bot
70d3a382ee chore(release): 8.0.0 [skip ci]
# [8.0.0](https://github.com/DylanVann/react-native-fast-image/compare/v7.0.2...v8.0.0) (2019-10-20)

### Features

* Add cookie support for iOS. ([#284](https://github.com/DylanVann/react-native-fast-image/issues/284)) ([ae47bff](https://github.com/DylanVann/react-native-fast-image/commit/ae47bff))

### BREAKING CHANGES

* This changes how network requests are handled on iOS. Make sure they still work for you.
v8.0.0
2019-10-20 19:57:38 +00:00
fzyzcjy
ae47bff4de feat: Add cookie support for iOS. (#284)
BREAKING CHANGE: This changes how network requests are handled on iOS. Make sure they still work for you.
2019-10-20 15:54:43 -04:00
Dylan Vann
aa29ec8d01
chore: Add roadmap. (#587) 2019-10-20 15:44:29 -04:00
Dylan Vann
534d70d4a5
chore: Add yarn policy. (#577) 2019-10-13 13:23:10 -04:00
Pablo Espinosa
56c8eff5e9 chore: Document installing pods as troubleshooting method.
fix #534 
fix #257
2019-09-04 20:14:39 -07:00
Dylan Vann
7b8c0c841a
chore: Add note to readme. 2019-07-16 19:09:44 -04:00
semantic-release-bot
f7dc6ebbef chore(release): 7.0.2 [skip ci]
## [7.0.2](https://github.com/DylanVann/react-native-fast-image/compare/v7.0.1...v7.0.2) (2019-07-05)

### Bug Fixes

* Fix peer dependency and remove prop-types. ([44a4c8b](https://github.com/DylanVann/react-native-fast-image/commit/44a4c8b))
v7.0.2
2019-07-05 23:14:39 +00:00
Dylan Vann
44a4c8b340 fix: Fix peer dependency and remove prop-types. 2019-07-05 19:12:43 -04:00
semantic-release-bot
81ab7d5539 chore(release): 7.0.1 [skip ci]
## [7.0.1](https://github.com/DylanVann/react-native-fast-image/compare/v7.0.0...v7.0.1) (2019-07-05)

### Bug Fixes

* Fix IllegalArgumentException crash (Android). ([#511](https://github.com/DylanVann/react-native-fast-image/issues/511)) ([b6c4677](https://github.com/DylanVann/react-native-fast-image/commit/b6c4677))
v7.0.1
2019-07-05 04:07:27 +00:00
Leandro Mazzuquini
b6c467780b fix: Fix IllegalArgumentException crash (Android). (#511)
Fix IllegalArgumentException crash when context was instance of ContextWrapper and activity was destroyed.
2019-07-05 00:05:11 -04:00
Dylan Vann
a5e3b9e64b docs: Remove duplication. 2019-07-05 00:02:54 -04:00
Dylan Vann
6d8c44442c docs: Make example not reference styles. 2019-07-05 00:00:47 -04:00
Dylan Vann
41de1fdc6d docs: Remove react-native link from instructions. 2019-07-04 23:59:56 -04:00
semantic-release-bot
5868e5ba87 chore(release): 7.0.0 [skip ci]
# [7.0.0](https://github.com/DylanVann/react-native-fast-image/compare/v6.1.1...v7.0.0) (2019-07-05)

### Features

* Upgrade to React Native 0.60.0 / CocoaPods / Android X. ([#513](https://github.com/DylanVann/react-native-fast-image/issues/513)) ([5489f9e](https://github.com/DylanVann/react-native-fast-image/commit/5489f9e))

### BREAKING CHANGES

* You should upgrade React Native. See https://facebook.github.io/react-native/blog/2019/07/03/version-60
v7.0.0
2019-07-05 03:52:32 +00:00
Dylan Vann
5489f9ec4b
feat: Upgrade to React Native 0.60.0 / CocoaPods / Android X. (#513)
BREAKING CHANGE: You should upgrade React Native. See https://facebook.github.io/react-native/blog/2019/07/03/version-60
2019-07-04 23:49:38 -04:00
Dylan Vann
df769056f4 chore: Remove package-lock.json files. 2019-07-02 21:44:01 -04:00
DreamPiggy
efbb012f20 chore: Add demo of how to use WebP on iOS. (#488) 2019-07-02 21:41:42 -04:00
semantic-release-bot
4fa62bb09f chore(release): 6.1.1 [skip ci]
## [6.1.1](https://github.com/DylanVann/react-native-fast-image/compare/v6.1.0...v6.1.1) (2019-07-03)

### Bug Fixes

* Loading images by reverting "bug: Use device scale when loading images.". ([0326c3e](https://github.com/DylanVann/react-native-fast-image/commit/0326c3e)), closes [#509](https://github.com/DylanVann/react-native-fast-image/issues/509)
v6.1.1
2019-07-03 01:33:57 +00:00
Dylan Vann
0326c3ebbb fix: Loading images by reverting "bug: Use device scale when loading images.".
fix #509

This reverts commit 5cb5d6bab3a8da533114de4b643797a6981c71bd.
2019-07-02 21:31:03 -04:00
Dylan Vann
ba958f2a45 chore: Update more development dependencies. 2019-07-02 20:49:39 -04:00
Dylan Vann
fa62474ec4 chore: Update dependencies. 2019-07-02 20:44:44 -04:00
semantic-release-bot
b11fcd1b1c chore(release): 6.1.0 [skip ci]
# [6.1.0](https://github.com/DylanVann/react-native-fast-image/compare/v6.0.5...v6.1.0) (2019-06-30)

### Features

* Add tvOS target. ([#486](https://github.com/DylanVann/react-native-fast-image/issues/486)) ([6805972](https://github.com/DylanVann/react-native-fast-image/commit/6805972))
v6.1.0
2019-06-30 05:43:25 +00:00
jordi domenech
6805972159 feat: Add tvOS target. (#486) 2019-06-30 01:41:33 -04:00
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))
v6.0.5
2019-06-28 03:46:44 +00:00
Dylan Vann
11f6047658 fix: Fix incorrect syntax. 2019-06-27 23:44:49 -04: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)
v6.0.4
2019-06-28 01:40:59 +00:00
Shingo YAMADE
5597ed0dad fix: Fix setting props order issue for iOS. (#303)
fix #304
2019-06-27 21:39:21 -04:00
Todd Berman
5cb5d6bab3 bug: Use device scale when loading images. 2019-06-24 21:20:32 -04: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))
v6.0.3
2019-06-03 23:48:58 +00:00
Mamoru Amano
4adf42f935 fix: Add tintColor type definition. 2019-06-03 19:47:03 -04: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)
v6.0.2
2019-06-03 17:29:18 +00:00
DreamPiggy
5016172cfc fix: Upgrade vendored SDWebImage to v5.0.5.
- Upgrade vendored SDWebImage to v5.0.5.
- Fixes the Archive issue for applications that don't use CocoaPods.

fix #489
2019-06-03 13:26:39 -04:00
Dylan Vann
e6c8ceead7
docs: Add note about build issue. 2019-06-02 19:43:04 -04: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)
v6.0.1
2019-05-25 21:39:13 +00:00
Patrick Kempff
5f653838b8 fix: Fix local resource cache issue on Android. (#472)
fix #402
2019-05-25 17:38:08 -04:00
Philippe David
1eed575025 docs: Fix proguard rules. (#478) 2019-05-25 17:15:29 -04:00
Dylan Vann
5fbb4a7800
Update README.md 2019-05-16 22:12:01 -04:00
Dylan Vann
8f93fb7e08
Update README.md 2019-05-16 22:10:28 -04:00