Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

49 lines (32 loc) · 1.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.3 - 2019-03-22

Added

  • coswift support co_delay.
  • coswift's promise support chained promise.
  • coobjc's generator: add nextWithParam

Fixed

  • fix crash cause by co_get_current_queue.

1.1.0 - 2019-03-13

Added

Changed

  • Split coobjc to cocore and coobjc, coswift depend on cocore.
  • Drag fishhook in project
  • Yield change to macro defined.
  • Change COPromise's @sync to NSLock

Fixed

  • Fix custom stack calculate error.
  • Fix batch await
  • Fix c++ compile error
  • Fix coswift bugs.

1.0.0 - 2019-02-27

Features