semantic-release-bot
39cc3b0fbc
chore(release): 4.0.1 [skip ci]
...
## [4.0.1](https://github.com/react-native-community/react-native-cameraroll/compare/v4.0.0...v4.0.1 ) (2020-09-29)
### Bug Fixes
* fix for crash on putImageSize due to photoDescriptor being null. ([#240 ](https://github.com/react-native-community/react-native-cameraroll/issues/240 )) ([b6038a7](https://github.com/react-native-community/react-native-cameraroll/commit/b6038a7 )), closes [#226 ](https://github.com/react-native-community/react-native-cameraroll/issues/226 ) [#239 ](https://github.com/react-native-community/react-native-cameraroll/issues/239 )
* Xcode 12 compatibility ([#234 ](https://github.com/react-native-community/react-native-cameraroll/issues/234 )) ([24fa8aa](https://github.com/react-native-community/react-native-cameraroll/commit/24fa8aa ))
2020-09-29 12:06:44 +00:00
semantic-release-bot
cd22a36dd5
chore(release): 4.0.0 [skip ci]
...
# [4.0.0](https://github.com/react-native-community/react-native-cameraroll/compare/v3.0.1...v4.0.0 ) (2020-06-24)
### Bug Fixes
* Revert "Convert PHAsset to JPEG for uploading" ([#207 ](https://github.com/react-native-community/react-native-cameraroll/issues/207 )) ([a09af08](https://github.com/react-native-community/react-native-cameraroll/commit/a09af08 )), closes [#193 ](https://github.com/react-native-community/react-native-cameraroll/issues/193 )
### BREAKING CHANGES
* this reverts forcing all mime types to jpeg on upload, which is the cause of lost GIF data
2020-06-24 08:25:56 +00:00
semantic-release-bot
9d6aab1aa0
chore(release): 3.0.1 [skip ci]
...
## [3.0.1](https://github.com/react-native-community/react-native-cameraroll/compare/v3.0.0...v3.0.1 ) (2020-06-23)
### Bug Fixes
* error during pod install. Tags have v prefix. ([#205 ](https://github.com/react-native-community/react-native-cameraroll/issues/205 )) ([a0a48b6](https://github.com/react-native-community/react-native-cameraroll/commit/a0a48b6 ))
2020-06-23 05:55:04 +00:00
semantic-release-bot
4cb20cc8d3
chore(release): 3.0.0 [skip ci]
...
# [3.0.0](https://github.com/react-native-community/react-native-cameraroll/compare/v2.0.0...v3.0.0 ) (2020-06-23)
### Features
* Added imageSize and playableDuration to `include` param, deletes isStored ([#187 ](https://github.com/react-native-community/react-native-cameraroll/issues/187 )) ([ec33d32](https://github.com/react-native-community/react-native-cameraroll/commit/ec33d32 ))
### BREAKING CHANGES
* imageSize and playableDuration are no longer included by default to improve performance
2020-06-23 05:47:49 +00:00
semantic-release-bot
f8b2860a74
chore(release): 2.0.0 [skip ci]
...
# [2.0.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.8.1...v2.0.0 ) (2020-06-16)
### Features
* Added `include` parameter to getPhotos to let users tradeoff performance by omitting metadata ([#178 ](https://github.com/react-native-community/react-native-cameraroll/issues/178 )) ([#200 ](https://github.com/react-native-community/react-native-cameraroll/issues/200 )) ([4da8310](https://github.com/react-native-community/react-native-cameraroll/commit/4da8310 ))
### BREAKING CHANGES
* meta data is no longer added as default. This applies to `fileName`, `fileSize` and `location`. If you need this metadata use the new `include` parameter. Adding this metadata will slow down the `getPhotos` function, so consider only retrieving this meta data for smaller sets of images as needed, instead of for all images.
* Created getPhotosFast function, fixed inconsistent getPhotos toDate logic
* Fixed wrong param name, added better typechecking
* Added example, renamed allowEmptyFilenames to skipGettingFilenames
* Removed `after` from getPhotosFast docs
* Redid implementation based on a new `include` param
* Updated API to use include parameter
* Fixed flow checking by converting index.ts to Typescript
* Unformatted README.md
* Unformatted README.md
* Unformatted README.md
* Added .prettierignore and ignored README.md for now
* Made example/index.js not checked by Flow
* Updated README.md to include notes in the outputs too
* Made inclusion of fields consistent, addressed other feedback
* Renamed GetPhotosFastParams back to GetPhotosParams
* Updated documentation to reflect nullable types
* Updated typings and documentation for fromTime, toTime
* Updated to fix `hasNextPage` being incorrectly false in some cases
Co-authored-by: Harry Yu <hy.harry.yu@gmail.com>
2020-06-16 10:24:15 +00:00
Bartol Karuza
4da8310892
feat: Added include
parameter to getPhotos to let users tradeoff performance by omitting metadata ( #178 ) ( #200 )
...
BREAKING CHANGE: meta data is no longer added as default. This applies to `fileName`, `fileSize` and `location`. If you need this metadata use the new `include` parameter. Adding this metadata will slow down the `getPhotos` function, so consider only retrieving this meta data for smaller sets of images as needed, instead of for all images.
* Created getPhotosFast function, fixed inconsistent getPhotos toDate logic
* Fixed wrong param name, added better typechecking
* Added example, renamed allowEmptyFilenames to skipGettingFilenames
* Removed `after` from getPhotosFast docs
* Redid implementation based on a new `include` param
* Updated API to use include parameter
* Fixed flow checking by converting index.ts to Typescript
* Unformatted README.md
* Unformatted README.md
* Unformatted README.md
* Added .prettierignore and ignored README.md for now
* Made example/index.js not checked by Flow
* Updated README.md to include notes in the outputs too
* Made inclusion of fields consistent, addressed other feedback
* Renamed GetPhotosFastParams back to GetPhotosParams
* Updated documentation to reflect nullable types
* Updated typings and documentation for fromTime, toTime
* Updated to fix `hasNextPage` being incorrectly false in some cases
Co-authored-by: Harry Yu <hy.harry.yu@gmail.com>
2020-06-16 13:20:51 +03:00
semantic-release-bot
27f277169e
chore(release): 1.8.1 [skip ci]
...
## [1.8.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.8.0...v1.8.1 ) (2020-06-16)
### Bug Fixes
* Revert "feat: Added `include` parameter to getPhotos to let users tradeoff performance by omitting metadata ([#178 ](https://github.com/react-native-community/react-native-cameraroll/issues/178 ))" ([#199 ](https://github.com/react-native-community/react-native-cameraroll/issues/199 )) ([e65e1f2](https://github.com/react-native-community/react-native-cameraroll/commit/e65e1f2 ))
2020-06-16 10:08:14 +00:00
Bartol Karuza
e65e1f208b
fix: Revert "feat: Added include
parameter to getPhotos to let users tradeoff performance by omitting metadata ( #178 )" ( #199 )
2020-06-16 13:05:12 +03:00
semantic-release-bot
c5ea581d22
chore(release): 1.8.0 [skip ci]
...
# [1.8.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.7.2...v1.8.0 ) (2020-06-16)
### Features
* Added `include` parameter to getPhotos to let users tradeoff performance by omitting metadata ([#178 ](https://github.com/react-native-community/react-native-cameraroll/issues/178 )) ([e54a6af](https://github.com/react-native-community/react-native-cameraroll/commit/e54a6af ))
2020-06-16 09:12:10 +00:00
Harry Yu
e54a6afa8b
feat: Added include
parameter to getPhotos to let users tradeoff performance by omitting metadata ( #178 )
...
* Created getPhotosFast function, fixed inconsistent getPhotos toDate logic
* Fixed wrong param name, added better typechecking
* Added example, renamed allowEmptyFilenames to skipGettingFilenames
* Removed `after` from getPhotosFast docs
* Redid implementation based on a new `include` param
* Updated API to use include parameter
* Fixed flow checking by converting index.ts to Typescript
* Unformatted README.md
* Unformatted README.md
* Unformatted README.md
* Added .prettierignore and ignored README.md for now
* Made example/index.js not checked by Flow
* Updated README.md to include notes in the outputs too
* Made inclusion of fields consistent, addressed other feedback
* Renamed GetPhotosFastParams back to GetPhotosParams
* Updated documentation to reflect nullable types
* Updated typings and documentation for fromTime, toTime
* Updated to fix `hasNextPage` being incorrectly false in some cases
2020-06-16 12:07:25 +03:00
semantic-release-bot
b777e2bc57
chore(release): 1.7.2 [skip ci]
...
## [1.7.2](https://github.com/react-native-community/react-native-cameraroll/compare/v1.7.1...v1.7.2 ) (2020-05-26)
### Bug Fixes
* Use DCIM folder when album is not provided on Android. ([#185 ](https://github.com/react-native-community/react-native-cameraroll/issues/185 )) ([b5352cb](https://github.com/react-native-community/react-native-cameraroll/commit/b5352cb )), closes [#141 ](https://github.com/react-native-community/react-native-cameraroll/issues/141 )
2020-05-26 10:20:15 +00:00
semantic-release-bot
4c448619d3
chore(release): 1.7.1 [skip ci]
...
## [1.7.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.7.0...v1.7.1 ) (2020-05-21)
### Bug Fixes
* deprecate saveToCameraRoll ([#183 ](https://github.com/react-native-community/react-native-cameraroll/issues/183 )) ([aa47532](https://github.com/react-native-community/react-native-cameraroll/commit/aa47532 )), closes [#182 ](https://github.com/react-native-community/react-native-cameraroll/issues/182 )
2020-05-21 07:56:11 +00:00
Harry Yu
057acd815b
chore: Updated example to build and run on latest React Native ( #177 )
...
* Updated example to build and run on latest React Native
* Fixed `yarn test:detox` release builds
* Added missing downloadDependencies CircleCI task
2020-05-20 20:57:46 +03:00
semantic-release-bot
87f1478ca7
chore(release): 1.7.0 [skip ci]
...
# [1.7.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.6.3...v1.7.0 ) (2020-05-20)
### Features
* Added fileSize for getPhotos API ([#180 ](https://github.com/react-native-community/react-native-cameraroll/issues/180 )) ([e7cf866](https://github.com/react-native-community/react-native-cameraroll/commit/e7cf866 ))
2020-05-20 17:39:22 +00:00
semantic-release-bot
7745bdf6e8
chore(release): 1.6.3 [skip ci]
...
## [1.6.3](https://github.com/react-native-community/react-native-cameraroll/compare/v1.6.2...v1.6.3 ) (2020-05-20)
### Bug Fixes
* Fixed 'Invalid column COUNT(*) as count' on CameraRoll.getAlbums() due to GROUP BY support removed in Android Q. ([#176 ](https://github.com/react-native-community/react-native-cameraroll/issues/176 )) ([563ec15](https://github.com/react-native-community/react-native-cameraroll/commit/563ec15 ))
2020-05-20 16:03:45 +00:00
semantic-release-bot
8ed034e0d8
chore(release): 1.6.2 [skip ci]
...
## [1.6.2](https://github.com/react-native-community/react-native-cameraroll/compare/v1.6.1...v1.6.2 ) (2020-05-12)
### Bug Fixes
* Fixed 'Invalid column longitude' in Android 29 SDK ([#170 ](https://github.com/react-native-community/react-native-cameraroll/issues/170 )) ([39fe65e](https://github.com/react-native-community/react-native-cameraroll/commit/39fe65e ))
2020-05-12 15:53:26 +00:00
semantic-release-bot
ec4b587aa7
chore(release): 1.6.1 [skip ci]
...
## [1.6.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.6.0...v1.6.1 ) (2020-05-08)
### Bug Fixes
* Error Domain=PHPhotosErrorDomain Code=-1 ([#172 ](https://github.com/react-native-community/react-native-cameraroll/issues/172 )) ([a4be52c](https://github.com/react-native-community/react-native-cameraroll/commit/a4be52c )), closes [#157 ](https://github.com/react-native-community/react-native-cameraroll/issues/157 ) [#143 ](https://github.com/react-native-community/react-native-cameraroll/issues/143 )
2020-05-08 19:44:44 +00:00
semantic-release-bot
7c2986ef13
chore(release): 1.6.0 [skip ci]
...
# [1.6.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.5.2...v1.6.0 ) (2020-04-30)
### Bug Fixes
* Fixed reference to git repository in Podspec file ([#161 ](https://github.com/react-native-community/react-native-cameraroll/issues/161 )) ([b261a98](https://github.com/react-native-community/react-native-cameraroll/commit/b261a98 ))
### Features
* **android:** Manually obtain location metadata using ExifInterface ([#114 ](https://github.com/react-native-community/react-native-cameraroll/issues/114 )) ([ade785e](https://github.com/react-native-community/react-native-cameraroll/commit/ade785e ))
2020-04-30 12:21:51 +00:00
semantic-release-bot
53e42df323
chore(release): 1.5.2 [skip ci]
...
## [1.5.2](https://github.com/react-native-community/react-native-cameraroll/compare/v1.5.1...v1.5.2 ) (2020-03-26)
### Bug Fixes
* getPhotos crash if there is a quote in album name ([#156 ](https://github.com/react-native-community/react-native-cameraroll/issues/156 )) ([f51d387](https://github.com/react-native-community/react-native-cameraroll/commit/f51d387 ))
2020-03-26 10:13:18 +00:00
semantic-release-bot
e25de5790b
chore(release): 1.5.1 [skip ci]
...
## [1.5.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.5.0...v1.5.1 ) (2020-03-26)
### Bug Fixes
* rollback getExceptionHandler change ([#158 ](https://github.com/react-native-community/react-native-cameraroll/issues/158 )) ([bd23aa1](https://github.com/react-native-community/react-native-cameraroll/commit/bd23aa1 )), closes [#149 ](https://github.com/react-native-community/react-native-cameraroll/issues/149 )
2020-03-26 09:58:41 +00:00
semantic-release-bot
b4d1576937
chore(release): 1.5.0 [skip ci]
...
# [1.5.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.4.1...v1.5.0 ) (2020-03-26)
### Bug Fixes
* remove unused import that breaks the build for RN >= 0.60 ([#150 ](https://github.com/react-native-community/react-native-cameraroll/issues/150 )) ([334ab0e](https://github.com/react-native-community/react-native-cameraroll/commit/334ab0e ))
* Update deprecated functions ([#149 ](https://github.com/react-native-community/react-native-cameraroll/issues/149 )) ([3e38ab1](https://github.com/react-native-community/react-native-cameraroll/commit/3e38ab1 ))
### Features
* get album list ([#139 ](https://github.com/react-native-community/react-native-cameraroll/issues/139 )) ([fc1855e](https://github.com/react-native-community/react-native-cameraroll/commit/fc1855e ))
2020-03-26 08:32:35 +00:00
Jesse Katsumata
4190ac9c1e
chore: update and fix lint error ( #153 )
...
* chore: update eslint config
* chore: apply prettier
* Run CI
2020-03-26 10:19:13 +02:00
semantic-release-bot
f3fc48d150
chore(release): 1.4.1 [skip ci]
...
## [1.4.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.4.0...v1.4.1 ) (2020-02-08)
### Bug Fixes
* fix IOS MetaData ([#134 ](https://github.com/react-native-community/react-native-cameraroll/issues/134 )) ([e70cff5](https://github.com/react-native-community/react-native-cameraroll/commit/e70cff5 ))
2020-02-08 02:20:05 +00:00
semantic-release-bot
34444b21b3
chore(release): 1.4.0 [skip ci]
...
# [1.4.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.3.1...v1.4.0 ) (2020-02-05)
### Bug Fixes
* Making Promise return types consistent across iOS and Android, updating types to match. ([#137 ](https://github.com/react-native-community/react-native-cameraroll/issues/137 )) ([b49dc8e](https://github.com/react-native-community/react-native-cameraroll/commit/b49dc8e ))
### Features
* Support filter media items between dates ([#140 ](https://github.com/react-native-community/react-native-cameraroll/issues/140 )) ([75b4208](https://github.com/react-native-community/react-native-cameraroll/commit/75b4208 ))
2020-02-05 09:27:23 +00:00
Bartol Karuza
900c53a3cb
chore: increase the max RN version to 62 ( #133 )
...
fixes #127
2020-01-20 17:39:44 +08:00
semantic-release-bot
3ace12431d
chore(release): 1.3.1 [skip ci]
...
## [1.3.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.3.0...v1.3.1 ) (2020-01-20)
### Bug Fixes
* **lib:** Fix for pagination on Android. ([#130 ](https://github.com/react-native-community/react-native-cameraroll/issues/130 )) ([33dfb99](https://github.com/react-native-community/react-native-cameraroll/commit/33dfb99 )), closes [#47 ](https://github.com/react-native-community/react-native-cameraroll/issues/47 ) [#118 ](https://github.com/react-native-community/react-native-cameraroll/issues/118 )
2020-01-20 09:09:54 +00:00
semantic-release-bot
bd55652654
chore(release): 1.3.0 [skip ci]
...
# [1.3.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.2.1...v1.3.0 ) (2019-11-07)
### Bug Fixes
* **example:** remove flow parsing from example ([452fd7b](https://github.com/react-native-community/react-native-cameraroll/commit/452fd7b ))
* **lib:** Android 10 screenshot sorted incorrectly ([#98 ](https://github.com/react-native-community/react-native-cameraroll/issues/98 )) ([902abd4](https://github.com/react-native-community/react-native-cameraroll/commit/902abd4 )), closes [#97 ](https://github.com/react-native-community/react-native-cameraroll/issues/97 )
* **lib:** Fix warning for deprecated RCTBridge interface for RCTImageLoader ([#87 ](https://github.com/react-native-community/react-native-cameraroll/issues/87 )) ([c0a132d](https://github.com/react-native-community/react-native-cameraroll/commit/c0a132d ))
### Features
* **lib:** Moved deletePhotos to use new PHAsset API and added an implementation for Android ([#69 ](https://github.com/react-native-community/react-native-cameraroll/issues/69 )) ([7850dd5](https://github.com/react-native-community/react-native-cameraroll/commit/7850dd5 ))
2019-11-07 13:27:30 +00:00
Bartol Karuza
4469030e6e
chore(docs): add meta info for the react-native-website ( #81 )
2019-09-03 17:21:38 +02:00
semantic-release-bot
77c186ebb5
chore(release): 1.2.1 [skip ci]
...
## [1.2.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.2.0...v1.2.1 ) (2019-08-14)
### Bug Fixes
* **lib:** typo in PHFetchOptions ([#78 ](https://github.com/react-native-community/react-native-cameraroll/issues/78 )) ([75e325d](https://github.com/react-native-community/react-native-cameraroll/commit/75e325d ))
2019-08-14 20:05:17 +00:00
semantic-release-bot
fcc2e10d0e
chore(release): 1.2.0 [skip ci]
...
# [1.2.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.1.2...v1.2.0 ) (2019-08-14)
### Bug Fixes
* **lib:** Convert PHAsset to JPEG for uploading ([c958493](https://github.com/react-native-community/react-native-cameraroll/commit/c958493 ))
* **lib:** fix issue with CameraRoll.saveImageWithTag and new save function with options ([7519cb5](https://github.com/react-native-community/react-native-cameraroll/commit/7519cb5 ))
### Features
* **lib:** save photos or videos to an album ([dc00a4f](https://github.com/react-native-community/react-native-cameraroll/commit/dc00a4f ))
2019-08-14 19:34:56 +00:00
semantic-release-bot
344b3a93a4
chore(release): 1.1.2 [skip ci]
...
## [1.1.2](https://github.com/react-native-community/react-native-cameraroll/compare/v1.1.1...v1.1.2 ) (2019-08-14)
### Bug Fixes
* **lib:** Remove unrecognised UTF8 tag from xcworkspace file ([0d5a2da](https://github.com/react-native-community/react-native-cameraroll/commit/0d5a2da ))
2019-08-14 17:17:42 +00:00
Bartol Karuza
25989a86a0
chore(lib): lock lodash version to mitigate security risk ( #71 )
...
https://github.com/react-native-community/react-native-cameraroll/network/alert/yarn.lock/lodash/open
2019-08-01 16:28:30 +02:00
semantic-release-bot
13059fab0f
chore(release): 1.1.1 [skip ci]
...
## [1.1.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.1.0...v1.1.1 ) (2019-06-18)
### Bug Fixes
* **lib:** move to local variable instead of relying on the string constant from RN core ([#63 ](https://github.com/react-native-community/react-native-cameraroll/issues/63 )) ([a2d39f0](https://github.com/react-native-community/react-native-cameraroll/commit/a2d39f0 ))
2019-06-18 15:34:41 +00:00
semantic-release-bot
f321084c7b
chore(release): 1.1.0 [skip ci]
...
# [1.1.0](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.5...v1.1.0 ) (2019-06-13)
### Bug Fixes
* **lib:** mirror fix PHAsset video upload ([#58 ](https://github.com/react-native-community/react-native-cameraroll/issues/58 )) ([829c7bd](https://github.com/react-native-community/react-native-cameraroll/commit/829c7bd )), closes [/github.com/facebook/react-native/commit/458e70c79d3e12b5ad017d17ccea2fd62c1c3781#diff-3a2b7a4c4ebe5ac224b5a32896c032](458e70c79d/issues/diff-3a2b7a4c4ebe5ac224b5a32896c032
)
### Features
* **lib:** Filename added to the image properties iOS and Android ([#61 ](https://github.com/react-native-community/react-native-cameraroll/issues/61 )) ([f420cef](https://github.com/react-native-community/react-native-cameraroll/commit/f420cef )), closes [/github.com/facebook/react-native/commit/458e70c79d3e12b5ad017d17ccea2fd62c1c3781#diff-3a2b7a4c4ebe5ac224b5a32896c032](458e70c79d/issues/diff-3a2b7a4c4ebe5ac224b5a32896c032
)
2019-06-13 06:31:39 +00:00
semantic-release-bot
12125ce53f
chore(release): 1.0.5 [skip ci]
...
## [1.0.5](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.4...v1.0.5 ) (2019-05-13)
### Bug Fixes
* **lib:** dummy commit back to the center fix semantic-release ([5678c76](https://github.com/react-native-community/react-native-cameraroll/commit/5678c76 ))
2019-05-13 19:23:47 +00:00
semantic-release-bot
1837b6d727
chore(release): 1.0.4 [skip ci]
...
## [1.0.4](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.3...v1.0.4 ) (2019-05-13)
### Bug Fixes
* **lib:** dummy commit fix semantic-release ([33af018](https://github.com/react-native-community/react-native-cameraroll/commit/33af018 ))
2019-05-13 19:17:23 +00:00
semantic-release-bot
ff71da1709
chore(release): 1.0.3 [skip ci]
...
## [1.0.3](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.2...v1.0.3 ) (2019-05-13)
### Bug Fixes
* **lib:** dummy commit fix semantic-release ([66cb175](https://github.com/react-native-community/react-native-cameraroll/commit/66cb175 ))
2019-05-13 19:12:12 +00:00
semantic-release-bot
1cc909c729
chore(release): 1.0.2 [skip ci]
...
## [1.0.2](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.1...v1.0.2 ) (2019-05-13)
### Bug Fixes
* **lib:** dummy commit to bump to 1.0.2 ([d431900](https://github.com/react-native-community/react-native-cameraroll/commit/d431900 ))
2019-05-13 19:05:35 +00:00
semantic-release-bot
fd285e9f4b
chore(release): 1.0.1 [skip ci]
...
## [1.0.1](https://github.com/react-native-community/react-native-cameraroll/compare/v1.0.0...v1.0.1 ) (2019-05-13)
### Bug Fixes
* **lib:** fix groupType all not working on Android ([#57 ](https://github.com/react-native-community/react-native-cameraroll/issues/57 )) ([7c05112](https://github.com/react-native-community/react-native-cameraroll/commit/7c05112 )), closes [#56 ](https://github.com/react-native-community/react-native-cameraroll/issues/56 )
2019-05-13 18:47:21 +00:00
Bartol Karuza
1e37b29426
chore(ci): manual release to test publishing fix
2019-05-08 11:33:44 +02:00
semantic-release-bot
74727b1f7f
chore(release): 1.0.0 [skip ci]
...
# 1.0.0 (2019-05-07)
### Bug Fixes
* **ci:** add yarn install step to publish ([ed86e6f](https://github.com/react-native-community/react-native-cameraroll/commit/ed86e6f ))
* **ci:** eslint dependency version issue ([1d0636b](https://github.com/react-native-community/react-native-cameraroll/commit/1d0636b ))
2019-05-07 20:35:22 +00:00
Bartol Karuza
1d0636bf73
fix(ci): eslint dependency version issue
2019-05-07 22:30:06 +02:00
Bartol Karuza
e49880f908
feature(lib): dummy commit for triggering the release
2019-05-07 22:12:27 +02:00
Bartol Karuza
cd8725841e
chore(lib) include 59 in peer dependency list
2019-04-14 10:59:35 +02:00
Frikkie Snyman
8f721f372f
Add description to package.json
2019-04-09 14:47:02 +02:00
Bartol Karuza
23ea8fbd2b
Merge pull request #31 from react-native-community/feature/update-dependencies
...
fix(app) update dependencies
2019-04-06 12:17:54 +02:00
Bartol Karuza
7277538350
fix(app) update dependencies
2019-04-06 12:17:01 +02:00
Bartol Karuza
bbd158014b
Merge pull request #26 from iamolegga/typescript-fix
...
fix typescript declarations
2019-04-06 11:39:29 +02:00
Matt Oakes
ffbbfee27c
Standard ESLint
2019-04-05 17:14:27 -07:00
Oleg Repin
2b52d760c1
fix typescript declarations
2019-04-03 14:20:54 +03:00