KhodeN
b0aa332627
Update sugar.d.ts
...
argument 'all' is optional for `String.capitalize`
2013-12-29 17:22:54 +11:00
Diullei Gomes
75db15e978
Merge pull request #1202 from KhodeN/patch-2
...
Update sugar.d.ts: fix 'short', 'long', 'full' methods of Date
2013-11-10 21:09:09 -08:00
KhodeN
e7c8563bed
Update sugar.d.ts: fix 'short', 'long', 'full' methods of Date
...
Those methods support optional locale argument.
2013-10-30 17:33:55 +11:00
KhodeN
f8ef519140
Update sugar.d.ts
...
Fix Array.subtract
2013-10-30 17:07:53 +11:00
gstamac
cb822a64a3
Sugar: commented out some code that produced "RangeError: Maximum call stack size exceeded" (TSC bug)
2013-08-23 20:07:45 +02:00
gstamac
d04613e640
Sugar: bool changed to boolean
2013-08-23 19:37:03 +02:00
jbaldwin
6577db67c7
Fixed issues from pull request on DefinitelyTyped
...
Removed sugar-tests.ts, it has an encoding problem that I need to fix (
uses non-ascii characters and the TS compiler chokes on them)
2013-08-20 20:40:12 -06:00
jbaldwin
f6c5a200e5
Upgraded jbaldwin projs to 0.9.1.0
2013-08-19 16:19:56 -06:00
Boris Yankov
12f71331b1
Fix sugar definitions
2013-08-07 19:09:22 +03:00
Boris Yankov
f677cca98d
Multiple bool => boolean fixes
2013-08-07 18:02:05 +03:00
Boris Yankov
dd35f69637
Big replacement: bool with boolean
2013-08-07 16:59:39 +03:00
Duncan Brown
a9cb852749
Generic Arrays
...
Generic types now flow through array methods.
Removed definitions for indexOf, lastIndexOf, reduce & reduceRight as
lib.d.ts already defines them and sugar does not add anything.
Added tests for arrays.
Fixed encoding in tests.
2013-08-05 21:06:59 +01:00
Diullei Gomes
a2e14594b0
sugar.d.ts tests fixed.
2013-02-28 21:32:03 -03:00
jbaldwin
ffb04dec5b
Renamed sugar-tests, added underscore-typed-tests
2013-02-25 20:32:31 -07:00
jbaldwin
38536b09d5
Updated box2d, underscore, sugar
...
box2dweb-2.1.d.ts -> JSDoc
sugar-1.3.9.d.ts -> JSDoc (in progress)
sugar-test.ts (added)
underscore-typed.d.ts (1.4.4, JSDoc)
underscore-typed-1.4.3.d.ts (JSDoc)
underscore-typed-1.4.2.d.ts (JSDoc)
2013-02-24 23:35:23 -07:00
Boris Yankov
c98eebb137
Rename all definition files, remove versions
2013-01-17 17:17:27 +02:00
Boris Yankov
c91c45f9ae
Move definitions and test in separate folders
...
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00