pboling/service_actor-promptable

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added

### Changed

### Fixed

### Removed

## [1.0.2] - 2022-07-03
### Added
- Supports running unattended, with configurable toggle

## [1.0.1] - 2022-06-30
### Added
- Introspectable Version module
- Better documentation
- Code coverage analysis in CI

## [1.0.0] - 2022-06-09
### Added
- Initial release
- `Promptable`
  - DSL => `prompt_with`
  - Class attribute => `prompt`

[Unreleased]: https://github.com/pboling/service_actor-promptable/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/pboling/service_actor-promptable/compare/1.0.1...v1.0.2
[1.0.1]: https://github.com/pboling/service_actor-promptable/compare/1.0.0...v1.0.1
[1.0.0]: https://github.com/pboling/service_actor-promptable/compare/3079772bb43c02ebfca364d27d062e573acdb091...v1.0.0