Skip to content

Releases: dvclmn/ToolKit

v0.2.0

24 May 09:05
0.2.0
c62262e

Choose a tag to compare

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

v0.1.0

11 May 09:38

Choose a tag to compare

Initial release. Starting in beta. Package is still in a state of flux, but at least getting off the ground with semver for now.