-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add RELEASES.md - Add encouragement to use vendoring and warning regarding breaking changes
- Loading branch information
1 parent
ba39d59
commit dcf27ab
Showing
2 changed files
with
29 additions
and
1 deletion.
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
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,24 @@ | ||
Releases | ||
======== | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
vNext | ||
----- | ||
|
||
v0.1.0 (2018-07-02) | ||
------------------- | ||
|
||
Initial release after working on the project during the "Chainhack 3" [Blockchain hackathon](https://blockchain-hackathon.com/). | ||
|
||
- Go middlewares for: | ||
- [net/http](https://golang.org/pkg/net/http/) `HandlerFunc` | ||
- [net/http](https://golang.org/pkg/net/http/) `Handler` | ||
- Compatible with routers like [gorilla/mux](https://github.com/gorilla/mux) and [chi](https://github.com/go-chi/chi) | ||
- [Gin](https://github.com/gin-gonic/gin) | ||
- Supported Lightning Network node: | ||
- [lnd](https://github.com/lightningnetwork/lnd) | ||
- Supported storage: | ||
- [Redis](https://redis.io/) |