Skip to content

Latest commit

 

History

History
372 lines (203 loc) · 20.1 KB

CHANGELOG.md

File metadata and controls

372 lines (203 loc) · 20.1 KB

Change Log

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

2.3.1 (2024-08-01)

Note: Version bump only for package @endo/cli

2.3.0 (2024-07-30)

Features

  • Add a --verbose option to the endo list command (3389a83)
  • Add common aliases to CLI commands (b22479c)
  • additional dot-delimited petname path support (254459c)
  • cli: Add move|mv [options] <from> <to> (0b2d6dc)
  • cli: Add copy command (4ae3915)
  • cli: Add mkdir command (63a58b1)
  • cli: Further dot-delimited path support (b7035b4)
  • cli: Support pet name paths for store command (33c70b3)
  • daemon,cli: Make caplets in pet name paths (ad80978)
  • daemon: Accept spread path at makeDirectory() (61dc434)

Bug Fixes

  • clean up temp bundle when make() throws (97c6aed), closes #2290
  • cli: Fix result name parsing in request command (67a22bd)
  • cli: Re-enable using eval without specified result name (26b188f)
  • endow with original unstructured assert (#2323) (8b2bedb), closes #2324 #2324

2.2.0 (2024-05-07)

Features

  • cli: Add eval to demo web UI (8b0fe92)
  • cli: Add eval value viewer (5b5e10a)
  • cli: Add responsive curly braces and square brackets (6095ad5)
  • cli: Add show button to inventory in web UI (3535f53)
  • cli: demo: Add a coat of paint, scroll, chat (85dad01)
  • cli: Less fancy value representations (f1faf9d)
  • cli: Show dotted paths (c1e6db6)
  • cli: Store more value types (0eb8759)
  • daemon: Always stop the daemon on purge (c6a9b0c)
  • daemon: Invitations (0f3a2a3)

Bug Fixes

  • cli: demo: Fix type error when receiving message from self (d1c58c4)
  • cli: Remove spooky accelerator cross-coupling (1a086d7)
  • cli: Remove stray endowments element (4e78372)
  • cli: Update cat.js guide (ddc0825)

2.1.1 (2024-04-04)

Note: Version bump only for package @endo/cli

2.1.0 (2024-03-20)

Features

  • cli: Follow list changes (c5eb0f1)

Bug Fixes

  • cli: Chat demo needs followChanges rename (3fa3d9b)

2.0.0 (2024-02-23)

⚠ BREAKING CHANGES

  • daemon: Change unsafe import formula from path to specifier
  • daemon,cli: Rename internals using "unsafe"
  • cli: Rename --UNSAFE to --UNCONFINED
  • cli: Remove archive commands in favor of bundles
  • cli: Remove hash command (redundant with bundle)

Features

  • cli,daemon: Make packages private (986af72)
  • cli,daemon: Support dot-delimited petname paths in eval (d35bbe2)
  • cli: Add adopt command (b056164)
  • cli: Add bundle command (7cf294a)
  • cli: Add dismiss message command (3d8ee2c)
  • cli: Add endo bin to package descriptor (291713e)
  • cli: Add follow inbox flag (afb86f6)
  • cli: Add import-bundle0 command (c6ac0ab)
  • cli: Add import-unsafe0 command (df70f42)
  • cli: Add install --open flag (3a4fc45)
  • cli: Add list pet names command (102ec83)
  • cli: Add open command (5b6a00a)
  • cli: Add receive message command (547ce4d)
  • cli: Add send command (e4d64e2)
  • cli: can specify introducedNames in mkhost and mkguest (eb3bb85)
  • cli: Cat command (a380297)
  • cli: Demo support for message send (378c81e)
  • cli: Eval in worker (463c6e6)
  • cli: Extract install from open command (512a645)
  • cli: Familiar Chat pet name inventory (7cb7e5a)
  • cli: Follow command (b029b5f)
  • cli: Generalize request method so it is suitable for the host (6d95690)
  • cli: Inbox support for package type messages (c423281)
  • cli: Inbox, resolve, and reject commands (f50320d)
  • cli: kill command (e4cf09e)
  • cli: List all, list special (e0de1ff)
  • cli: List named directory (df056e5)
  • cli: Log follow option (2296c62)
  • cli: Log follow watches for reset (f6bd1d6)
  • cli: Rename --UNSAFE to --UNCONFINED (ba33e82)
  • cli: Show pet name (3f5e983)
  • cli: Spawn for multiple workers (c9f1fe8)
  • cli: Spawn worker (659d347)
  • cli: Start daemon on demand (26243d4)
  • cli: Store archive as pet name (3f022b4)
  • cli: Store readable blob (1e1f41b)
  • cli: Support dot-delimited paths for --as option (9848676)
  • cli: Support runlets (8ce61be)
  • cli: Thread ephemeral state path (e4e9917)
  • daemon,cli: Rename internals using "unsafe" (5623d60)
  • daemon: Reify inboxes and outboxes (11f86a5)
  • endo bundle command supports specifying commonDeps (d570060)

Bug Fixes

  • Appease lint harder (3eaba38)
  • cli: Appease TypeScript (4ece3f8)
  • cli: Commands do not flush unless you await the result (04a9af2)
  • cli: Compensate for new request recipient name argument (bc0a6ce)
  • cli: Correct command description kebab-case inconsistency (6c1439b)
  • cli: Corrections for demo instructions (81b4651)
  • cli: Improve log behavior when stopped (56c9138)
  • cli: Minor adopt description typo (87e4922)
  • cli: Remove console debug line (dd131ad)
  • cli: Remove receive (duplicative with send) (d77cd79)
  • cli: Remove unused arguments to command handlers (c30e7b3)
  • Relax lint for optional chaining and nullish coallescing for daemon (ff58c06)
  • Settle the readable types (6716862)

Miscellaneous Chores

  • cli: Remove archive commands in favor of bundles (b24132a)
  • cli: Remove hash command (redundant with bundle) (7ea4074)

Code Refactoring

  • daemon: Change unsafe import formula from path to specifier (a0f141f)

1.0.3 (2024-02-15)

Bug Fixes

  • Add repository directory to all package descriptors (e5f36e7)

1.0.2 (2024-01-18)

Note: Version bump only for package @endo/cli

1.0.1 (2023-12-20)

Note: Version bump only for package @endo/cli

1.0.0 (2023-12-12)

Bug Fixes

  • Adjust type generation in release process and CI (9465be3)

0.2.6 (2023-09-12)

Note: Version bump only for package @endo/cli

0.2.5 (2023-08-07)

Note: Version bump only for package @endo/cli

0.2.4 (2023-08-07)

Note: Version bump only for package @endo/cli

0.2.3 (2023-07-19)

Note: Version bump only for package @endo/cli

0.2.2 (2023-04-20)

Note: Version bump only for package @endo/cli

0.2.1 (2023-04-14)

Note: Version bump only for package @endo/cli

0.2.0 (2023-03-07)

⚠ BREAKING CHANGES

  • where: Thread OS info

Bug Fixes

  • cli: Fix hash, map, and hash-archive commands (2a0a312)
  • Fix hackerone.com links in SECURITY.md (#1472) (389733d)
  • where: Thread OS info (b7c2441)

0.1.24 (2022-12-23)

Features

  • cli: Add log and ping subcommands (aa80678)

0.1.23 (2022-11-14)

Note: Version bump only for package @endo/cli

0.1.22 (2022-10-24)

Note: Version bump only for package @endo/cli

0.1.21 (2022-10-19)

Note: Version bump only for package @endo/cli

0.1.20 (2022-09-27)

Note: Version bump only for package @endo/cli

0.1.19 (2022-09-14)

Note: Version bump only for package @endo/cli

0.1.18 (2022-08-26)

Note: Version bump only for package @endo/cli

0.1.17 (2022-08-26)

Note: Version bump only for package @endo/cli

0.1.16 (2022-08-25)

Note: Version bump only for package @endo/cli

0.1.15 (2022-08-23)

Note: Version bump only for package @endo/cli

0.1.14 (2022-06-28)

Note: Version bump only for package @endo/cli

0.1.13 (2022-06-11)

Note: Version bump only for package @endo/cli

0.1.12 (2022-04-15)

Note: Version bump only for package @endo/cli

0.1.11 (2022-04-14)

Note: Version bump only for package @endo/cli

0.1.10 (2022-04-13)

Bug Fixes

0.1.9 (2022-04-12)

Note: Version bump only for package @endo/cli

0.1.8 (2022-03-07)

Note: Version bump only for package @endo/cli

0.1.7 (2022-03-02)

Note: Version bump only for package @endo/cli

0.1.6 (2022-02-20)

Note: Version bump only for package @endo/cli

0.1.5 (2022-02-18)

Features

  • cli: Add endo reset command (470b33c)

Bug Fixes

  • Make jsconfigs less brittle (861ca32)
  • Make sure lint:type runs correctly in CI (a520419)
  • Unify TS version to ~4.2 (5fb173c)
  • cli: Add missing dependencies (72281f4)
  • daemon: Move init from lib to app (7aaf1a0)

0.1.4 (2022-01-31)

Note: Version bump only for package @endo/cli

0.1.3 (2022-01-27)

Bug Fixes

0.1.2 (2022-01-25)

Note: Version bump only for package @endo/cli

0.1.1 (2022-01-23)

Features

  • endo: Initial implementation of daemon, cli, where (91f0ba3)