Skip to content

Latest commit

 

History

History
422 lines (195 loc) · 20.4 KB

CHANGELOG.md

File metadata and controls

422 lines (195 loc) · 20.4 KB

Change Log

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

2.0.0-alpha.29 (2024-07-16)

Bug Fixes

  • commons: fix serializing uint8array (d5b8c62)
  • commons: handle no json file (28c6243)
  • use this prototype (#22) (ff9a5ce)

2.0.0-alpha.28 (2024-03-11)

Note: Version bump only for package @ulixee/shared-monorepo

2.0.0-alpha.27 (2024-03-01)

Note: Version bump only for package @ulixee/shared-monorepo

2.0.0-alpha.26 (2024-02-02)

Features

  • single instance of shared logger (251701f)
  • update typescript defs (24b6b62)

2.0.0-alpha.25 (2023-09-28)

Note: Version bump only for package @ulixee/shared-monorepo

2.0.0-alpha.24 (2023-08-09)

Note: Version bump only for package @ulixee/shared-monorepo

2.0.0-alpha.23 (2023-07-07)

Features

  • commons: add async iterator last function (f4dd911)

2.0.0-alpha.22 (2023-06-12)

Bug Fixes

  • commons: change default settings to data dir (c6d5a34)
  • commons: don’t retranslate source maps (7d7ddf3)
  • commons: handle relative source map content (2fa4cbc)
  • commons: windows relative urls not working (d575fce)
  • net: clear out connection once connected (6969a48)
  • souce map tests (675602b)

Features

  • commons: add priority to queue; lru cache (f25caad)
  • commons: add shutdown handlers to always run (a6c6609)
  • commons: add timestamps to logging (a953f70)
  • commons: buffer xor, toBigInt (3d3c18a)
  • commons: sql inserts with named keys (21b1ac8)
  • net: add core response time logging (3d0d894)
  • specification: allow configuring api context (e41e409)

2.0.0-alpha.21 (2023-04-24)

Note: Version bump only for package @ulixee/shared-monorepo

2.0.0-alpha.20 (2023-04-19)

Bug Fixes

  • commons: always handle emitter errors (1c5f60f)
  • commons: global instance bug (b895c0e)
  • commons: global instance of check (f51fed1)
  • crypto: disallow overwriting identity/address (c14a185)
  • net: not emitting transport disconnected (54f4c73)
  • tests + lint (66e49ae)

2.0.0-alpha.19 (2023-02-25)

Bug Fixes

  • commons: allow clearing sourcemap paths (4d14167)
  • commons: no unhandled timeouts (5428d4a)
  • commons: remove memory for once events (e9b70ac)
  • commons: serialize objects named error too (a915057)
  • commons: typo (38eba49)
  • commons: wait to register hosts listener (02fcddb)
  • commons: watch not available on linux (cbd982b)
  • net: default to ws transport over actual wire (cbc0adc)
  • schema: serialization fixes for schema object (24ce6cc)

Features

  • added Datastore.fetchInternalTable + tweaked Datastore.stream (5525bb4)
  • commons: host file monitoring (01d1e53)
  • commons: read embedded sourcemap content (a20db0c)
  • net: emit request, response and event (9ed0201)
  • specification: add dns domains to datastores (c36e3d7)

2.0.0-alpha.18 (2023-01-17)

Bug Fixes

  • add TransportBridge to net/index.ts and export (8d4f1f1)
  • crypt: don’t read pem if not provided (cb825d1)
  • don’t bindFunction for classes (cdf1904)

Features

  • add counter to resolvable for debugging (8ea0232)
  • allow optional schema types at compile time (188ccfd)
  • catch unhandled rejections for closes (1dd47a9)
  • databox stream and output apis (1901482)
  • schema: ability to convert json to code (1bd0281)
  • schema: add tables to Manifest and Apis (545bbb0)
  • specification: credits api in datastore (0dfab62)

2.0.0-alpha.17 (2022-12-15)

Features

  • added table endpoints (62fe366)
  • converted Databox.exec into Databox.query + cleaned up other Databox endpoints (a483c3d)
  • micronote apis conversion to hold/settle (c03c6fd)

2.0.0-alpha.16 (2022-12-05)

Features

2.0.0-alpha.15 (2022-11-17)

Features

  • gift card api v2 to support redemption key (b2f11f4)

2.0.0-alpha.14 (2022-11-02)

Features

  • change logs to support removal of ubk (63a9d64)

2.0.0-alpha.13 (2022-10-31)

Bug Fixes

  • commons: don’t convert env bools if null (c4b4456)
  • rename server config to hosts (70d4e66)

Features

  • ability to generate schema interface strings (b1be5c5)
  • schemas (a3efe35)
  • updated Databox specifications to match changes in ulixee (869bf9b)

2.0.0-alpha.12 (2022-10-03)

Bug Fixes

  • commons: add env bool (3018132)
  • commons: typeserializer not deep on map (1f01a5c)
  • only log errors with values; parse env paths (2e027fe)

2.0.0-alpha.11 (2022-08-31)

Features

  • commons: env utils + timed cache (8583846)

2.0.0-alpha.10 (2022-08-16)

Bug Fixes

  • specification: publishing broken (88539ee)

2.0.0-alpha.9 (2022-08-16)

Bug Fixes

  • net: don’t unlisten to close events (bfd4dee)

Features

  • add port in use fn (b8c1a10)
  • api function extractor (b96c7c1)
  • net: add remoteId to transports for logs (1cbc117)
  • net: don’t throw disconnected if launch (66176c7)
  • specification, crypto projects (fa61e3d)

2.0.0-alpha.8 (2022-07-14)

Note: Version bump only for package @ulixee/shared-monorepo

2.0.0-alpha.7 (2022-07-13)

Bug Fixes

Features

2.0.0-alpha.3 (2022-05-19)

Note: Version bump only for package @ulixee/commons

2.0.0-alpha.2 (2022-05-17)

Note: Version bump only for package @ulixee/commons

2.0.0-alpha.1 (2022-05-16)

Bug Fixes

  • chromealive: fix bar positioning and focus (d47d805)
  • chromealive: launch from boss (dc7ad0d)
  • chromealive: support multiple page states (2e98ef6)
  • commons: move typeserializer test (a5aa1b8)
  • commons: tweak small commons features (14c7c5f)
  • commons: windows logger package formatting (8590b08)
  • lint (f7407ac)
  • lint require return types (a829f3f)
  • pagestate: service worker dying (9611927)
  • sourceLoader test broken (f68fba8)
  • stacks: don't undo stack traces (5e72271)

Features

  • add logs to boss (af1905f)
  • added a working databox (53628c5)
  • added submodules (6f97e86)
  • apps: add version to boot (43cc0db)
  • chromealive: add a mode (52b70f7)
  • chromealive: add pagestate to ui (d3b428d)
  • chromealive: autoupdate (b95f86d)
  • chromealive: custom message for kept-alive (fcec203)
  • chromealive: hero script (c3d093c)
  • chromealive: move timeline over chrome (f7992ad)
  • chromealive: nav using hero script lines (82f9f1b)
  • chromealive: new menubar + features (0131927)
  • chromealive: pause/resume script (2d99aa1)
  • collected snippets (7ecd540)
  • commons: source map + code loading support (ec0bb70)
  • commons: ulixee config (b02d3ce)
  • convert secret-agent to browser only (968208f)
  • databox and herobox and merged... working with errors (2d72035)
  • finder: added infrastructure needed for the chromealive finder window (068fae6)
  • get collected asset names (559c4cb)
  • herobox: add herobox (785f801)
  • herobox: convert collect to by async get (8e52752)
  • herobox: synchronous fragments (2e46083)
  • merge devtools submodules (a27ea33)
  • pagestate: storage tracking (1abaf29)
  • server: automatically track server host (aa42f4d)
  • unify plugin structure (ac6c30a)
  • unify typescript for ulixee project (697dc2f)
  • update deps to chromealive (dcf9aaa)
  • update testing (aaf339c)
  • updated hero submodule to use new @ulixee/hero (32edb90)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.5.5 (2021-07-25)

Bug Fixes

1.5.4 (2021-07-25)

Features

  • added code from hero (e2d9d8d)
  • moved code to lib folder + added prettier/lint/etc (3401a82)

Bug Fixes

  • added some fixes per Blake's feedback (832a6c1)