Skip to content

Releases: maksimn/CoreModule

CoreModule v2.7.0

Choose a tag to compare

@maksimn maksimn released this 10 Feb 03:02
  • WrappedOptional type.
  • Logging logic fixes.

CoreModule v2.6.0

Choose a tag to compare

@maksimn maksimn released this 08 Nov 21:45
  • A LocalizableStringKey type to work with locale-dependent string resources.
  • Foundation String stripOutTags() extension method.

CoreModule v2.5.0

Choose a tag to compare

@maksimn maksimn released this 17 Sep 10:05
  • UIView findViewController() extension.
  • almostEqual() generic math function.

CoreModule v2.4.0

Choose a tag to compare

@maksimn maksimn released this 30 Jul 14:47
  • WithError struct.
  • HttpClientAdapter.sendAndDecode() extensions for processing JSON data.
  • Improved logging of HTTP requests in LoggableHttpClient.
  • Foundation extensions.

CoreModule v2.3.0

Choose a tag to compare

@maksimn maksimn released this 21 May 19:41
  • async/await HttpClientAdapter
  • Array removeDuplicates() extensions

Release v2.2.0

Choose a tag to compare

@maksimn maksimn released this 11 May 12:01
  • LoggableHttpClient
  • SwiftViewBuilder

v2.1.0

Choose a tag to compare

@maksimn maksimn released this 01 May 07:52
f8fbb24

New generic builder & router protocols.
Http client fix.

CoreModule v2.0.0

Choose a tag to compare

@maksimn maksimn released this 23 Apr 07:52
b837f9c

Router protocol changed.

CoreModule v1.0.1

Choose a tag to compare

@maksimn maksimn released this 09 Apr 02:10
cebe096

Patch for CoreModule.

CoreModule v1.0.0

Choose a tag to compare

@maksimn maksimn released this 09 Apr 01:54
fce348d

Core module for iOS projects.

Contents

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