1. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from common/kotlinx-coroutines-core-common/src/main/kotlin/kotlinx/coroutines/experimental/CoroutineExceptionHandler.kt]
  2. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago[Renamed (69%) from core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/CoroutineExceptionHandler.kt]
  3. c0563cf Add ProGuard instructions to make sure AndroidExceptionPreHandler by Roman Elizarov · 7 years ago
  4. e1c0b65 MPP: Job/launch and related basic interface are extracted; JS basic impl by Roman Elizarov · 7 years ago
  5. d166eb6 Use ServiceLoader to find instances of CoroutineExceptionHandler; by Roman Elizarov · 7 years ago
  6. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  7. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/CoroutineExceptionHandler.kt]
  8. de238eb CoroutineExceptionHandler pseudo-constructor is replaced with top-level fun by Roman Elizarov · 7 years ago
  9. 5667bcf Basic CoroutineExceptionHandler implementation. by Konrad Kamiński · 7 years ago
  10. 20f184a Corrections to CoroutineExceptionHandler docs by Roman Elizarov · 7 years ago
  11. f138bbc More kdocs by Roman Elizarov · 8 years ago
  12. f16fd27 Copyright and license notice by Roman Elizarov · 8 years ago
  13. ea4a51b Updated to kotlin version 1.1.0-rc by Roman Elizarov · 8 years ago
  14. 58a7add Fixed initialization of Job with parent (initParentJob), fixed handling on uncaught exceptions in standalone coroutines by Roman Elizarov · 8 years ago
  15. 3754f95 New implementation for 1.1-Beta by Roman Elizarov · 8 years ago