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
to manage the versions of this gem so that you can set version constraints properly.
- WIP
v0.1.0-beta.6 – 2019-10-22
Added
:BatchLoader.Absinthe.load_assoc/4
.
v0.1.0-beta.5 – 2019-10-16
Fixed
: preloading associations for a list with different Ecto Schemas.
v0.1.0-beta.4 – 2019-10-08
Fixed
: detecting unique batch functions withBatchLoader.cache_key/1
.
v0.1.0-beta.3 – 2019-10-07
Added
: support forabsinthe
dependency version~> 1.4.0
.
v0.1.0-beta.2 – 2019-10-07
Added
:BatchLoader.Absinthe.resolve_assoc/2
andBatchLoader.Absinthe.preload_assoc/3
.
v0.1.0-beta.1 – 2019-10-06
Added
: initial functional version.