From c4668bc0a6b667a2b379b6c7b7cdc94771a3a021 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 30 Jul 2017 22:39:42 +0200 Subject: [PATCH] add docs --- docs/changelog.md | 9 +++++++++ readme.md | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 docs/changelog.md diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 0000000..b4d863d --- /dev/null +++ b/docs/changelog.md @@ -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 +``` \ No newline at end of file diff --git a/readme.md b/readme.md index 9738451..1b8b3c7 100644 --- a/readme.md +++ b/readme.md @@ -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: [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. > MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)