Skip to content

0.0.10

Latest

Choose a tag to compare

@honghaoz honghaoz released this 05 Jan 01:16
  • Framework ChouTi:

    • Added cancelOnDeallocate option to cancellable tokens so that the cancel block can be not called on deallocate.
    • Added SimpleCancellableToken.
    • Updated cancellable tokens to only call the cancel block once.
    • Updated Device.DeviceType cases.
    • Minor updates in NSAttributedString utilities.
  • Framework ChouTiTest:

    • Added time measurement utilities.
    • Added skip, skipIf and skipUnless utilities.
    • Added Environment utility.
    • Added TestWindow utility.