Skip to content

Releases: belkevich/multiton

2.1.1

07 Jun 20:39

Choose a tag to compare

2.1.0

30 Aug 13:24

Choose a tag to compare

  • Added watchos SDK support

2.0.7

19 Jan 12:55

Choose a tag to compare

  • Added Swift support for singletons, that inherit from NSObject. Thanks to Denys Telezhkin for pull request

2.0.6

16 Dec 17:02

Choose a tag to compare

  • Fixed implementation of load method. Thanks to Greensource for issue.

2.0.5

16 Dec 16:51

Choose a tag to compare

  • Refactored multithreading routine to GCD
  • Added removeShared method injection for all classes which support ABMultitonProtocol

2.0.4

16 Dec 16:50

Choose a tag to compare

  • Fixed deadlock between different instances. Thanks to Alessandro Zummo for issue.

2.0.3

16 Dec 16:49

Choose a tag to compare

  • Added subspec that allow to set custom shared instance directly.

2.0.2

16 Dec 16:48

Choose a tag to compare

  • Fixed critical bug with shared method injection.

2.0.0

16 Dec 16:47

Choose a tag to compare

  • Added runtime shared method injection.

1.2.2

16 Dec 16:46

Choose a tag to compare

  • Fixed potential bug with multithread shared instance creation.