mirror of https://github.com/status-im/js-waku.git
Add doc location for UMD bundle
This commit is contained in:
parent
0db30efc5b
commit
bafa30fb05
|
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Added
|
||||
- If the `callback` function passed to`WakuStore.queryHistory` returns `true`, then no further pages are retrieved from the store.
|
||||
- Use webpack to build UMD bundle of the library.
|
||||
- Use webpack to build UMD bundle of the library, see [README](./README.md) for usage.
|
||||
|
||||
### Changed
|
||||
- **Breaking**: Renamed `WakuStore.QueryOptions`'s `direction` to `pageDirection` (and its type) as it only affects the page ordering,
|
||||
|
|
Loading…
Reference in New Issue