@feathers-plus/batch-loader
Version:
Reduce requests to backend services by batching calls and caching records.
57 lines (33 loc) • 2.79 kB
Markdown
# Change Log
## [v0.3.4](https://github.com/feathers-plus/batch-loader/tree/v0.3.4) (2018-11-24)
[Full Changelog](https://github.com/feathers-plus/batch-loader/compare/v0.3.3...v0.3.4)
**Closed issues:**
- Creating a batchloader for belongsToMany relationships [\#6](https://github.com/feathers-plus/batch-loader/issues/6)
**Merged pull requests:**
- Add typings, tests and necessary infrastructure [\#5](https://github.com/feathers-plus/batch-loader/pull/5) ([j2L4e](https://github.com/j2L4e))
## [v0.3.3](https://github.com/feathers-plus/batch-loader/tree/v0.3.3) (2018-04-18)
[Full Changelog](https://github.com/feathers-plus/batch-loader/compare/v0.3.2...v0.3.3)
**Implemented enhancements:**
- Revert old changes and apply new strategy to add pagination support. [\#4](https://github.com/feathers-plus/batch-loader/pull/4) ([otang](https://github.com/otang))
## [v0.3.2](https://github.com/feathers-plus/batch-loader/tree/v0.3.2) (2018-04-13)
[Full Changelog](https://github.com/feathers-plus/batch-loader/compare/v0.3.1...v0.3.2)
## [v0.3.1](https://github.com/feathers-plus/batch-loader/tree/v0.3.1) (2018-04-13)
[Full Changelog](https://github.com/feathers-plus/batch-loader/compare/v0.3.0...v0.3.1)
**Fixed bugs:**
- Fix README.md link to documentation page [\#2](https://github.com/feathers-plus/batch-loader/pull/2) ([leedongwei](https://github.com/leedongwei))
**Merged pull requests:**
- Add support for handling page object responses for services using pagination. [\#3](https://github.com/feathers-plus/batch-loader/pull/3) ([otang](https://github.com/otang))
## [v0.3.0](https://github.com/feathers-plus/batch-loader/tree/v0.3.0) (2017-11-14)
[Full Changelog](https://github.com/feathers-plus/batch-loader/compare/v0.2.1...v0.3.0)
## [v0.2.1](https://github.com/feathers-plus/batch-loader/tree/v0.2.1) (2017-11-14)
[Full Changelog](https://github.com/feathers-plus/batch-loader/compare/v0.2.0...v0.2.1)
## [v0.2.0](https://github.com/feathers-plus/batch-loader/tree/v0.2.0) (2017-11-13)
[Full Changelog](https://github.com/feathers-plus/batch-loader/compare/v0.1.2...v0.2.0)
**Closed issues:**
- batch-loader on the browser [\#1](https://github.com/feathers-plus/batch-loader/issues/1)
## [v0.1.2](https://github.com/feathers-plus/batch-loader/tree/v0.1.2) (2017-11-06)
[Full Changelog](https://github.com/feathers-plus/batch-loader/compare/v0.1.1...v0.1.2)
## [v0.1.1](https://github.com/feathers-plus/batch-loader/tree/v0.1.1) (2017-11-06)
[Full Changelog](https://github.com/feathers-plus/batch-loader/compare/v0.1.0...v0.1.1)
## [v0.1.0](https://github.com/feathers-plus/batch-loader/tree/v0.1.0) (2017-11-06)
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*