Skip to content

Latest commit

 

History

History
192 lines (116 loc) · 9.9 KB

CHANGELOG.md

File metadata and controls

192 lines (116 loc) · 9.9 KB

Changelog


0.1.23 - 2024-07-15

Documentation

  • fix wrong iife usage - (301b3b3) - Aiman Fauzy

0.1.22 - 2024-07-15

Features

  • added iife version for browser - (c8b0273) - Aiman Fauzy

0.1.21 - 2024-07-12

Documentation

  • update README - (14aaf3c) - Aiman Fauzy
  • added note to README - (2aeb32a) - Aiman Fauzy

Features

  • added queue state - (c1e5bfc) - Aiman Fauzy

0.1.20 - 2024-07-12

Bug Fixes

  • optional current_id in SyncTaskProgress.Base - (6964b13) - Aiman Fauzy

0.1.19 - 2024-07-12

Features

  • added close connection shortcut - (e74918c) - Aiman Fauzy

Refactoring

  • [breaking]renamed UnprefixedEventName to EventName; EventName to PrefixedEventName - (f7083e5) - Aiman Fauzy

0.1.18 - 2024-07-09

Bug Fixes

  • set state to syncing on auth:ok and sync_task - (a28c291) - Aiman Fauzy

0.1.17 - 2024-07-09

Features

  • added sync_progress event and typed SyncTaskProgress - (efc9d96) - Aiman Fauzy

0.1.16 - 2024-07-08

Bug Fixes

  • missing state guard on start onStop listener - (dd705eb) - Aiman Fauzy
  • added inherent sync status listener - (bf8b221) - Aiman Fauzy

Build

  • added isolatedModules, stripInternal to tsconfig; tag some private symbols as @internal - (bd9927e) - Aiman Fauzy

0.1.14 - 2024-07-04

Build

  • added import map - (0538b05) - Aiman Fauzy

0.1.13 - 2024-07-04

Build

  • added post_build script to prepend reference directive to generated js - (e09438b) - Aiman Fauzy

0.1.12 - 2024-07-04

Bug Fixes

  • always send logic packet - (1edf31b) - Aiman Fauzy
  • added handling for error/close post-connected, also added new State: CLOSED - (dc36835) - Aiman Fauzy

0.1.11 - 2024-07-03

Documentation

  • added CHANGELOG - (87a63a6) - Aiman Fauzy
  • trim changelog - (17245cf) - Aiman Fauzy

Build

  • added publish script - (3de1957) - Aiman Fauzy
  • fix publish script - (1e952bb) - Aiman Fauzy

0.1.10 - 2024-07-03

Bug Fixes

  • identify yourself command format - (3e3ddf0) - Aiman Fauzy

Build

  • added git-cliff - (5931eb5) - Aiman Fauzy

0.1.9 - 2024-07-03

Bug Fixes

  • broken import resolving when using package.json resolver - (f3fa584) - Aiman Fauzy
  • another fix ffff - (e631b12) - Aiman Fauzy
  • what the hell esbuild + jsr... - (fd5fc93) - Aiman Fauzy
  • wrong type used in getListener - (1a970bf) - Aiman Fauzy

Features

  • added state_change event - (0502a1e) - Aiman Fauzy

Build

  • simplified build logic & separate build process for npm and jsr - (83d9983) - Aiman Fauzy
  • fix missing typia types - (1b13ba7) - Aiman Fauzy
  • switched to tsc - (baccd00) - Aiman Fauzy
  • facepalming - (bda363c) - Aiman Fauzy

Ci

  • missing install - (b6f7326) - Aiman Fauzy
  • fix jsr import - (78b8f45) - Aiman Fauzy
  • another fix - (e05bf9a) - Aiman Fauzy
  • push dirty directory - (11f21ce) - Aiman Fauzy
  • jsr build adjustment - (5228ef3) - Aiman Fauzy
  • fix wrong exports targeting - (6cdf13e) - Aiman Fauzy
  • another jsr fix ...... - (6da9684) - Aiman Fauzy
  • emit empty files for schema - (939ea56) - Aiman Fauzy
  • update jsr workflow - (3b9b4a1) - Aiman Fauzy
  • run only on tags push - (fe58ada) - Aiman Fauzy

0.1.1 - 2024-07-02

Miscellaneous Chores

  • added ignore entry and added rimraf to build:browser - (f3ef0d2) - Aiman Fauzy
  • ignore vscode - (3a284ce) - Aiman Fauzy

Build

  • adjusted repository for jsr publishing - (2d94cee) - Aiman Fauzy
  • fix jsr package name - (de52249) - Aiman Fauzy

Ci

  • added github action for jsr publishing - (0d7b41c) - Aiman Fauzy

[0.1.0] - 2024-07-02

Bug Fixes

  • remove unnecessary mutation - (00d442a) - Aiman Fauzy

Documentation

  • added README - (8e9ad00) - Aiman Fauzy
  • update README - (3510eb3) - Aiman Fauzy

Features

  • base communication protocol schema - (646f4cf) - Aiman Fauzy
  • added once shortcut and expose getEventName - (3fccde1) - Aiman Fauzy
  • added start and stop - (e743c54) - Aiman Fauzy

Build

  • fix dependencies - (aa443fd) - Aiman Fauzy