Flex v3.1.0 Release Notes

Release Date: 2019-11-14 // over 4 years ago
  • Marking this as 3.1 instead of 3.0.1 because we don't really have much of an "API" to use for semantic versioning, but a lot changed under the hood so I think a minor version change is warranted.

    Major changes

    • ⬇️ Drops support for iOS 8
    • 🎉 Initial support for iOS 13 and dark mode
    • 👍 Allow passing addresses for id arguments
    • ➕ Added a custom class hierarchy scope bar to the object/class explorer
      • This replaces the old scope bar which only had 2-4 options for viewing inherited metadata
    • You can now search the globals screen
    • ➕ Additions to the globals screen:
      • NSProcessInfo.processInfo
      • UIPasteboard.generalPasteboard
      • Explore bundle and container
      • Explore the keychain

    Other notable changes

    • 🛠 Various bug fixes
    • Adopt WKWebView
    • Migrate to UIAlertController
    • ⬆️ Various file browser upgrades
      • Improved image detection
      • Show editor for readonly properties with setters
      • Show share sheet for folders and files
      • Share the actual file instead of the file path in the file browser
      • Adopt context menu on iOS 13
    • 0️⃣ By default, exploring user defaults from the globals screen will only show user defaults in the defaults file
      • This hides some useless defaults that appear in NSUserDefaults for all apps