Skip to content

0.4.0

Compare
Choose a tag to compare
@kmcbride kmcbride released this 03 Sep 14:45
· 33 commits to master since this release
4a256c4
  • Removed deprecations introduced in 0.3.0 (#145, #166)
  • Removed initiate from Mobius.Builder (#146)
  • Removed unnecessary generic arguments (#147)
  • Removed MobiusTest playground (#148)
  • Added Mobius.beginnerLoop helper and tests for the Getting Started tutorial (#149)
  • Added Connectable.map helper for output transformation (#150)
  • Simplified MobiusLoop implementation (#151)
  • Fixed and simplified logging adaptors (#153)
  • Cleaned up APIs and implementations (#154)
  • Added ability to specify execution queue for effect handlers (#155, #157)
  • Updated doc comments (#158)
  • Replaced abstract ConnectableClass implementations (#161)
  • Disabled caching for CI SPM build (#162)
  • Updated CI to Xcode 11.4.1 (#163)
  • Added visual model diff to test expectation output (#164)
  • Addressed exclusionary language (#165)
  • Handled #file/#filePath distinction for Swift 5.3 (#167)
  • Removed strong connectable↔︎loop reference (#169)
  • Bumped version (#170)
  • Fixed various spelling errors (#171)
  • Deleted disabled assertion (#172)
  • Migrated dependencies to XCFramework (#174)
  • Fixed Xcode 12.5 compatibility (#175)
  • Added diffed effects in NextPredicate (#177)
  • Added more specific effect matchers (#178)
  • Fixed disconnected API comment (#179)