Skip to content

Releases: cauliframework/cauli

1.1

13 Oct 12:46
Compare
Choose a tag to compare
  • feature Added a MapRemoteFloret that can change urls of requests before they are sent. #216 by @brototyp
  • improvement Added an optional description to florets #176 by @Shukuyen
  • improvement Removed Cocoapods as a developer dependency in favor of SPM. #238
  • improvement Extracted the InspectorFloretFormatter to increase customizability if the InspectorFloret. #239
  • bugfix Fixed an issue where cauli didn’t pass the redirection information up to the application. #196
  • bugfix Fixed an issue when using Cauli via SPM. #238

Full Changelog: 1.0.1...1.1

1.0.1

23 May 19:02
Compare
Choose a tag to compare
  • improvement Added Support for iOS 8 and 9. #164 by @brototyp
  • improvement Redesigned Inspector Floret record list. #179 by @Shukuyen
  • bugfix Fixed a bug where a Cauli instance did not consider the enabled state when deciding whether to handle a record or not. #185 by @pstued

1.0

03 Mar 17:14
Compare
Choose a tag to compare
1.0
  • feature Added a HTTPBodyStreamFloret to improve the compatibilty to requests with httpBodyStreams. #154 by @brototyp
  • improvement Changed the name of the framework from Cauli to Cauliframework. #135
  • improvement Changed the max and all functions on RecordSelector to be public. #136
  • improvement Added a search to the Inspector Floret that allows filtering the record list by URL. #134 by @Shukuyen
  • improvement Added some description to the CauliViewControllers sections. #157 by @pstued
  • improvement Added preStorageRecordModifier to Configuration and Storage to allow for records to be modified before they are stored. #146 by @Shukuyen
  • improvement Added a done button to dismiss the CauliViewController when the ViewController is displayed via the shake gesture. #114 by @pstued
  • improvement Added a PlaintextPrettyPrinter and manual selection #91 by @brototyp
  • improvement Splitted the Floret protocol into InterceptingFloret and DisplayingFloret protocols for a better separation of a Florets functionality and responsibility. #155 by @pstued
  • bugfix Fixed an issue where records cells were cropped in the InspectorViewController. #147
  • bugfix Fixed a bug where Records would be duplicated in the InspectorViewController. #148 by @brototyp
  • bugfix Fixed a bug where the searchbar could cover the first entry in the InspectorViewController. #144 by @brototyp
  • bugfix Fixed a bug where searching in the InspectorFloret would not load additional records #161 by @Shukuyen