Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 19:18
· 3 commits to main since this release

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