v0.1.4
What's Changed
- Update README and adjust trick generation logic to ensure a minimum of 2 tricks in combos
- Initial idea for Trick class
- Refactor Trick class to improve validation and default value assignment; update direction, stance, and move definitions.
- Add missing move "540" and enhance Trick class for better validation and default value handling in combo generation
- Refactor Trick class and update init.py to remove unused imports and improve type hints; streamline combo generation logic.
- Update pyproject.toml and tests: switch to setuptools, bump version to 0.1.4, and enhance trick validation tests
- Fix test_generate_combo_only_first_rule to ensure proper assertion for moves after the first trick
- Add type hints to test functions for improved clarity and consistency
- Update README.md for clarity and improved usage examples
Full Changelog: v0.1.3...v0.1.4