Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/capture-actor-service-context.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/humanlayer-package-and-services.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @humanlayer/effect-machine

## 0.18.0

### Minor Changes

- [`37485f0`](https://github.com/humanlayer/effect-machine/commit/37485f064a30063fc43ec24b63744b384c9a52d3) Thanks [@K-Mistele](https://github.com/K-Mistele)! - Publish the Humanlayer-scoped package, target the latest Effect v4 beta, remove the Effect v3 compatibility exports, and infer Effect service requirements from state effects so applications provide behavior with layers rather than actor-local slot maps.

### Patch Changes

- [#2](https://github.com/humanlayer/effect-machine/pull/2) [`bb1ce43`](https://github.com/humanlayer/effect-machine/commit/bb1ce430bce35bc44db5d1545f66d59d865548ec) Thanks [@K-Mistele](https://github.com/K-Mistele)! - Preserve Effect service dependencies supplied while allocating a local actor, so state effects run correctly when `actor.start` is called later.

## 0.17.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanlayer/effect-machine",
"version": "0.17.1",
"version": "0.18.0",
"repository": {
"type": "git",
"url": "https://github.com/humanlayer/effect-machine.git"
Expand Down