This is the first release. The library is feature complete for now, and can be used with confidence. main branch will be used for unstable version. We will be using semantic versioning for tags.
What's Changed
- Some readme suggestions by @mightyiam in #1
- fix: README.md: add missing
libby @drupol in #2 - Allow repeated applications of
filtered,matching, andmapWithby @aionescu in #3 - feat: (addPath) Prepend a path to be filtered as import-tree config. by @vic in #4
- feat: Add .result for path-configured trees. by @vic in #5
- feat: Importable import-tree objects. by @vic in #6
- feat: extensible import-tree API by @vic in #7
- Update README.md by @vic in #8
- Update README.md by @vic in #9
- update to dendrix by @vic in #10
- Rename
mapWithtomapby @aionescu in #11 - feat: Allow import-trees to be used in argument as if they were paths. by @vic in #12
- fix: dont break when given paths that are files. filter on them instead. by @vic in #13
- fix: addAPI extensions should be late bound by @vic in #14
- Use toString on attrs having outPath by @vic in #15
- fix: dont try to convert attrSets that are not paths. by @vic in #16
- remove default from non-optional arguments. by @vic in #17
- just remembered functions do exist. by @vic in #18
- feat: initFilter allows looking other file types, ignore other than /_. by @vic in #19
- fix(test): regexes are not deterministic across OS by @vic in #21
- dont filter on root prefix. by @vic in #22
New Contributors
- @mightyiam made their first contribution in #1
- @drupol made their first contribution in #2
- @aionescu made their first contribution in #3
- @vic made their first contribution in #4
Full Changelog: https://github.com/vic/import-tree/commits/v0.1.0