-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial proposal, please do make suggestions if I missed something
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
## [Unreleased](https://github.com/renuo/hotsheet/compare/v0.1.0..HEAD) | ||
|
||
- Generator `bin/rails g hotsheet:install` for copying initializer and mounting engine in routes ([@hunchr](https://github.com/hunchr)) | ||
- | ||
|
||
## [0.1.0](https://github.com/renuo/hotsheet/releases/tag/v0.1.0) (2024-11-05) | ||
|
||
- Coming soon | ||
- Gem structure and initial configuration ([@ignaciosy][]) | ||
- Inline editing table (([@simon-isler][]) and ([@edmunteanu][])) | ||
- Dummy app for development and test ([@hunchr][]) | ||
- Configuration for initializer, CI, lint, tests ([@hunchr][]) | ||
- Generator `bin/rails g hotsheet:install` for copying initializer and mounting engine in routes ([@hunchr][]) | ||
|
||
[@ignaciosy]: https://github.com/ignaciosy | ||
[@hunchr]: https://github.com/hunchr | ||
[@simon-isler]: https://github.com/simon-isler | ||
[@edmunteanu]: https://github.com/edmunteanu |