Skip to content

Commit

Permalink
Adds changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Solomon committed Apr 22, 2021
1 parent 52a4fb2 commit 6143c78
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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).

## [0.0.0] - 2021-04-22
### Added
- Exposes the WebAudio API via a FRP Behavior by using induction on existentially-quantified and linearly-typed indexed cofree comonads.
- A README.
- A CHANGELOG.
- Several tests.
- Several examples.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "delete-me-kind",
"version": "1.0.0",
"description": "",
"main": "index.js",
"name": "purescript-wags",
"version": "0.0.0",
"description": "Web Audio Graphs as a Stream",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "spago -x test.dhall test"
},
"keywords": [],
"author": "",
Expand Down
4 changes: 2 additions & 2 deletions packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ let additions =
, "now"
]
, repo = "https://github.com/mikesol/purescript-event.git"
, version = "master"
, version = "v1.4.1"
}
, behaviors =
{ dependencies =
Expand All @@ -149,7 +149,7 @@ let additions =
, "web-uievents"
]
, repo = "https://github.com/mikesol/purescript-behaviors.git"
, version = "master"
, version = "v8.1.0"
}
, convertable-options = { dependencies =
[ "console", "effect", "maybe", "record" ]
Expand Down

0 comments on commit 6143c78

Please sign in to comment.