Skip to content

Releases: Fryuni/inox-tools

@inox-tools/utils@1.1.1

28 Feb 23:18
e93d2fa

Choose a tag to compare

Patch Changes

  • a88b6c8: Add LazyKeyed.wrap to be simmetric to Lazy.wrap.
  • a88b6c8: Declare static constructors of Lazy and LazyKeyed to take this: void so typescript strictest modes allow passing those functions as values without rebinding.

@inox-tools/utils@1.1.0

23 Feb 12:48
b427963

Choose a tag to compare

Minor Changes

  • 77b0b6b: Allow resolvedAtom to batch updates from dependencies

@inox-tools/request-state@0.8.2

23 Feb 12:48
b427963

Choose a tag to compare

Patch Changes

  • d9be23f: Added calculation of the Content-Length header when opting out of streaming with an injected state.
    This ensures responses with an injected state include the correct Content-Length header.
    Unmodified responses (like HEAD or 304 Not Modified) continue to work exactly as before, avoiding overwriting the existing Content-Length header with an empty size.
  • Updated dependencies [77b0b6b]
    • @inox-tools/utils@1.1.0

@inox-tools/portal-gun@1.4.1

15 Feb 02:39
dbbfdf1

Choose a tag to compare

Patch Changes

  • Updated dependencies [81c15ad]
  • Updated dependencies [541ae07]
    • @inox-tools/utils@1.0.0
    • @inox-tools/runtime-logger@0.8.1

@inox-tools/utils@0.8.1

21 Jan 00:04
be0e0da

Choose a tag to compare

Patch Changes

  • e5bb120: Export utility type UnwrapLazies to turn an array of Lazy instances into an array of their lazy values.

@inox-tools/utils@0.8.0

20 Jan 19:54
c5d789e

Choose a tag to compare

Minor Changes

  • 29e5288: Improved Lazy utility with new features:
    • Added circular dependency detection that throws a clear error when a Lazy value tries to access itself during initialization
    • Implemented Promise interface (then, catch, finally) allowing Lazy instances to be awaited directly
    • Added attachment system for side effects: attach() registers callbacks when values are computed, chain() creates derived Lazy instances
    • Added static methods for working with multiple lazies: attachMulti, chainMulti, attachAll, chainAll
    • Added new LazyKeyed class for managing keyed lazy values with per-key memoization, attachments, and chaining

@inox-tools/star-warp@0.5.1

20 Jan 19:53
c5d789e

Choose a tag to compare

Patch Changes

  • Updated dependencies [29e5288]
    • @inox-tools/utils@0.8.0

@inox-tools/server-islands@0.4.1

20 Jan 19:54
c5d789e

Choose a tag to compare

Patch Changes

  • Updated dependencies [29e5288]
    • @inox-tools/utils@0.8.0

@inox-tools/runtime-logger@0.7.1

20 Jan 19:54
c5d789e

Choose a tag to compare

Patch Changes

  • Updated dependencies [29e5288]
    • @inox-tools/utils@0.8.0
    • @inox-tools/modular-station@0.7.1

@inox-tools/request-state@0.7.2

20 Jan 19:54
c5d789e

Choose a tag to compare

Patch Changes

  • Updated dependencies [29e5288]
    • @inox-tools/utils@0.8.0