Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

24 lines (21 loc) · 2.71 KB

Changelog

1.0.1

  • 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

  • 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

0.9

  • First public release