Skip to content

Releases: thatfactory/progressionkit

0.1.3

Choose a tag to compare

@backslash-f backslash-f released this 24 Jun 09:17
d55cba2

Modernized ProgressionKit for the Xcode 26 toolchain.

  • Bumped swift-tools-version to 6.4.
  • Raised minimum deployment targets to iOS 26, macOS 26, tvOS 26, and watchOS 26.
  • Updated README badges for Swift 6.4, Xcode 27, and anyAppleOS 26+.

0.1.2

Choose a tag to compare

@backslash-f backslash-f released this 26 May 14:30
3646a1a

What's Changed

  • Bumped swift-docc-plugin from 1.4.6 to 1.5.0 in Package.swift.
  • Updated Package.resolved to pin swift-docc-plugin 1.5.0.

Pull Requests

  • #1 Bump swift-docc-plugin to 1.5.0

0.1.1

Choose a tag to compare

@backslash-f backslash-f released this 18 May 21:46
1ad5b7f

What's Changed

  • Added practical README integration examples covering PKProfile, PKEvent, PKUpdate, and PKConfig.
  • Added a simple SwiftUI progress bar example driven by ProgressionKit update values.
  • Refreshed docs assets with an updated usage video for the new example flow.

Full Changelog

  • bfc6a3f Add practical README usage and SwiftUI progress example

0.1.0

Choose a tag to compare

@backslash-f backslash-f released this 07 Apr 10:47
1cf4009

Initial release of ProgressionKit.

  • Added a pure progression engine with PKProfile, PKEvent, PKConfig, PKUpdate, and PKEngine.
  • Added Swift 6.3 / Xcode 26.4 package scaffolding, DocC docs, and self-hosted macOS CI and release workflows.
  • Added unit tests for XP gain, duplicate-grind protection, level derivation, and tier unlocks.