Skip to content

Releases: AzorianSolutions/reflective

v0.2.1

14 Mar 21:05
Compare
Choose a tag to compare

This release just focused on getting some minor bug fixes and oversights addressed.

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

01 Feb 19:18
Compare
Choose a tag to compare

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

16 Jan 16:21
2821e36
Compare
Choose a tag to compare

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