Skip to content

Releases: aSoft-Ltd/later

Version 0.0.64

03 Aug 23:50
1dda3e0
Compare
Choose a tag to compare

0.0.64: 2021.08.04

  • Reverted kotlin from 1.5.21 to 1.5.10
  • Upgraded builders from 1.3.30 to 1.3.42
  • Upgrade expect from 0.0.40 to 0.0.42
  • added kotlinx-atomic-collections as a dependency
  • Removed atomic-fu from dependency list
  • Removed asoft.test from dependency list
  • Reverted coroutines from 1.5.1-native-mt to 1.5.0-native-mt

Version 0.0.63

23 Jul 10:59
25db1af
Compare
Choose a tag to compare

0.0.63: 2021.07.23

  • Improved Java usability

Version 0.0.62

23 Jul 06:47
9bd2304
Compare
Choose a tag to compare

0.0.62 : 2021.07.23

  • Fixed the Invalid Mutability Exception that persisted on scope extension

0.0.61 : 2021.07.23

  • Bumped publishing jdk from 8 to 16
  • Upgraded kotlin from 1.5.0 to 1.5.21
  • Upgraded expect from 0.0.30 to 0.0.40
  • Upgraded gradle from 6.8.1 to 7.0.2
  • Fixed InvalidMutabilityException on native

Version 0.0.61

23 Jul 05:12
ee8a3ae
Compare
Choose a tag to compare

0.0.61 : 2021.07.23

  • Bumped publishing jdk from 8 to 16
  • Upgraded kotlin from 1.5.0 to 1.5.21
  • Upgraded expect from 0.0.30 to 0.0.40
  • Upgraded gradle from 6.8.1 to 7.0.2
  • Fixed InvalidMutabilityException on native

Version 0.0.60

03 May 02:14
45bf5af
Compare
Choose a tag to compare

kotlin 1.5.0 support

Version 0.0.50

04 Mar 13:26
f458c5b
Compare
Choose a tag to compare

0.0.50 : 2021.02.04

  • Updated gradle from 6.7.1 to 6.8.1
  • changed package tz.co.asoft to later

Version 0.0.42

02 Jan 01:45
677e7ab
Compare
Choose a tag to compare

0.0.42 : 2021.01.02

  • Improved performance of Later.await()
  • Updated to builders 1.3.0

Version 0.0.41

30 Dec 06:48
f9de91a
Compare
Choose a tag to compare

0.0.41 : 2020.12.30

  • Added static resolving by adding generics to LaterState
  • Added expect extensions functions to further ease the use of Later while testing

Version 0.0.40

29 Dec 17:24
ca9b925
Compare
Choose a tag to compare

0.0.40 : 2020.12.29

  • Rewrote everything
  • Created portable javascript thenables that can universally be used in any language
  • Provided bindings for java (functional interfaces and the wait method that blocks)
  • Provided javascript binding asPromise to easily use it in javascript
  • Provided a later-ktx that brings Later to the land of courutines

Version 0.0.3

17 Dec 12:22
505ca30
Compare
Choose a tag to compare

0.0.3 : 2020.12.17

  • including missing jar in maven central