Releases: lorefnon/collection-joiner
Releases · lorefnon/collection-joiner
v3.3.0
✨ extendAsync can now accept a collection or promise for the source to be extended
✨ fetchAll no longer assumes that what is being fetched is an array
v3.2.0
- ✨ Exposed an
extendAsync
function to more conveniently combine data fetching and association
- 💄 Made the
fetchAll
utility more convenient - if guards are now optional, and in absence of a guard, a thunk can be passed directly
v1.1.0
- Added support for in-place mutation of collections