Skip to content

Releases: 0xLeif/AppState

1.8.0

23 Jan 01:46
e260340
Compare
Choose a tag to compare

Linux & Windows Support

What's Changed

Full Changelog: 1.7.2...1.8.0

1.7.2

18 Jan 05:47
e74c84c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.1...1.7.2

1.7.1

18 Jan 02:29
9ac0ed4
Compare
Choose a tag to compare

What's Changed

  • Update Application+OptionalSliceOptionalValue.swift by @0xLeif in #65
  • Remove State wrapping of stored and sync values by @0xLeif in #70
  • Improve Constant to include var and let variables by @0xLeif in #72

Full Changelog: 1.7.0...1.7.1

1.7.0

11 Jan 23:53
d08432f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.1...1.7.0

1.6.1

11 Jan 02:29
4f9b3b9
Compare
Choose a tag to compare

What's Changed

  • Leif/improve optional slice values by @0xLeif in #60

Full Changelog: 1.6.0...1.6.1

1.6.0

11 Jan 00:45
0f05e81
Compare
Choose a tag to compare

What's Changed

  • Add the ability to use optional slice or constant by @0xLeif in #59

Full Changelog: 1.5.1...1.6.0

1.5.1

10 Jan 01:01
2e9597b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

04 Jan 23:53
c125c28
Compare
Choose a tag to compare

Release Notes 1.5.0

  • Introduced new feature: Slice. Slice allows users to access and modify a specific part of an AppState's state, providing a more fine-grained control over the AppState.
  • Slice can be used with State, StoredState, and SyncState, offering greater flexibility and control in managing application state.

What's Changed

Full Changelog: 1.4.0...1.5.0

1.4.0

16 Dec 15:55
8bcc929
Compare
Choose a tag to compare

SecureState

In this update, AppState gets a new feature, SecureState, a Keychain-backed state for secure handling of sensitive data. This feature is a direct result of community feedback. I'm excited to see how you use SecureState in your projects.

Thank you @bourquep for the suggestion!

What's Changed

  • Implement SecureState a Keychain backed state by @0xLeif in #54

Full Changelog: 1.3.1...1.4.0

1.3.1

12 Dec 00:30
fed0650
Compare
Choose a tag to compare

What's Changed

  • Update custom application to shared instance by @0xLeif in #49

Full Changelog: 1.3.0...1.3.1