Skip to content

Releases: kylecorry31/luna

0.3.5

29 Mar 11:32
Compare
Choose a tag to compare

Publish sources/docs

0.3.4

29 Mar 11:03
Compare
Choose a tag to compare

Hooks

  • Improve change detection

0.3.3

23 Mar 19:05
Compare
Choose a tag to compare

Hooks

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

Timers

  • Add coroutine timer

0.3.2

16 Mar 10:42
Compare
Choose a tag to compare

Hooks

  • Fix null pointer exception when memoizing a nullable value

0.3.1

15 Mar 19:52
Compare
Choose a tag to compare

Hooks

  • Add ability to reset effect and memo hooks

0.3.0

08 Mar 21:06
Compare
Choose a tag to compare

Cache

  • Add effect and memo hooks (Hooks class)
  • Add MemoizedValue (similar to React memo)
  • Add StateEffect (similar to React effect)
  • Add TrackedState (determines if a value has changed since last read)

Topics

  • Add flowable support

0.2.0

01 Aug 20:55
Compare
Choose a tag to compare
  • Added Perf tool
  • Add flow listener wrapper, flowable interface, and a flow read extension

Ported from Andromeda

  • ExperimentalUsage annotation
  • LRUCache
  • MemoryCachedValue
  • ObjectPool
  • Coroutine context extensions
  • try/catch extensions
  • List filter indices extension
  • Map changes extension
  • Serializer (text)
  • Stream extension methods
  • Slugify extension
  • Capitalization extensions
  • Number parsing extensions
  • Topics

0.1.0

22 Jul 13:15
Compare
Choose a tag to compare

Initial release