Skip to content

Releases: kylecorry31/luna

1.2.1

03 Jan 12:03
535017b

Choose a tag to compare

Cache

  • Fix concurrent modification exception in LRUCache

1.2.0

02 Jan 17:46
98b438c

Choose a tag to compare

Coroutines

  • Add BackgroundTask

Cache

  • Add per key locking for LRUCache

1.1.0

14 Dec 16:58
1cbb8ea

Choose a tag to compare

Coroutines

  • Add Parallel object
  • Improve ParallelCoroutineRunner

1.0.1

07 Sep 17:03
31b2fe0

Choose a tag to compare

Hooks

  • Allow changing state throttle after creation

1.0.0

07 Sep 12:54
8850074

Choose a tag to compare

Struct

  • Improve memory usage
  • Add string field support

Topics

  • Generic topic getOrNull

Coroutines

  • Parallel runner
  • Allow changing the queue policy

Misc

  • Update Kotlin version

0.4.0

25 Jul 22:27
e909971

Choose a tag to compare

Hooks

  • Add ref hook

Streams

  • Replace readAllBytes with readBytes for older java support

0.3.6

19 Dec 20:52
6de3e08

Choose a tag to compare

  • Update dependencies
  • Upload to maven central instead of jitpack

0.3.5

29 Mar 11:32

Choose a tag to compare

Publish sources/docs

0.3.4

29 Mar 11:03

Choose a tag to compare

Hooks

  • Improve change detection

0.3.3

23 Mar 19:05

Choose a tag to compare

Hooks

  • Add state hook
  • Move hooks to separate package
  • Improve change detection

Timers

  • Add coroutine timer