- Add changelog.
- Improve formatting in
/README.md
. - Add copyright statement to code.
- Simplify code.
- Fix typo in
/README.md
.
- Fix benchmark link on PyPi.
- Fix benchmark image on PyPi.
- Custom error when the call to
super().__init__
has been forgotten. - Add benchmarks.
- Add link to my blog post about pyattr.
- Switch to a custom call stack generator for better performance.
- Manipulate exceptions to remove pyattr internal functions from the traceback.
- Fix typo in
/README.md
. - Rename
_ProtectedDict
to_PyattrDict
. - Add
@final
decorators to functions.
- Improve user API.
- Fix typo in previous release.
- Add access control for functions.
Initial release.