Skip to content

Releases: flagship-io/flagship-ios

4.0.0

09 Jul 08:19
5d859ad
Compare
Choose a tag to compare

Changed

  • The func getFlag(key:String)->FSFlag is the new signature for the getFlag method .
  • The func value<T>(defaultValue:T?,visitorExposed: Bool = true)->T? is the new signature for flag.value() method .
  • Signature newVisitor method builder changed to func newVisitor(visitorId: String, hasConsented: Bool, instanceType: Instance = .SHARED_INSTANCE) -> FSVisitorBuilder .
  • hasConsented parameter is mandatory on visitor creation instance.
  • Enum SDK status FSSdkStatus has replaced FStatus .
  • withStatusListener renamed to withOnSdkStatusChanged .

For further information, see migration code.

Added

  • Flag status
  • Visitor status
  • getFlags new method to get all flags in one collection as FSFlagCollection
  • FSFlagCollection collection of [String:FSFlag]
    For further information, see 4.0.0 reference.

Removed

Deprecated methods:

- getModification
- getModificationInfo 
- activateModification
- userExposed

3.3.5

16 May 14:39
be84227
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.4...3.3.5

3.3.4

27 Mar 09:22
dd5a1c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.2...3.3.4

3.3.2

06 Feb 11:30
e9e988d
Compare
Choose a tag to compare
  • Bug fixes on Troubleshooting and Developer Usage hits

3.3.1

10 Jan 11:12
055ff77
Compare
Choose a tag to compare
fix bug

3.3.0

11 Dec 10:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.2...3.3.0

3.2.2

23 Oct 13:15
7eb3b55
Compare
Choose a tag to compare
add variation name

3.2.1

24 Aug 09:10
af5f45b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

3.2.0

21 Aug 10:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.2.0

3.1.1

27 Jul 14:04
d173911
Compare
Choose a tag to compare
Fix Typo