Breaking Changes
- fix: override_if_not_empty should not skip falsy primitives (0, False, 0.0) by @gaoflow in #41 (considered a breaking change due to no longer treating falsy values as empty, and the behavior will change for those who may rely on it).
Full Changelog: v2.1.0...v3.0