[ospec] v2.0.0
This commit is contained in:
parent
91b08c6491
commit
9df3e97cc3
2 changed files with 3 additions and 3 deletions
|
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
|
|
||||||
## Upcoming...
|
## Upcoming...
|
||||||
_2018-05-08_
|
_2018-xx-xx_
|
||||||
<!-- Add new lines here. Version number will be decided later -->
|
<!-- Add new lines here. Version number will be decided later -->
|
||||||
- ...
|
- ...
|
||||||
|
|
||||||
|
|
||||||
## 2.0.0
|
## 2.0.0
|
||||||
_2018-05-xx_
|
_2018-05-09_
|
||||||
- Added `--require` feature to the ospec executable ([#2144](https://github.com/MithrilJS/mithril.js/pull/2144), [@gilbert](https://github.com/gilbert))
|
- Added `--require` feature to the ospec executable ([#2144](https://github.com/MithrilJS/mithril.js/pull/2144), [@gilbert](https://github.com/gilbert))
|
||||||
- In Node.js, ospec only uses colors when the output is sent to a terminal ([#2143](https://github.com/MithrilJS/mithril.js/pull/2143))
|
- In Node.js, ospec only uses colors when the output is sent to a terminal ([#2143](https://github.com/MithrilJS/mithril.js/pull/2143))
|
||||||
- the CLI runner now accepts globs as arguments ([#2141](https://github.com/MithrilJS/mithril.js/pull/2141), [@maranomynet](https://github.com/maranomynet))
|
- the CLI runner now accepts globs as arguments ([#2141](https://github.com/MithrilJS/mithril.js/pull/2141), [@maranomynet](https://github.com/maranomynet))
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ospec",
|
"name": "ospec",
|
||||||
"version": "1.4.0",
|
"version": "2.0.0",
|
||||||
"description": "Noiseless testing framework",
|
"description": "Noiseless testing framework",
|
||||||
"main": "ospec.js",
|
"main": "ospec.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue