From 966c3a99b9f981c4b206390944fa058e093f2eef Mon Sep 17 00:00:00 2001 From: dotnetCarpenter Date: Wed, 12 Oct 2016 08:34:07 -0200 Subject: [PATCH] Update document up to include travis status and updated README and CHANGELOG - I think this PR will be in the 3.0 release --- .documentup.json | 2 +- CHANGELOG.md | 3 +++ README.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.documentup.json b/.documentup.json index ccf71a6..22d8325 100644 --- a/.documentup.json +++ b/.documentup.json @@ -2,7 +2,7 @@ "twitter": [ "svg_js" ], - "travis": false, + "travis": true, "issues": true, "theme": "v1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6d00d..84cbf88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ - fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__ - added `precision()` method to round numeric element attributes -> __TODO!__ - added specs for `SVG.FX` -> __TODO!__ +- added automated unit tests via [Travis](https://travis-ci.org/wout/svg.js) +- updated dependencies +- added `npm run build` to build a new version of SVG.js without requiring gulp to be globally installed # 2.3.4 (04.08.2016) - reworked parent module for speed improvemenents diff --git a/README.md b/README.md index b72e503..d772263 100644 --- a/README.md +++ b/README.md @@ -4072,7 +4072,7 @@ $ npm install Build SVG.js by running `gulp`: ``` sh -$ gulp +$ npm test ``` The resulting files are: -- 2.39.5