diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-10-12 08:34:07 -0200 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2016-10-12 08:34:07 -0200 |
commit | 966c3a99b9f981c4b206390944fa058e093f2eef (patch) | |
tree | bd55fff419c8676320605c2fd08f91b9320619fa | |
parent | 286c57df3733d6e3a26ee70db88ffc6c2599ca4c (diff) | |
download | svg.js-966c3a99b9f981c4b206390944fa058e093f2eef.tar.gz svg.js-966c3a99b9f981c4b206390944fa058e093f2eef.zip |
Update document up to include travis status and updated README and CHANGELOG - I think this PR will be in the 3.0 release
-rw-r--r-- | .documentup.json | 2 | ||||
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | 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 @@ -4072,7 +4072,7 @@ $ npm install Build SVG.js by running `gulp`: ``` sh -$ gulp +$ npm test ``` The resulting files are: |