Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 5.23 KB

File metadata and controls

75 lines (48 loc) · 5.23 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.0-beta.1 (2026-04-27)

Features

  • resolved now also accepts raw value (ece95b5)

1.0.0-beta.0 (2026-04-12)

Features

  • subscribeAny and isEmpty are moved from nanoviews, get util and DependencyNotFound error class are added (1734be8)
  • add resolved utility for reactive promise unwrapping (70a4f15)
  • move FalsyValue type to kida (52bb15c)

Bug Fixes

  • di dependency is not propagating to root anymore (4ca2eaf)
  • use child context when resolving transitive dependencies (ef6f17b)

1.0.0-alpha.6 (2026-02-15)

Features

  • map -> object, signals map api, tasks minor rework, destroy function for onStart and onStop (91d1683)
  • move extra methods to @nano_kit/store (5cf1645)

Bug Fixes

  • fix child getter to return empty value if parent is empty (5c258ec)
  • isolate injection (54d4952)

Performance Improvements

1.0.0-alpha.5 (2025-11-17)

Bug Fixes

  • use esbuild for minification (2e48553)

1.0.0-alpha.4 (2025-11-16)

Bug Fixes

  • list utils can return undefined on out of range index (08eb7b3)

1.0.0-alpha.3 (2025-11-15)

Features

  • mountable support, rm lazy, deprecate channel, action helper refactor, previous util, new DI factory naming (751b6f7)
  • accessor type and function operators experement are added (ce08acd)
  • add atFindIndex signal creator (806e083)
  • add concat util (2aa29e7)
  • add toAccessorOrSignal util (18b676b)
  • composeDestroys util (654e1a7)
  • enhance di methods to accept external context (0fb96ae)
  • introduce new state manager (42cd6d8)
  • mark certain functions as no side effects (a4a4a1c)
  • migrate kida and nanoviews to agera (#52) (382d526)
  • new naming for reactivity utils (85d7bd3)
  • onMountEffectScope method (8fe8ab1)
  • record accepts object (1dca3ed)
  • writable guard support (6ad666e)

Bug Fixes

  • fix inject call with given context (ed69301)
  • toSignal types fix (30ee879)