packages feed

vector-circular-0.1.4: changelog.md

# Revision history for vector-circular

## 0.1.4 -- 2022-01-23
* Bump bounds on and support {base,template-haskell}

## 0.1.3 -- 2021-01-25
* Add `filter`

## 0.1.2 -- 2021-06-10
* Add convenience functions that match the API of Data.Vector.NonEmpty
* Add Data.Vector.Circular.Generic as a mirror of Data.Vector.Generic
* Add doctests

## 0.1.1 -- 2020-12-12
* Derive Generic, Traversable, and NFData
* Define a lot of special folds
* Implement more of the `vector` api

## 0.1 -- 2020-05-11
* First version. Released on an unsuspecting world.