Skip to content

0.1.0

Latest

Choose a tag to compare

@vic vic released this 29 Oct 09:47
· 1 commit to main since this release
Immutable release. Only release title and notes can be modified.
a037ed2

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 lib by @drupol in #2
  • Allow repeated applications of filtered, matching, and mapWith by @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 mapWith to map by @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

Full Changelog: https://github.com/vic/import-tree/commits/v0.1.0