Commit Graph
10254 Commits
Author SHA1 Message Date
Legokichi Duckscallion fd23f8f26c force travis 2015-05-19 12:42:18 +09:00
Legokichi Duckscallion e10cc3a282 JSZip.compressions.DEFLATE add 2015-05-19 12:33:07 +09:00
phillips1012 03b65ffa98 fix es6 usage in node-irc 2015-05-18 20:45:38 -06:00
phillips1012 333fa1e402 add typings for node-irc 2015-05-18 20:32:47 -06:00
Joseph Livecchi 0be19e02aa Finished converting fabric.d.ts to version 1.5.x
* Finished converting all of the fabric.d.ts file to the latest version,
1.5.x
* Updated the fabricjs-tests.ts with the new api changes
2015-05-18 11:27:02 -04:00
Radosław Eichler 639337b32b fixed *withMatch methods incorrectly requiring SinonMatcher type arguments 2015-05-18 14:57:14 +02:00
Radosław Eichler c8d056a361 added test for fixed create method 2015-05-18 14:53:28 +02:00
Radosław Eichler 708a29cbf5 fixed Model<T>.create method returned Promise type 2015-05-18 14:49:55 +02:00
Guillaume Mouron b0289ac7a3 Insert and append can take functions returning a DOM element
This is specified in the d3 documentation :
- append : https://github.com/mbostock/d3/wiki/Selections#append
- insert : https://github.com/mbostock/d3/wiki/Selections#insert

Also visible in the code : https://github.com/mbostock/d3/blob/master/d3.js#L802 and https://github.com/mbostock/d3/blob/master/d3.js#L818
2015-05-18 12:07:28 +02:00
Aleksey Blokhin 4f0c99114f Method signature fixed. 2015-05-18 10:57:53 +03:00
Chris Wrench 241e3f2fc7 Fix issue with Polygon and MultiPolygon contructors 2015-05-18 08:35:03 +01:00
Horiuchi_H e42bef3a8f Merge pull request #4376 from YuichiNukiyama/localforage
Update localForage to 1.2
2015-05-18 14:06:37 +09:00
Horiuchi_H f93ae3cb60 Merge pull request #4373 from Agamnentzar/master
mongoose: fixes for ObjectId
2015-05-18 14:04:37 +09:00
Horiuchi_H f477d64bf4 Merge pull request #4369 from hansrwindhoff/master
update to v1.0
2015-05-18 13:59:55 +09:00
YuichiNukiyama c1e3d36549 FIX4 2015-05-17 11:08:11 +00:00
YuichiNukiyama ef5547827c fix3 2015-05-17 11:05:24 +00:00
YuichiNukiyama 6500933c82 fix2 2015-05-17 11:02:48 +00:00
YuichiNukiyama 769b8b05b1 fix linefield 2015-05-17 11:00:04 +00:00
YuichiNukiyama 8e8b26671a change 2015-05-17 10:55:38 +00:00
YuichiNukiyama 33cc02c182 modified a few bug 2015-05-17 10:10:13 +00:00
YuichiNukiyama 12b79812d6 Update localForage to 1.2
localForage has been Changed since last year.So, I update
localforage.d.ts to 1.3.
2015-05-17 09:45:40 +00:00
Radosław Eichler 36e72c193f added missing ObjectId methods, changed Document _id property from string to ObjectId 2015-05-16 16:31:13 +02:00
hansrwindhoff 64097df03e mention Jed Mao in header 2015-05-16 08:07:10 -06:00
satoru kimura 1c92de76a2 Updated to three.js r71. 2015-05-16 18:58:05 +09:00
Tat 14e5d8e09d adding the type definitions for the DataStream.js library 2015-05-16 12:45:11 +05:30
hansrwindhoff 0335eae167 lines 2015-05-15 23:47:02 -06:00
hansrwindhoff c1a834f129 only one line for definitions by 2015-05-15 23:28:56 -06:00
hansrwindhoff 4f5c7c2d00 fix travis errors 2015-05-15 23:26:09 -06:00
hansrwindhoff 0ac773404b update defs to v1.0 of tcomb
http://gcanti.github.io/tcomb/
2015-05-15 18:58:34 -06:00
hansrwindhoff d82b89617e Update tcomb.d.ts 2015-05-15 18:52:06 -06:00
Joseph Livecchi 7521e83e3d checked and updated static func on fabric.d.ts
* Edit and Modified the static functions for fabric and shaes namespaces
* Added more JSDoc comments
* Started filters rewrite
2015-05-15 17:30:20 -04:00
Christopher Brown 1e2a1e22e5 Fix h() signatures to reflect virtual-hyperscript readme
(I must have misread the jsig file)
2015-05-15 13:07:19 -05:00
Aleksey Blokhin f03d80a83b Fixed missing return type. 2015-05-15 21:01:26 +03:00
Christopher Brown 0faae8ebf7 Collapse createChildren and rename as 'VChild' 2015-05-15 13:00:47 -05:00
Aleksey Blokhin c512d9c0c2 Updated and added interfaces.
- added common interface IPartialLoader;
- updated for ITranslatePartialLoaderService;
- added interface for ITranslatePartialLoaderProvider.
2015-05-15 20:51:21 +03:00
Aleksey Blokhin 334c6d982d Fixed character case. 2015-05-15 20:49:11 +03:00
Joseph Livecchi 4df938d729 More Modifications to fabric.d.ts
* Added the AMD require statement
* Created static interfaces as the TypeScript recommendations to clean
of the definition file
* Added interfaces for the fabric.util files
2015-05-15 12:57:49 -04:00
Chris Wrench 79fe4ff375 Add missing Google Maps Data Layer API
Fixes #2249.

