Releases: AzorianSolutions/reflective
Releases · AzorianSolutions/reflective
v0.2.1
This release just focused on getting some minor bug fixes and oversights addressed.
What's Changed
- Corrected boolean handling in
Reflective.__len__
by @AzorianMatt in #19 - Corrected Dynamic Reference Replacement Issue by @AzorianMatt in #21
Full Changelog: v0.2.0...v0.2.1
v0.2.0
This release focuses on releasing the updated core while maintaining feature parity. Additionally, the following features will be added:
- Provide support for updating data by path.
- Provide support for multi-result queries through the use of the Composite design pattern.
What's Changed
- Corrected typing mistake in the RCore class that prevented proper Python 3.8 support by @AzorianMatt in #7
- Updated minimum Python version to 3.8 by @AzorianMatt in #10
- Implemented proper deletion support into the Reflective class by @AzorianMatt in #11
- Cleaned up automated test, build, and publish workflows by @AzorianMatt in #13
- Merging the latest from the
dev
branch by @AzorianMatt in #14 - Redesigned the entire foundation to achieve desired query interface results and associated functionality. by @AzorianMatt in #16
Full Changelog: v0.1.0...v0.2.0
v0.1.0
This is the initial release of the library. It has a lot of great features ready to go, but many more to come!
For a detailed explanation of features included, please see the project features documentation. You may also follow project milestones for planned feature development.
Full Changelog: https://github.com/AzorianSolutions/reflective/commits/v0.1.0