Skip to content

v0.3.1

Choose a tag to compare

@earnestt1234 earnestt1234 released this 18 Jun 22:46
· 54 commits to master since this release

Added

  • Additional functionality to the formatter parameter: can now dynamically set other seedir arguments as well as styling ones
  • Added a sticky_formatter parameter for causing the formatter changes to continue through sub-directories.
  • Additional test cases for formatter
  • Add folderend & fileend tokens for setting characters at end of line. Default styles have been updated to include these.
  • Additional documentation, specifically for formatter but also some smaller tweaks

Changed

  • The CLI was revamped, now using argparse instead of getopts. More seedir options were added.
  • The seedir.printing.format_indent() method now modifies dictionaries in place, rather than creating a new one
  • the FakeDir.realize() method no longer creates a reference to unused file variable

Fixed

  • Fix the words.txt file not being closed after opening 🤦

Deprecated

  • slash is on warning for removal after addition of folderend.