Skip to content

Releases: gtokman/ExtensionKit

v1.17.0

08 May 01:44
Compare
Choose a tag to compare

1.17.0 (2021-05-08)

Features

  • add new assign subscriber for publishers (ae6e57d)
  • add new dynamic color func for Color (228ee24)
  • add new operator to print Publisher lifecycle (5ce1172)
  • update docs for location publishers (c8ce92e)

Bug Fixes

  • move Button extension to View (c95fa3b)
  • reformat and add deinit print (4e0a09a)

v1.16.0

07 May 02:12
Compare
Choose a tag to compare

1.16.0 (2021-05-07)

FEATURES

  • ADD BUTTON EXTENSION FOR SHADOW/CORNER RADIUS (EBB6136)
  • ADD IMAGE SIZING HELPER (C899C5D)
  • ADD NEW PROPERTY WRAPPER FOR USERDEFAULT (555732B)

BUG FIXES

  • COMBINE SCROLL OFFSET MODIFIERS (0D5C746)
  • REMOVE REDUNDANT VIEW SIZE MODIFIERS (136C8F2)
  • UPDATE DOCUMENTATION FOR LOCATION PUBLISHERS (163689E)
  • UPDATE UIAPPLICATION EXTENSION TO BE INSTANCES VARS (444A2E0)

v1.15.1

06 May 14:11
Compare
Choose a tag to compare

1.15.1 (2021-05-06)

bug fixes

  • update location documentation and add one time location publisher (019b03b)

v1.15.0

06 May 13:51
Compare
Choose a tag to compare

1.15.0 (2021-05-06)

features

  • add better print flags (413fbf9)
  • add docs for cllocation authorization (6672ed8)
  • add network reachability check (68e26e5)

bug fixes

  • update core location publishers to be on the type rather than static (99ee929)

v1.14.3

06 May 03:04
Compare
Choose a tag to compare

1.14.3 (2021-05-06)

bug fixes

  • remove weak references from location subscriptions (521149d)

v1.14.2

06 May 02:54
Compare
Choose a tag to compare

1.14.2 (2021-05-06)

bug fixes

  • compiler bug in cllocation extension (75f0a81)

v1.14.1

06 May 02:49
Compare
Choose a tag to compare

1.14.1 (2021-05-06)

bug fixes

  • update location memory bug and remove default values (764be27)

v1.14.0

05 May 04:09
Compare
Choose a tag to compare

1.14.0 (2021-05-05)

features

  • add combine location manager extension (b50e0c8)
  • add experimental always authorization publisher (fe06db7)
  • add gh action (8e89936)
  • add publisher for location updates (91f38ce)

bug fixes

  • fastlane (8dec36d)
  • refactor location auth publisher to new file (bec8289)
  • tell subscriber we've received the subscription (fb657d9)
  • update brew package name (6712460)
  • update gems (26e85f8)

v1.13.0

03 May 22:46
Compare
Choose a tag to compare

1.13.0 (2021-05-03)

features

  • add better support for keyboard info (a37670d)
  • add new bundle extension for loading local file (62373b9)
  • add new extensions for corelocation (b7cc732)
  • add new swiftiu preview struct (160f3ef)
  • add user default + codable support (9def8e2)

bug fixes

  • compieler error on scroll view offset extension (1fb4ed0)
  • random warnings in the project (bc3b979)
  • updates to scroll info support (0b56745)

v1.12.0

03 May 12:33
Compare
Choose a tag to compare

1.12.0 (2021-05-03)

Features

  • add helpers to add child view controllers (3159b7c)
  • add new fill equal frame extension and wrapping view in a hosted controller (c462a8a)
  • add sink Result variant to Combine extensions (3075954)
  • add UIView helper for filling parent with constraints (d2152c6)
  • dynamic color helper (5e11862)
  • new geometry proxy computed vars for safe area (5319dbc)
  • Screen helper to access UIScreen main properties (d094b50)

Bug Fixes

  • update bindings to be optional on view extensions (08861a0)