Current section
Files
Jump to
Current section
Files
batch_loader
CHANGELOG.md
CHANGELOG.md
# Changelog
The following are lists of the notable changes included with each release.
This is intended to help keep people informed about notable changes between
versions, as well as provide a rough history. Each item is prefixed with
one of the following labels: `Added`, `Changed`, `Deprecated`,
`Removed`, `Fixed`, `Security`. We also use [Semantic Versioning](http://semver.org)
to manage the versions of this gem so that you can set version constraints properly.
#### [Unreleased](https://github.com/exAspArk/batch_loader/compare/v0.1.0-beta.5...HEAD)
* WIP
#### [v0.1.0-beta.5](https://github.com/exAspArk/batch_loader/compare/v0.1.0-beta.4...v0.1.0-beta.5) – 2019-10-16
* `Fixed`: preloading associations for a list with different Ecto Schemas.
#### [v0.1.0-beta.4](https://github.com/exAspArk/batch_loader/compare/v0.1.0-beta.3...v0.1.0-beta.4) – 2019-10-08
* `Fixed`: detecting unique batch functions with `BatchLoader.cache_key/1`.
#### [v0.1.0-beta.3](https://github.com/exAspArk/batch_loader/compare/v0.1.0-beta.2...v0.1.0-beta.3) – 2019-10-07
* `Added`: support for `absinthe` dependency version `~> 1.4.0`.
#### [v0.1.0-beta.2](https://github.com/exAspArk/batch_loader/compare/v0.1.0-beta.1...v0.1.0-beta.2) – 2019-10-07
* `Added`: `BatchLoader.Absinthe.resolve_assoc/2` and `BatchLoader.Absinthe.preload_assoc/3`.
#### [v0.1.0-beta.1](https://github.com/exAspArk/batch_loader/compare/7a303cefa55bd5e8d22ae19e6e6c537808fd70a0...v0.1.0-beta.1) – 2019-10-06
* `Added`: initial functional version.