10000 Release v0.3.6 · daireto/sqlactive · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 03:59
· 4 commits to main since this release

0.3.6 (2025-06-05)

Introduced improvements in object manipulation using the magic methods __getitem__ and __setitem__, as well as enhancements in documentation and project configuration.

Added

  • Implementation of the magic methods __getitem__ and __setitem__ for more flexible data handling.

Enhancements

  • Resolved issues with ruff in docstrings and code, improving overall project quality.
  • Added ruff configuration to standardize code format and style.

Fixed

  • Corrections in docstrings and code to comply with ruff rules.

Refactored

  • Changed multiple functions to imperative mode for better code clarity.

Documentation

  • Added usage examples for the methods __getitem__ and __setitem__.
  • Updated function and property descriptions across the API documentation.
0