Commit Graph

10 Commits

Author SHA1 Message Date
Hristo Deshev
86481cce4a Make typings compatible with @types/node.
Fixes name clashes and uses Node-compatible typings where possible.

Changes:
 - setTimout et al now return NodeJS.Timer instead of number
 - No "console" module anymore. Everyone uses it through global.console
 anyway.
 - We have a typed "global" instance with exposed properties now. Any
 "freeform" accesses must go through a `(<any>global).blah` cast.
 - remove tns-core-modules.{base,es6,es2015}.d.ts. Those were needed
 as workarounds for the ES6/DOM/Node type clashes.
2017-02-15 13:01:10 +02:00
Vasil Chimev
d6c8c72a2f Update version of widgets dependency 2017-02-09 09:35:08 +02:00
dtopuzov
23f47e3ec9 Bump version to 3.0 2017-02-08 23:44:59 +02:00
Vasil Chimev
61f0223815 Bump up version to 2.5.0 2016-10-19 17:41:45 +03:00
vchimev
cb6a8fb7ad Update tns-core-modules/package.json 2016-09-27 14:45:18 +03:00
Panayot Cankov
299203901e Move platform .d.ts-es to separate plugin folder
Add dev-setup to figure out links

Update development workflow

Update package.json and dts-ios

Update the iOS declarations

grunt is now fine
2016-09-26 11:53:39 +03:00
Vladimir Enchev
604c10fa2c Version updated 2016-09-01 16:52:31 +03:00
Vasil Chimev
70a3d60627 Bump version to 2.3.0 2016-08-08 19:25:09 +03:00
Vasil Chimev
4d0fbef87b Bump up version to 2.2.0 2016-07-05 15:56:44 +03:00
Panayot Cankov
e135c20b14 Rename the files 2016-05-26 14:30:25 +03:00