What's Changed
- Introduced gone.Provider, a factory function for injecting external components (such as structs, struct pointers, functions, and interfaces) that are not Goner into Goners filed which tag by
gone
. - Fixed an issue where
gone.NewProviderPriest
failed to create a Priest for gone.Provider instances that generate interface types. - Added test cases for
goner/gorm
and completed other missing test cases; updated documentation accordingly.
Full Changelog: v1.2.0...v1.2.1