All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.2 (2019-09-10)
- class field support: adding support for node 10 (39e83e3)
2.0.1 (2019-09-10)
- class field support: adding support for node 10 (f285326)
2.0.0 (2019-09-09)
- modernizing: now needs node 10 and no longer creates an empty file
- modernizing: split out tree walker and converted to class based (abb610f)
1.5.2 (2018-03-15)
1.5.1 (2018-03-15)
- improved rebuild: switching to 'broccoli-caching-writer' for more standard way of preventing needless rebuilds (e77d63d)
1.5.0 (2018-02-21)
- sorting: Ensure consistent file sorting on Windows (ea00db0)
1.4.0 (2017-11-02)
- sorting: now sorting files in manifest first by depth, then by alphanumeric (c144ca9)
1.3.1 (2017-11-01)
- improved rebuild: doing a more definitive way of checking to see if a rebuild of the mmanifest should happen (ee8813c)
1.3.0 (2017-10-31)
- better ordering: updaing order so more deeply nested files come after thier ansestors (f59ccea)
- excluding directories: we don't care about the directories so we are excluding them now (b30050d)
- limit rebuild: only rebuilding the manifest file if something has changed about it (1f6ddaf)
1.2.2 (2017-04-05)
- defaults: adding back in the default for the default extention (1ca5f96)
1.2.1 (2017-04-05)
1.2.0 (2017-04-05)
- better defaults: allowing to set the default extension when no files are passed to the plugin, also explicitly stating that the filename should not have an extension (6472c35)
- setup: initial commit of functionality for generating an import manifest file (6897ee7)