Skip to content

v0.2.0

Latest

Choose a tag to compare

@dvclmn dvclmn released this 24 May 09:05
· 57 commits to main since this release
0.2.0
c62262e

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