broccoli-source
Version:
Broccoli plugin for referring to source directories on the file system
53 lines (32 loc) • 1.45 kB
Markdown
## v3.0.1 (2021-03-11)
#### :bug: Bug Fix
* [#23](https://github.com/broccolijs/broccoli-source/pull/23) Avoid forcing eager calculation of error stacks. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
## v3.0.0 (2019-07-29)
#### :bug: Bug Fix
* [#11](https://github.com/broccolijs/broccoli-source/pull/11) Fix typescript definitions and build process ([@thoov](https://github.com/thoov))
#### :boom: Breaking Change
* [#12](https://github.com/broccolijs/broccoli-source/pull/12) Drop node 6 support ([@thoov](https://github.com/thoov))
#### Committers: 1
- Travis Hoover ([@thoov](https://github.com/thoov))
## v2.1.2 (2019-05-24)
#### :bug: Bug Fix
* [#9](https://github.com/broccolijs/broccoli-source/pull/9) Ensure all source nodes have resolved their paths. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
## 2.1.1 (2019-05-17)
#### :bug: Bug Fix
* [#7](https://github.com/broccolijs/broccoli-source/pull/7) Fixing missing files in published package ([@thoov](https://github.com/thoov))
#### Committers: 1
- Travis Hoover ([@thoov](https://github.com/thoov))
# 2.1.0
* convert the project to typescript
# 2.0.0
* modernize code-base
* drop node 4
# 1.1.0
* Allow for calling `__broccoliGetInfo__` without argument
* Add missing `__broccoliFeatures__` object
# 1.0.0
* Initial release