Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Jul 18, 2023
1 parent 60c7a09 commit 261c08d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.8.1](https://github.com/izelnakri/qunitx/compare/0.8.0...0.8.1)

- Deno CI setup [`60c7a09`](https://github.com/izelnakri/qunitx/commit/60c7a091c3e81089c431ef38f6daac700c37ac5b)
- Test script setup [`c8ad1ac`](https://github.com/izelnakri/qunitx/commit/c8ad1ac830e4cec20a1264392ee9b6cb1d78d1dc)
- Initial 1-1 mapping of QUnit API to deno [`fe1d29a`](https://github.com/izelnakri/qunitx/commit/fe1d29ae14ca4a9a9f5278072a316f362e2cc086)
- Initial 1-1 mapping of QUnit API to node assert API [`7adf574`](https://github.com/izelnakri/qunitx/commit/7adf574a6167272874d1398428cb5c1500a8c5b1)
- add dev badges to README [`4e2c9d2`](https://github.com/izelnakri/qunitx/commit/4e2c9d2d49636374a17f47b3e6cb8819c38879cb)
- add asciicast to README [`471bc75`](https://github.com/izelnakri/qunitx/commit/471bc7548235d497d06d5ec8fef91654907ea263)
- Improve documentation [`69d7092`](https://github.com/izelnakri/qunitx/commit/69d709283073146c110fdaee9aa233f5ca9a2a69)
- Added initial deepEqual tests [`084773f`](https://github.com/izelnakri/qunitx/commit/084773fbb930551905618fcd9969477da58a2cd9)
- Update README [`aa21556`](https://github.com/izelnakri/qunitx/commit/aa215561deddaa65d4669ad3bf4453389085d5d9)

#### [0.8.0](https://github.com/izelnakri/qunitx/compare/0.7.0...0.8.0)

> 13 July 2023
- Release 0.8.0 [`abd5508`](https://github.com/izelnakri/qunitx/commit/abd5508d70bba8b3bf228102e0163afc24f08f5e)
- Prepare 0-dep qunitx package [`e82f79a`](https://github.com/izelnakri/qunitx/commit/e82f79a994b89f41f03148d63243e8afeb61bd66)
- Removed all cli code from this repo [`ae698ea`](https://github.com/izelnakri/qunitx/commit/ae698eabd09a25f38519b17dd43eeb2f80d4d90f)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qunitx",
"type": "module",
"version": "0.8.0",
"version": "0.8.1",
"description": "A universal test framework for testing any js file on node.js, browser or deno with QUnit API",
"author": "Izel Nakri",
"license": "MIT",
Expand Down

0 comments on commit 261c08d

Please sign in to comment.