Skip to content

Releases: maksimn/CoreModule

CoreModule v2.7.0

10 Feb 03:02

Choose a tag to compare

  • WrappedOptional type.
  • Logging logic fixes.

CoreModule v2.6.0

08 Nov 21:45

Choose a tag to compare

  • A LocalizableStringKey type to work with locale-dependent string resources.
  • Foundation String stripOutTags() extension method.

CoreModule v2.5.0

17 Sep 10:05

Choose a tag to compare

  • UIView findViewController() extension.
  • almostEqual() generic math function.

CoreModule v2.4.0

30 Jul 14:47

Choose a tag to compare

  • WithError struct.
  • HttpClientAdapter.sendAndDecode() extensions for processing JSON data.
  • Improved logging of HTTP requests in LoggableHttpClient.
  • Foundation extensions.

CoreModule v2.3.0

21 May 19:41

Choose a tag to compare

  • async/await HttpClientAdapter
  • Array removeDuplicates() extensions

Release v2.2.0

11 May 12:01

Choose a tag to compare

  • LoggableHttpClient
  • SwiftViewBuilder

v2.1.0

01 May 07:52
f8fbb24

Choose a tag to compare

New generic builder & router protocols.
Http client fix.

CoreModule v2.0.0

23 Apr 07:52
b837f9c

Choose a tag to compare

Router protocol changed.

CoreModule v1.0.1

09 Apr 02:10
cebe096

Choose a tag to compare

Patch for CoreModule.

CoreModule v1.0.0

09 Apr 01:54
fce348d

Choose a tag to compare

Core module for iOS projects.

Contents

  • Core protocols.
  • Logging framework.
  • Some extensions for basic Swift types.
  • Some UIKit extensions.
  • HTTP client.