Skip to content

Commit

Permalink
Update to v4.2 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcx committed Oct 29, 2017
1 parent 889a7d3 commit 0607015
Show file tree
Hide file tree
Showing 9 changed files with 4,524 additions and 4,440 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.*
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: node_js

node_js:
- "node"
- "lts/*"
- "8"
- "7"
- "6"
- "5"
- "4"


install:
- npm install

script:
- npm test

Binary file modified docs/TAME-API.odt
Binary file not shown.
Binary file modified docs/TAME-API.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/tamex/resources/tame.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "tame4",
"version": "4.2",
"description": "TAME 4: TwinCAT ADS Made Easy",
"main": "tame-w-comments.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomcx/tame4.git"
},
"keywords": ["ADS","Beckhoff","TwinCAT","PLC","TAME","TAME4"],
"author": "Thomas Schmidt <[email protected]>",
"license": "(MIT or GPL-3.0)",
"bugs": {
"url": "https://github.com/tomcx/tame4/issues"
},
"homepage": "http://tomcx.github.io/tame4/"
}
11 changes: 11 additions & 0 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
TAME V4.2 Release Notes
-----------------------

- New feature: Data type INT2DP added (INT in PLC, number with 2 decimal
points in JavaScript.

- New feature: Code and files for using TAME as an NPM module added.




TAME V4.1.2 Release Notes
-------------------------

Expand Down
Loading

0 comments on commit 0607015

Please sign in to comment.