Changes: Package and library/target renames, and broad culling/restructuring of code.
Renames (old to new):
- BasePrimitives (package) -> ToolKit
- BasePrimitives (target) — Now retired. This was a bit of a catch-all before, so there's no direct mapping to a new target.
- CoreUtilities -> CoreTools
There is a new target ViewTools, which provides SwiftUI modifiers/views/extensions etc. Many of these were previously located directly alongside their corresponding low-level logic/types. Have been moved for a cleaner separation of concerns.
Full Changelog: 0.1.0...0.2.0