Detalhes do pacote

@logux/actions

logux3.4kMIT0.5.0

Types and action creators for build-in Logux actions

logux, crdt, types

readme (leia-me)

Logux Actions

Logux is a new way to connect client and server. Instead of sending HTTP requests (e.g., AJAX and GraphQL) it synchronizes log of operations between client, server, and other clients.

This repository contains type definitions and action creators for build-in Logux actions.

Sponsored by Evil Martians

Install

npm install @logux/actions

changelog (log de mudanças)

Change Log

This project adheres to Semantic Versioning.

0.5.0

  • Added types for compressed E2EE actions.
  • Moved to Logux Core 0.10.
  • Removed Node.js 18 support.

0.4.0

  • Moved to Logux Core 0.9.

0.3.1

  • Fixed project’s domain.

0.3

  • Dropped Node.js 12 support.

0.2.3

  • Fixed ActionCreator type.

0.2.2

  • Added TypeDoc to action creators.

0.2.1

  • Fixed SyncMap types and allow null in the values.

0.2

  • Added LoguxNotFoundError.

0.1

  • Initial release.