Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 927 Bytes

changelog.md

File metadata and controls

30 lines (25 loc) · 927 Bytes

Changelog

2.1.0

Changes:

  • Index files now export the index files of immediate sub-directories.
  • Refactored usage of deprecated methods in tests.

2.0.0

Changes:

  • Add test framework.
    • Add tests for getargs and indexer.
  • Rework argument system.
    • Added new flags:
      • --overwrite: overwrite existing index files.
      • --path: the path to index relative to the cwd.
      • --exlude: a list of sub-paths to exclude.
      • --double: use double quotemarks instead of singles.
      • --dry-run: don't write any files.
    • Removed old flag + and the ability to add the path without the --path flag.

1.1.0

Changes:

  • Existing index files (which are not auto generated by tsai) will not be overwritten and a warning will be produced.

1.0.1

Fixes:

  • Index files are no longer included in the index file.

1.0.0

Initial release.