Skip to content

Latest commit

 

History

History
118 lines (51 loc) · 3.98 KB

CHANGELOG.md

File metadata and controls

118 lines (51 loc) · 3.98 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2019-09-10)

Bug Fixes

  • class field support: adding support for node 10 (39e83e3)

2.0.1 (2019-09-10)

Bug Fixes

  • class field support: adding support for node 10 (f285326)

2.0.0 (2019-09-09)

⚠ BREAKING CHANGES

  • modernizing: now needs node 10 and no longer creates an empty file

Features

  • modernizing: split out tree walker and converted to class based (abb610f)

1.5.2 (2018-03-15)

1.5.1 (2018-03-15)

Bug Fixes

  • improved rebuild: switching to 'broccoli-caching-writer' for more standard way of preventing needless rebuilds (e77d63d)

1.5.0 (2018-02-21)

Features

  • sorting: Ensure consistent file sorting on Windows (ea00db0)

1.4.0 (2017-11-02)

Features

  • sorting: now sorting files in manifest first by depth, then by alphanumeric (c144ca9)

1.3.1 (2017-11-01)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • defaults: adding back in the default for the default extention (1ca5f96)

1.2.1 (2017-04-05)

1.2.0 (2017-04-05)

Features

  • 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)

1.1.0 (2017-04-01)

Features

  • setup: initial commit of functionality for generating an import manifest file (6897ee7)