# 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.3...HEAD)

* WIP

#### [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.
