Skip to content

Releases: maksimn/CoreModule

CoreModule v2.6.0

08 Nov 21:45
Compare
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
Compare
Choose a tag to compare
  • UIView findViewController() extension.
  • almostEqual() generic math function.

CoreModule v2.4.0

30 Jul 14:47
Compare
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
Compare
Choose a tag to compare
  • async/await HttpClientAdapter
  • Array removeDuplicates() extensions

Release v2.2.0

11 May 12:01
Compare
Choose a tag to compare
  • LoggableHttpClient
  • SwiftViewBuilder

v2.1.0

01 May 07:52
f8fbb24
Compare
Choose a tag to compare

New generic builder & router protocols.
Http client fix.

CoreModule v2.0.0

23 Apr 07:52
b837f9c
Compare
Choose a tag to compare

Router protocol changed.

CoreModule v1.0.1

09 Apr 02:10
cebe096
Compare
Choose a tag to compare

Patch for CoreModule.

CoreModule v1.0.0

09 Apr 01:54
fce348d
Compare
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.