- Add a `data` property to the `Map` class.
- Add Google Maps test file and Data Layer API tests.
- Add the following classes and interfaces which form the Data Layer API:

  - `Data`
  - `Data.DataOptions`
  - `Data.GeoJsonOptions`
  - `Data.StyleOptions`
  - `Data.StylingFunction`
  - `Data.Feature`
  - `Data.FeatureOptions`
  - `Data.Geometry`
  - `Data.Point`
  - `Data.MultiPoint`
  - `Data.LineString`
  - `Data.MultiLineString`
  - `Data.LinearRing`
  - `Data.Polygon`
  - `Data.MultiPolygon`
  - `Data.GeometryCollection`
  - `Data.MouseEvent`
  - `Data.AddFeatureEvent`
  - `Data.RemoveFeatureEvent`
  - `Data.SetGeometryEvent`
  - `Data.SetPropertyEvent`
  - `Data.RemovePropertyEvent`
2015-05-15 14:50:38 +01:00
Joseph Livecchi 6a55702abf Started updating fabric.d.ts
Updating to be compatible with fabric v1.5
Reorganizing some of the methods to make it easier to find stuff in the
definition file
2015-05-15 09:50:34 -04:00
Simon Altschuler a7ee9ec55f Add module declaration for AMD compatability 2015-05-15 14:46:14 +02:00
John Reilly 7d2f0aa875 Merge pull request #4360 from johnnyreilly/master
angular.d.ts - added JSDoc for $broadcast and $emit
2015-05-15 09:34:14 +01:00
John Reilly fefe9f1de6 angular.d.ts - added JSDoc for $broadcast and $emit 2015-05-15 09:30:41 +01:00
Matt Brooks ccd672639b New definition for jQuery Succinct plugin
Added definition for jQuery Succinct plugin with accompanying tests
file.
2015-05-14 23:35:28 +01:00
Mads 2dabe041c4 whoops, syntax error 2015-05-14 18:57:45 +02:00
Masahiro Wakame 68114f9ff3 Merge pull request #4349 from jandic/master
Corrected return type for registry.byId()
2015-05-15 00:33:14 +09:00
Masahiro Wakame fb3743886b Merge pull request #4339 from niemyjski/master
Added stacktrace.js and node-stack-trace definitions.
2015-05-15 00:18:33 +09:00
Blake Niemyjski bf147fd816 Fixed name on definition header. 2015-05-14 10:15:16 -05:00
Blake Niemyjski f9996b4dda Fixed unit tests and naming conventions. 2015-05-14 10:14:44 -05:00
Masahiro Wakame d9a0f252fd Merge pull request #4355 from ErikSchierboom/knockout-pre-rendered
Added typings for knockout-pre-rendered library
2015-05-15 00:12:08 +09:00
Masahiro Wakame a85cb38807 Merge pull request #4353 from chrootsu/lodash-now
lodash: added now() method
2015-05-15 00:11:26 +09:00