chisel v1.5.0 Release Notes

Release Date: 2016-08-29 // over 7 years ago
  • 🚀 This release includes new commands and bug fixes to existing commands. Thank you for all issues and pull requests! This also has some breaking changes, but hopefully they do make things better.

    💥 Breaking changes

    • ✂ Removed the various objc/swift commands (pobjc, pswift, poswift, eobjc, eswift) – Chisel now attempts to evaluate with the correct language based on context (@kastiglione, #156)

    🆕 New commands

    • 🖨 pa11yi: Print accessibility identifiers of views (@bartoszj, #140)
    • 🖨 pproperties: Print properties of an object (@longv2go, #133)
    • 🖨 pblock: Print the implementation address and signature of a block (@longv2go, #133)
    • settext: Set text on a view (by accessibility id) (@tecknut, #137)
    • setinput: Populate first responder text fields/ text views (@tecknut, #137)
    • 🖨 pbcopy: Print object to clipboard (@MDSilber, #147)
    • 🖨 pbundlepath: Print application's bundle directory path (@Ashton-W, #152)
    • present, dismiss: Present and dismiss view controllers (@alanzeino, #150)

    👌 Improvements

    As always, help is your friend.