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 https://github.com/AzorianSolutions/reflective/pull/7
* Updated minimum Python version to 3.8 by AzorianMatt in https://github.com/AzorianSolutions/reflective/pull/10
* Implemented proper deletion support into the Reflective class by AzorianMatt in https://github.com/AzorianSolutions/reflective/pull/11
* Cleaned up automated test, build, and publish workflows by AzorianMatt in https://github.com/AzorianSolutions/reflective/pull/13
* Merging the latest from the `dev` branch by AzorianMatt in https://github.com/AzorianSolutions/reflective/pull/14
* Redesigned the entire foundation to achieve desired query interface results and associated functionality. by AzorianMatt in https://github.com/AzorianSolutions/reflective/pull/16
**Full Changelog**: https://github.com/AzorianSolutions/reflective/compare/v0.1.0...v0.2.0