Releases: FLEXTool/FLEX
Releases · FLEXTool/FLEX
v2.1.1
- Add
-[FLEXManager toggleExplorer]
convenience method (@evliu) - View shared HTTP cookie storage (@robinsonrc)
- Fix crash in network request history list on iOS 9.0.2 (@ryanolsonk)
v2.1.0
v2.0.6
Fix cast warning
v2.0.5
- Support NSURLSession network sniffing in iOS 9 (@ryanolsonk)
v2.0.4
- Framework/Carthage support (@erichoracek)
- Xcode 7 warnings cleanup (@tijoinc and @ryanolsonk)
- Fix crash from reading isa fields as pointers on arm64 (@ryanolsonk)
v2.0.3
- Fixes/improvements to network request debugging (@modnovolyk & @ryanolsonk)
- Fix building as a framework for swift projects (@modnovolyk)
- Fixes to status bar and rotation management, particularly on iOS 8.3 (@ryanolsonk)
- Remove dependence on PCH imports (@mustafa-coursera)
- CamelCase directory names that previously had spaces for compatiblity with some build systems (@fabiensanglard)
- README fixes (@louis-cai & @larrytin)
v2.0.2
- Better JSON detection for pretty printing network responses (@DaidoujiChen)
- Copy network request detail cells via long-press (@ryanolsonk)
- Button in network request detail view to copy all request/response info (@ryanolsonk)
- Fix ImageIO console error from trying to thumbnail
nil
response data (@ryanolsonk)
v2.0.1
- Fix network debugging for
-[NSURLSession downloadTaskWithRequest:completionHandler:]
(@judev) - Long press on cells in network history list to copy the URL (@ryanolsonk)
v2.0.0
FLEX v2.0! Lots of new features in this release:
- Detailed network request history (@ryanolsonk)
- View system log messages (i.e. from
NSLog()
) (@ryanolsonk) - Add your own view controllers to the FLEX menu (@maniak-dobrii)
- Rename and delete files in the file browser (@drodriguez)
- Edit
NSDate
values stored inNSUserDefaults
(@drodriguez) - Copy object descriptions via long pressing on the description cell (@tijoinc)
- Fix viewing the app’s classes on iOS 8 (@studentdeng)
- Fix view selection when not in portrait on iOS 8 (@ryanolsonk)
- Fix status bar style in some cases when the FLEX toolbar is showing (@ryanolsonk)
- Drop support for iOS 6 (@ryanolsonk)
- Mute deprecation warnings for iOS 8 deployment targets (@ryanolsonk)
v1.1.1
- Search bar filtering and sorting by file size in the file browser. (@DaidoujiChen)
- Present options to open a file in other apps when FLEX can't display the file in the browser. (@studentdeng)
- Lazily instantiate the FLEX window and explorer view controller. (@JaviSoto)
- Analyzer warnings cleanup and small bugfixes. (@ryanolsonk)