UNPKG

deep-for-each

Version:

Recursively iterates over arrays and objects

41 lines (18 loc) 1.13 kB
# 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="3.0.0"></a> # [3.0.0](https://github.com/moxystudio/js-deep-for-each/compare/v2.0.3...v3.0.0) (2019-03-13) ### Features * offer cjs build ([b266efd](https://github.com/moxystudio/js-deep-for-each/commit/b266efd)) <a name="2.0.3"></a> ## [2.0.3](https://github.com/moxystudio/js-deep-for-each/compare/v2.0.2...v2.0.3) (2018-03-16) <a name="2.0.2"></a> ## [2.0.2](https://github.com/moxystudio/js-deep-for-each/compare/v2.0.1...v2.0.2) (2018-01-24) <a name="2.0.1"></a> ## [2.0.1](https://github.com/moxystudio/js-deep-for-each/compare/v2.0.0...v2.0.1) (2018-01-24) <a name="2.0.0"></a> # [2.0.0](https://github.com/moxystudio/js-deep-for-each/compare/1.0.6...2.0.0) (2018-01-24) ### Chores * update project to use new tooling ([ffdaa83](https://github.com/moxystudio/js-deep-for-each/commit/ffdaa83)) ### BREAKING CHANGES * the UMD build was replaced by a cjs and es builds located in lib/ and es/ respectively