github basnijholt/tuitorial v0.7.0

latest releases: v0.14.0, v0.13.0, v0.12.0...
7 months ago

What's changed

  • Use dictionaries in bullet_points: in YAML (breaking YAML change) @basnijholt (#22)
  • Implement YAML focus validation and improve consistency (breaking YAML change) @basnijholt (#24)

Breaking changes:

  • YAML Configuration Improvements:
    • Updated YAML configuration to use more descriptive and consistent keys for focus types.
    • literal focus type now uses text instead of pattern.
    • line focus type now uses line_number instead of pattern.
    • startswith focus type now uses text instead of pattern.
    • This change improves the readability and maintainability of YAML configuration files by aligning the keys with the arguments of the corresponding Focus methods in the Python API.

These changes enhance the user experience by making the YAML configuration more intuitive and consistent with the underlying Python code. They also improve the maintainability of the project by simplifying the internal logic and reducing the potential for errors.

Don't miss a new tuitorial release

NewReleases is sending notifications on new releases.