Commit Graph
9288 Commits
Author SHA1 Message Date
vvakame 6d64be2b28 merge acl-mongodbBackend.d.ts and acl-redisBackend.d.ts into acl.d.ts 2015-04-29 12:05:21 +09:00
vvakame 7faade2b23 suppress Octal literals are not available when targeting ECMAScript 5 and higher. 2015-04-29 11:15:25 +09:00
vvakame 7dea7494db Merge branch 'master' into tsc-1.5.0-alpha 2015-04-29 10:54:57 +09:00
Masahiro Wakame 9c2d795cc1 Merge pull request #4209 from aciccarello/patch-1
Update to Angular 1.4
2015-04-29 01:51:25 +09:00
Masahiro Wakame cb4e18f2ee Merge pull request #4201 from brynbellomy/ansi-styles-module
adding ansi styles module
2015-04-29 01:17:37 +09:00
Masahiro Wakame d0a0d1d2fa Merge pull request #4200 from brynbellomy/eyes-module
adding eyes module
2015-04-29 01:17:16 +09:00
Masahiro Wakame 9fab2ca48a Merge pull request #4206 from serendipitic/master
"parent" argument of Restangular.service() should be optional
2015-04-29 01:14:27 +09:00
Masahiro Wakame deb0236d9d Merge pull request #4186 from flcdrg/CoreObject1.11.1
Move methods from Object to CoreObject
2015-04-29 01:08:28 +09:00
Masahiro Wakame b060489002 Merge pull request #4203 from JacobDanton/master
Updating Chai to have "Include" in "Deep"
2015-04-29 01:05:53 +09:00
Masahiro Wakame 86ce890513 Merge pull request #4202 from axyjs/master
node: interface Global of 'global' object
2015-04-29 01:04:36 +09:00
aciccarello 7576bf3119 Update to Angular 1.4 2015-04-27 17:00:04 -04:00
bryn austin bellomy 402741f60a adding tests 2015-04-27 15:23:44 -05:00
bryn austin bellomy ce01d2119a adding tests 2015-04-27 15:14:10 -05:00
Marvin Luchs cc0537a0ac "parent" argument of Restangular.service() should be optional
The documentation as well as the actual source code of Restangular
define the parent argument of Restangular.service(route, parent) as
optional:

https://github.com/mgonto/restangular#decoupled-restangular-service

function toService(route, parent) {
[...]
var collection = (parent || service).all(route);
2015-04-27 13:01:12 +02:00
Jacob Danton f31589998d Updating Chai to have "Include" in "Deep"
Reference:  https://github.com/chaijs/chai/blob/master/lib/chai/core/assertions.js#L1452
2015-04-26 08:53:30 -07:00
Oleg Grigoriev 5235188489 node: interface Global of 'global' object 2015-04-26 15:24:31 +03:00
Masahiro Wakame 00e7f3fede Merge pull request #4194 from stephenlautier/master
Added knockout.punches
2015-04-26 18:57:07 +09:00
bryn austin bellomy 3a1870821a fixing original author 2015-04-26 01:59:31 -05:00
bryn austin bellomy b5a3c237ad adding comment header 2015-04-26 01:06:02 -05:00
bryn austin bellomy 9621e43781 adding ansi styles module 2015-04-26 00:56:14 -05:00
bryn austin bellomy 68d7cdeee9 adding eyes module 2015-04-25 20:10:00 -05:00
stephen.lautier 26b98beb60 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2015-04-25 12:57:38 +02:00
stephen.lautier 4c3555871f removed urijs 2015-04-25 12:46:56 +02:00
stephen.lautier 0e75ece1a4 added knockout.punches-tests + headers to type definitions 2015-04-25 12:29:03 +02:00
Masahiro Wakame 61d066fef5 Merge pull request #4189 from mtraynham/colorbrewer
Colorbrewer definition
2015-04-25 14:49:47 +09:00
Masahiro Wakame b18e9cb0c3 Merge pull request #4015 from gruppe-adler/restify-fix-httperrors
fix restify error classes
2015-04-25 14:45:59 +09:00
Masahiro Wakame 8cdf5075ab Merge pull request #4159 from ggarek/feature/react-drag-event
feat(react): add DragEvent
2015-04-25 14:42:10 +09:00
Matt Traynham ffc6161633 Fix tests. 'const' not available 2015-04-24 14:17:17 -04:00
Matt Traynham 94df0f9041 Colorbrewer definition 2015-04-24 14:08:07 -04:00
Horiuchi_H 575d70adca Merge pull request #4187 from bilou84/patch-2
convert-source-map: Remove all implicit any
2015-04-24 23:15:57 +09:00
bilou84 3f4eb92f38 convert-source-map: Remove all implicit any 2015-04-24 12:48:44 +02:00
David Gardiner 318bd34543 Move methods from Object to CoreObject
Reorder methods in CoreObject class to match ember-runtime/lib/system/core_object.js
Added non-static method declarations for 'extend', as Ember classes aren't really TypeScript classes (so we need to be able to call extend on instances)
2015-04-24 16:08:53 +09:30
Horiuchi_H de18109f44 Merge pull request #4185 from dfahlander/master
Added dexie.d.ts
2015-04-24 09:17:33 +09:00
Horiuchi_H cc22b1594e Merge pull request #4184 from adidahiya/drop
Add 'element' and 'tether' to Drop typings
2015-04-24 09:15:27 +09:00
Horiuchi_H 583c1524ac Merge pull request #4183 from ggarek/feature/sequelize-belongs-to-many
feat(sequelize): add belongsToMany definition
2015-04-24 09:14:36 +09:00
David Fahlander 8acdd6fc7d Fixed errors from npm test 2015-04-23 22:52:51 +02:00
David Fahlander 5850b78734 Added dexie.d.ts 2015-04-23 22:25:49 +02:00
Adi Dahiya 391ff639b1 Add 'element' and 'tether' to Drop typings 2015-04-23 14:11:09 -04:00
Igor Ovsiannikov d72fa373ae feat(sequelize): add belongsToMany definition 2015-04-23 19:22:48 +03:00
John Reilly 51d426745a Merge pull request #4160 from rdennis/master
jQuery failsafe syntax
2015-04-23 16:22:06 +01:00
Robert Dennis dd393c9e0f Add tests for jQuery failsafe syntax 2015-04-23 10:12:44 -04:00
Horiuchi_H caee0398cb Merge pull request #4181 from damianog/master
added controllerAs property to modal service settings
2015-04-23 18:34:16 +09:00
Horiuchi_H 0a67fb5558 Merge pull request #4180 from Nemo157/node-uuid-buffers
Fix return types of UUID when a buffer is passed in
2015-04-23 18:32:23 +09:00
Damiano bbd0677ca3 added controllerAs property to modal service settings 2015-04-23 09:19:07 +02:00
Wim Looman fe695e9235 Make options values optional 2015-04-23 12:19:52 +12:00
Wim Looman b0253bbce0 Fix return types of UUID when a buffer is passed in 2015-04-23 12:13:11 +12:00
Igor Ovsiannikov 39d3517c6f feat(react): add DragEvent to react-addons.d.ts 2015-04-22 21:38:28 +03:00
vvakame 25da006de5 update CONTRIBUTORS.md 2015-04-23 00:46:17 +09:00
Masahiro Wakame 5f951b5fad Merge pull request #4178 from borisyankov/add-json-patch
add json-patch
2015-04-23 00:45:38 +09:00
vvakame 5b473fd078 add json-patch 2015-04-23 00:42:20 +09:00