Skip to content

Commit c4170fe

Browse files
committed
docs: prepare gem to first publication
1 parent 25a584c commit c4170fe

4 files changed

Lines changed: 100 additions & 264 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
## [Unreleased]
1+
# CHANGELOG
22

3-
## [0.1.0] - 2025-08-29
3+
## [0.1.0] - 2025-09-10
44

5-
- Initial release
5+
### Added
6+
7+
- Dev-only Rails engine with floating UI panel.
8+
- Minimal DSL: `panel`/`tab`/`action` with `param` support for `:string`, `:boolean`, `:integer`, `:selector`.
9+
- Selector return modes: `:value` (default), `:label`, `:both`.
10+
- Option `meta` passthrough for selectors and UI hint badge for current boolean state.
11+
- Auto-refresh of panel after running an action and remember last selector choice.
12+
- JSON pretty result viewer in the UI.
13+
14+
### Internal
15+
16+
- Registry, Executor, Middleware, basic controllers and assets pipeline.
17+
- Minitest suite and SimpleCov.

0 commit comments

Comments
 (0)