packages feed

essence-of-live-coding-0.2.9: CHANGELOG.md

# Revision history for essence-of-live-coding

## 0.2.9

* Support GHC 9.12

## 0.2.8

* Support GHC 9.10
* Add Selective instances

## 0.2.7

* Add support for GHC 9.2
* Formatting with Fourmolu
* Added `NoMigration`

## 0.2.6

* Add `changes`
* Add support for GHC 9.0.2

## 0.2.5

* Refactored GHCi support
* Add `liveMain`
* Add exception monad for live programs
* Improved some haddocks

## 0.2.4

* Extended testing utilities
* Extended LiveCoding.Cell.Util by buffer, edge, boundedFIFO and other utilities

## 0.2.3

* Added printTimeC debugging utility

## 0.2.2

* Added feedback migration

## 0.2.1

* Adapted pulse backend to handles and refactored

## 0.2.0.1

* Bug fixes
* Version bounds

## 0.2.0.0

* Adapted gloss backend to handles and refactored
* Added a mechanism to make cells nonblocking
* Added handles for nonserialisable values like threads, concurrent variables & device handles

## 0.1.0.3

* First version.
  As described in https://www.manuelbaerenz.de/essence-of-live-coding/EssenceOfLiveCoding.pdf.