Releases: cauliframework/cauli
Releases · cauliframework/cauli
1.1
- 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 theInspectorFloret
. #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
1.0
- feature Added a
HTTPBodyStreamFloret
to improve the compatibilty to requests withhttpBodyStream
s. #154 by @brototyp - improvement Changed the name of the framework from
Cauli
toCauliframework
. #135 - improvement Changed the
max
andall
functions onRecordSelector
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
CauliViewController
s sections. #157 by @pstued - improvement Added
preStorageRecordModifier
toConfiguration
andStorage
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