-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add an empty CHANGELOG.md * Add some changes on CHANGELOG.md * Do updates to CHANGELOG file
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# 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 | ||
|
||
- Added CHANGELOG.md (#10) | ||
- Added importmap support (#9) | ||
|
||
## [0.2.0] - 2023-10-07 | ||
|
||
### Changed | ||
|
||
- Update HTMX lib to 1.9.2 (#4) | ||
- Update GH actions build | ||
|
||
## [0.1.0] - 2021-01-11 | ||
|
||
### Added | ||
|
||
- Introduce installation generator (support for Sprokets and Webpacker) | ||
- Simple example on README usage section | ||
|
||
## [0.0.0] - 2020-12-11 | ||
|
||
### Added | ||
|
||
- Initial release |