Skip to content

Commit

Permalink
feat: add v0.5.0 in bulk
Browse files Browse the repository at this point in the history
Changes:
- feat(pkg/machine): add WhenTime, WhenTicks
- feat(pkg/machine): add WhenArgs
- feat(pkg/machine): add WhenDisposed, RegisterDisposalHandler
- feat(pkg/machine): add Opts.QueueLimit
- feat(pkg/machine): add Opts.LogArgs, NewArgsMapper
- feat(pkg/machine): add Opts.Parent
- feat(pkg/machine): add Switch(states...)
- feat(pkg/machine): add single-state shorthands (Add1, Has1, etc)
- feat(pkg/machine): add getters (ActiveStates, Queue, Struct)
- feat(pkg/machine): add SetStruct, EventStructChange
- feat(pkg/machine): add Tracer API and Opts.Tracers
- fix(pkg/machine): fix thread safety
- fix(pkg/machine): add funcs SMerge, NormalizeID, IsActiveTick, CloneStates
- feat: add pkg/history
- feat: add pkg/telemetry/prometheus
- feat: add pkg/x/helpers
- feat(pkg/machine): add HasStateChangedSince
- feat(pkg/machine): add Transition.ClocksAfter
- feat(pkg/machine): alloc handler goroutine on demand
- feat(pkg/machine): drop add dependencies (lo, uuid)
- refac(pkg/machine): rename many identifiers, shorten
- feat(pkg/machine): add Eval
- feat(pkg/machine): add empty roadmap methods
- feat(tools/am-dbg): add multi client support
- feat(tools/am-dbg): add import/export
- feat(tools/am-dbg): add tree relations UI
- feat(tools/am-dbg): optimize UI processing
- feat(tools/am-dbg): add matrix view
- feat(tools/am-dbg): add search as you type (clients, tree)
- feat(tools/am-dbg): add `--select-connected` and `--clean-on-connect`
- feat: add tools/cmd/am-gen
  • Loading branch information
pancsta committed Jun 2, 2024
1 parent bc3ba88 commit 0ce9648
Show file tree
Hide file tree
Showing 71 changed files with 11,912 additions and 2,647 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ go.work
# local dev
/.dev
/dist
/docs/cookbook.md
/tools/am-dbg/am-dbg
/tools/cmd/am-dbg/am-dbg
/*.log
/*.gob
/assets/demo.cast.yml
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ builds:
goarch:
- amd64
- arm64
main: ./tools/am-dbg/main.go
main: ./tools/cmd/am-dbg/main.go
binary: am-dbg

archives:
Expand Down
3 changes: 0 additions & 3 deletions .mdl_style.rb

This file was deleted.

Loading

0 comments on commit 0ce9648

Please sign in to comment.