Skip to content

Commit

Permalink
FIX #890 add util-polyfill for react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Feb 7, 2019
1 parent 32cafb5 commit 3b0b272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@
Bugfixes:
- Calling `remove()` on a deleted RxDocument should return a rejected promise [#830](https://github.com/pubkey/rxdb/issues/830)
- Passing `auto_compaction` to a collection did not work [via gitter](https://gitter.im/pubkey/rxdb?at=5c42f3dd0721b912a5a4366b)

- `util` missing in react-native [#890](https://github.com/pubkey/rxdb/pull/890)
### 8.0.4 (13 November 2018)

Bugfixes:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -92,7 +92,8 @@
"random-token": "0.0.8",
"spark-md5": "^3.0.0",
"unload": "2.1.0",
"url": "^0.11.0"
"url": "^0.11.0",
"util": "^0.11.1"
},
"devDependencies": {
"@babel/cli": "7.2.3",
Expand Down

0 comments on commit 3b0b272

Please sign in to comment.