Felipe de Souza Paiva
161ba99c3d
docs: Update proguard rules.
2019-05-02 19:35:30 -07: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
25f8f0d85a
feat: Upgrade example apps. ( #453 )
2019-04-22 22:52:40 -04:00
Dylan Vann
292223d0ff
revert: Remove functionality for notifying other images on load. ( #452 )
2019-04-22 22:20:42 -04:00
Steven Masini
70be74432d
fix: Fix memory leak on iOS. ( #433 )
...
It's recommended to never retain the strong reference to self into blocks.
Blocks maintain strong references to any captured objects, including self, which means that it’s easy to end up with a strong reference cycle.
[skip release]
2019-04-22 22:07:45 -04:00
Dylan Vann
84e420c815
Upgrade example app. ( #451 )
2019-04-22 21:48:16 -04:00
Dylan Vann
4849f2b1a7
chore: Upgrade dependencies. ( #450 )
2019-04-20 22:30:12 -04:00
Dylan Vann
bd53ff1d1e
Make changelog consistent.
2019-04-20 22:18:41 -04:00
Dylan Vann
f7a30e4945
Fix changelog.
2019-04-20 22:08:47 -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
Dylan Vann
5c2b4afa41
perf: Use React.memo for FastImage. ( #449 )
2019-04-20 21:53:00 -04: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
Dylan Vann
2b4fba3ad8
feat: Use forwardRef to allow access to ref.measure and others. ( #419 )
...
This uses forwardRef to allow access to the View that wraps the native FastImage component.
closes #69
2019-02-25 01:40:39 -05: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
487d41040d
fix: Fix fallback prop not working. ( #420 )
2019-02-25 01:33:21 -05:00
Dylan Vann
52d1d8b58b
chore: Fix displayNames in examples.
2019-02-25 01:11:47 -05:00
Dylan Vann
1ae24fc99c
chore: Clarify license.
2019-02-25 00:00:14 -05:00
Dylan Vann
f672f0bc85
chore: More social.
2019-02-24 23:54:24 -05:00
Dylan Vann
96f98c4d0b
chore: Add animated WebP example. ( #418 )
2019-02-24 19:52:11 -05:00
Dylan Vann
32fa98d621
chore: Update dependencies. ( #416 )
2019-02-22 01:30:00 -05: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
c3492fc334
chore: Add coverage badge/link.
2019-02-21 22:31:52 -05:00
Dylan Vann
9bc9b711d5
chore: Only use lcov report.
2019-02-21 22:31:09 -05:00
Dylan Vann
2cfa0cccae
chore: Fix coverage upload.
2019-02-21 15:05:31 -05:00
Dylan Vann
90d97b1d3a
chore: Fix lint.
2019-02-21 15:02:51 -05:00
Dylan Vann
03d07feed3
chore: Upload code coverage.
2019-02-21 14:58:01 -05:00
Dylan Vann
429c7850d5
chore: Update changelog.
2018-12-30 22:08:21 -05:00
Dylan Vann
d7af5c4058
ci: Update changelog automatically. ( #383 )
2018-12-30 21:59:33 -05:00
Dylan Vann
e13db7d409
fix: Fixes cacheControl types. ( #382 )
...
fix #325
2018-12-30 21:38:13 -05:00
Dylan Vann
4f4a5b5b1c
style: Use prettier to format more files. ( #381 )
2018-12-30 21:29:08 -05:00
Dylan Vann
35e6ea984b
ci: Fix persist_to_workspace.
2018-12-30 20:25:54 -05:00
Dylan Vann
b3fe5781f4
chore: Add stub build script.
2018-12-30 20:21:08 -05:00
Dylan Vann
358582a796
ci: Fix CircleCI config.
2018-12-30 20:17:31 -05:00
Dylan Vann
653ba0461c
ci: Fix CircleCI config.
2018-12-30 20:15:45 -05:00
Dylan Vann
508f60be5a
ci: Reference correct job.
2018-12-30 20:12:28 -05:00
Dylan Vann
db10f3194a
ci: Fix CircleCI.
2018-12-30 20:11:00 -05:00
Dylan Vann
01ad79a08b
ci: Fix CircleCI.
2018-12-30 20:09:19 -05:00
Dylan Vann
069aa02f32
ci: Fix CircleCI.
2018-12-30 20:07:20 -05:00
Dylan Vann
7f73ab7935
ci: Fix CircleCI config again.
2018-12-30 20:05:48 -05:00
Dylan Vann
1980e472ed
ci: Fix CircleCI config.
2018-12-30 20:03:33 -05:00
Dylan Vann
9b7b5ac4e7
ci: Setup releases from CircleCI.
2018-12-30 19:58:40 -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
141a4a0293
Format changelog with prettier.
2018-11-13 23:14:42 -05:00
Dylan Vann
48d52681cf
Update changelog.
2018-11-13 23:13:46 -05:00
Dylan Vann
918f9780b5
v5.1.1
2018-11-13 23:13:00 -05:00