Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

70 lines (45 loc) · 1.49 KB

Changelog

1.4.4 (19/02/2023)

  • Add changelog.
  • Improve formatting in /README.md.
  • Add copyright statement to code.
  • Simplify code.

1.4.3 (19/02/2023)

  • Fix typo in /README.md.

1.4.2 (19/02/2023)

  • Fix benchmark link on PyPi.

1.4.1 (19/02/2023)

  • Fix benchmark image on PyPi.

1.4.0 (19/02/2023)

  • Custom error when the call to super().__init__ has been forgotten.
  • Add benchmarks.

1.3.1 (19/02/2023)

  • Add link to my blog post about pyattr.

1.3.0 (19/02/2023)

  • Switch to a custom call stack generator for better performance.
  • Manipulate exceptions to remove pyattr internal functions from the traceback.

1.2.1 (19/02/2023)

  • Fix typo in /README.md.
  • Rename _ProtectedDict to _PyattrDict.
  • Add @final decorators to functions.

1.2.0 (18/02/2023)

  • Improve user API.

1.1.1 (18/02/2023)

  • Fix typo in previous release.

1.1.0 (18/02/2023)

  • Add access control for functions.

1.0.0 (18/02/2023)

Initial release.