add docs
This commit is contained in:
parent
bc489b6bf3
commit
c4668bc0a6
9
docs/changelog.md
Normal file
9
docs/changelog.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 2017-07-30: Version 7.x.x -> 8.x.x
|
||||||
|
Testfiles in ./test/ can now import files directly from the ts dir:
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
// ./test/test.ts
|
||||||
|
import * as myModule from '../ts/index
|
||||||
|
```
|
@ -38,6 +38,9 @@ For more information about how to best write tap tests check out the [tapbundle
|
|||||||
This works on your machine and in CI. There is a prebuild docker image available that includes npmts to make CI a breeze:
|
This works on your machine and in CI. There is a prebuild docker image available that includes npmts to make CI a breeze:
|
||||||
[hosttoday/ht-docker-node:npmts on Dockerhub](https://hub.docker.com/r/hosttoday/ht-docker-node/)
|
[hosttoday/ht-docker-node:npmts on Dockerhub](https://hub.docker.com/r/hosttoday/ht-docker-node/)
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
For breaking changes please see the [changelog](https://gitzone.gitlab.io/npmts/changelog.html).
|
||||||
|
|
||||||
For further information read the linked docs at the top of this README.
|
For further information read the linked docs at the top of this README.
|
||||||
|
|
||||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||||
|
Loading…
Reference in New Issue
Block a user