lodash-unwind
Version:
A very simple lodash extension that provide MongoDB $unwind feature
57 lines (24 loc) • 1.39 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.2.3"></a>
## [1.2.3](https://github.com/edwincen/unwind/compare/v1.2.2...v1.2.3) (2019-01-17)
<a name="1.2.2"></a>
## [1.2.2](https://github.com/edwincen/unwind/compare/v1.2.1...v1.2.2) (2019-01-17)
### Bug Fixes
* **$unwind:** Add wrapAsArray option ([f8d930e](https://github.com/edwincen/unwind/commit/f8d930e))
<a name="1.2.1"></a>
## [1.2.1](https://github.com/edwincen/unwind/compare/v1.2.0...v1.2.1) (2019-01-10)
### Bug Fixes
* **$unwind:** Support top-level object unwind ([a26995f](https://github.com/edwincen/unwind/commit/a26995f))
<a name="1.2.0"></a>
# [1.2.0](https://github.com/edwincen/unwind/compare/v1.1.2...v1.2.0) (2019-01-09)
### Features
* **$unwind:** Add options to unwind func and update test and doc ([eab5c09](https://github.com/edwincen/unwind/commit/eab5c09))
<a name="1.1.2"></a>
## [1.1.2](https://github.com/edwincen/unwind/compare/v1.1.1...v1.1.2) (2019-01-09)
<a name="1.1.1"></a>
## [1.1.1](https://github.com/edwincen/unwind/compare/v1.1.0...v1.1.1) (2019-01-09)
<a name="1.1.0"></a>
# 1.1.0 (2019-01-09)
### Features
* **$unwind:** Add unwind core function ([31bef8a](https://github.com/edwincen/unwind/commit/31bef8a))