From 6143c78fcd7a70d809176eeb4b0f2b85a3f71420 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Thu, 22 Apr 2021 18:36:55 +0300 Subject: [PATCH] Adds changelog --- CHANGELOG.md | 13 +++++++++++++ package.json | 9 ++++----- packages.dhall | 4 ++-- 3 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..978a5cc7 --- /dev/null +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index ad551e16..3829f66b 100644 --- a/package.json +++ b/package.json @@ -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": "", diff --git a/packages.dhall b/packages.dhall index 978429f9..87b7aa30 100644 --- a/packages.dhall +++ b/packages.dhall @@ -134,7 +134,7 @@ let additions = , "now" ] , repo = "https://github.com/mikesol/purescript-event.git" - , version = "master" + , version = "v1.4.1" } , behaviors = { dependencies = @@ -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" ]