UNPKG

directory-tree-webpack-plugin

Version:
81 lines (35 loc) 2.21 kB
# Changelog 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. ### [1.0.3](https://github.com/skipjack/directory-tree-webpack-plugin/compare/v1.0.2...v1.0.3) (2021-10-30) ### [1.0.2](https://github.com/skipjack/directory-tree-webpack-plugin/compare/v1.0.1...v1.0.2) (2020-07-09) ### [1.0.1](https://github.com/skipjack/directory-tree-webpack-plugin/compare/v1.0.0...v1.0.1) (2019-06-10) ### Bug Fixes * **deps:** fix various audit warnings/vulns ([e2034b4](https://github.com/skipjack/directory-tree-webpack-plugin/commit/e2034b4)) <a name="1.0.0"></a> # [1.0.0](https://github.com/skipjack/directory-tree-webpack-plugin/compare/v0.3.1...v1.0.0) (2018-08-31) ### Chores * migrate to new webpack plugin api ([c5e0f99](https://github.com/skipjack/directory-tree-webpack-plugin/commit/c5e0f99)) ### BREAKING CHANGES * This plugin is no longer compatible with webpack v3. Either migrate to webpack v4 or use v0.3.x of this plugin. <a name="0.3.1"></a> ## [0.3.1](https://github.com/skipjack/directory-tree-webpack-plugin/compare/v0.3.0...v0.3.1) (2018-05-05) ### Bug Fixes * allow `sort` / `filter` methods to access `enhanced properties ([a47aefd](https://github.com/skipjack/directory-tree-webpack-plugin/commit/a47aefd)) <a name="0.3.0"></a> # [0.3.0](https://github.com/skipjack/directory-tree-webpack-plugin/compare/v0.2.0...v0.3.0) (2018-05-05) ### Features * add `filter` and `sort` options ([dca8fa7](https://github.com/skipjack/directory-tree-webpack-plugin/commit/dca8fa7)) <a name="0.2.0"></a> # [0.2.0](https://github.com/skipjack/directory-tree-webpack-plugin/compare/v0.1.0...v0.2.0) (2017-09-21) ### Features * added new `enhance` option ([cd7c27a](https://github.com/skipjack/directory-tree-webpack-plugin/commit/cd7c27a)) ### BREAKING CHANGES * The JSON produced is now the raw output from `directory-tree`, along with any changes made by the `enhance` option. <a name="0.1.0"></a> # 0.1.0 (2017-09-13) ### Bug Fixes * fix recursion issues ([436fc33](https://github.com/skipjack/directory-tree-webpack-plugin/commit/436fc33))