Releases: d3cryptofc/structer
Releases · d3cryptofc/structer
v0.3.0
Added
- Continuous delivery (CD) for publish package automatically on PyPI (f27e8b9)
- Package classifiers (f969e68)
pre-push
public git hook file and setup command (af2b189, 88ca1ea)- Code of conduct file for contributors (30f9cd2)
- Contributing guideline file for new contributors (2e41a74)
- Readme badges
CONTRIBUTING
&CODE OF CONDUCT
(5f41089)
Updated
Fixed
- Deprecated CI
actions/setup-python@v4
(4c053c1)
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Updated
- include
dist
folder to.gitignore
(bafeba4) - move field types to
fieldtypes
folder (4ecbbbd) - move
String.size
property toFieldType
base class e2107e9) - include more rule styles for ruff linter and ignore deprecated (87e5e18)
- add complete annotated type hints and more (d974ee8)
Fixed
- readme typos (43e5104)
- abstract class doesn't detect new implements (d7a8b78)
- fix broken logo on readme (ae47247)
- ruff code formatting only for
structer
folder (563e636) - remove
--diff
flag fromruff check
task comand (eece350) - include
tests
folder as target for mypy checker (25bffc7)
Full Changelog: v0.1.1...v0.2.0