Skip to content

Commit

Permalink
Update changelog with changes since 4.0.0 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin committed Jul 17, 2023
1 parent b098c45 commit 698b807
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# PureScript Spec
# PureScript Spec

[![Build Status](https://github.com/purescript-spec/purescript-spec/workflows/CI/badge.svg?branch=master)](https://github.com/purescript-spec/purescript-spec/actions?query=workflow%3ACI+branch%3Amaster)

PureScript Spec is a testing framework for Purescript, inspired by
Expand All @@ -17,6 +18,26 @@ in detail how to use purescript-spec. **You should probably start here.**

## Changelog

* **7.5.1**
* Support for filtering the test tree [#139](https://github.com/purescript-spec/purescript-spec/pull/139)
* Integration tests [#138](https://github.com/purescript-spec/purescript-spec/pull/138)
* Better, more honest support for `failFast` [#140](https://github.com/purescript-spec/purescript-spec/pull/140)

* **7.4.1**
* Diff support for TeamCity reporter by @Neppord [#136](https://github.com/purescript-spec/purescript-spec/pull/136)
* `failFast` config option to stop on first failure by @fsoikin [#137](https://github.com/purescript-spec/purescript-spec/pull/137)

* **7.3.0**
* TeamCity reporter now supports parallel execution. [#132 by @Neppord](https://github.com/purescript-spec/purescript-spec/pull/132)

* **7.2.0**
* Added a reporter for [TeamCity](https://www.jetbrains.com/teamcity/) by @Neppord
* Use `unsafeRegex` instead of methods from `purescript-partial` to create a regex by @toastal

* **7.1.0**
* Added the `AnyShow` newtype wrapper for asserting on values that don't have a Show instance.
By @sigma-andex and @i-am-the-slime in [#125](https://github.com/purescript-spec/purescript-spec/pull/125)

* **4.0.0**
* Rename `run` and `run'` to `runSpec` and `runSpecM`.
* Run tests in `Aff` instead of `Effect`.
Expand Down

0 comments on commit 698b807

Please sign in to comment.