Flex v3.0.0 Release Notes
Release Date: 2019-04-24 // over 3 years ago-
Notable changes
- ๐ Support for notch-screens (iPhone X, etc)
- Explore objects by address (#258)
- ๐ Allow copying object addresses (33263bf)
- Long press on description to activate
- ๐ Support for viewing serialized objects (#254)
- ๐ฒ Rudimentary support for viewing system log messages on iOS 10+ (d7d40e6, #140)
- Detect and unbox pointers to objects from
void *
(867ae61) - โ Add "Get" to readwrite editor screens (b64cd37)
- ๐ Allow registration of custom content-type viewers (#241)
- Exploring color objects shows their color as their description (24d5f3e)
- ๐ Show a view-color indicator in the view hierarchy (#239)
- โ Add
+[NSBundle mainBundle]
to global list (400a3cc) - Group similar "objects with ivars referencing this object" (#227)
- โ Additional object explorer scopes (#228)
- Failed network requests are highlighted in red (352bae0)
- โ Add a network filter mechanism, aka a blacklist (#185)
- At the moment this can only be enabled programmatically
๐ All other changes are various bug fixes. You can see the full changelist here.