7763 Commits
Author SHA1 Message Date
Masahiro Wakame d05ac3bfcc Merge pull request #3404 from jt000/master
Adding direct error manipulation methods to ko validation
2015-01-03 22:40:20 +09:00
Masahiro Wakame 162474cc78 Merge pull request #3403 from YakupIpek/patch-2
last_location property was missed
2015-01-03 22:34:53 +09:00
Masahiro Wakame 66074837d7 Merge pull request #3400 from borisyankov/apply-definition-tester-0.2.0
Apply definition tester 0.2.0
2015-01-03 22:31:18 +09:00
dcrusader 85388e0177 Knockout mapping observable array functions
Knockout adds mapped versions of remove/destroy and adds "mappedCreate"
2015-01-02 13:45:14 -08:00
Jason Tremper 4c15a666c9 Adding direct error manipulation methods to ko validation 2015-01-02 13:51:38 -05:00
YakupIpek 996767ec52 last_location property was missed 2015-01-02 17:49:35 +02:00
Panu Horsmalahti a7852e85fd Add github url 2015-01-02 15:55:06 +02:00
Panu Horsmalahti c8f3bc75d4 Move the node dependency to protobuf.d.ts from tests 2015-01-02 15:51:20 +02:00
Panu Horsmalahti c8d2e04659 Fix the tests and export interfaces 2015-01-02 15:48:06 +02:00
Panu Horsmalahti 8f6b1c8718 Add initial type definitions for ProtoBuf.js 2015-01-02 15:41:40 +02:00
Masahiro Wakame ec6e0ae952 Merge pull request #3401 from borisyankov/rm-not-required-tscparams
remove not required tscparams
2015-01-02 20:52:32 +09:00
vvakame 070fd9d268 remove not required tscparams 2015-01-02 20:48:15 +09:00
vvakame 07358775d8 remove _infrastructure/ dir 2015-01-02 20:34:25 +09:00
vvakame 94d0fbc916 update project dependencies 2015-01-02 20:34:10 +09:00
vvakame 621f660050 update CONTRIBUTORS.md 2015-01-02 20:15:56 +09:00
Masahiro Wakame ce2eedfad1 Merge pull request #3399 from panuhorsmalahti/node-zeromqbuffer
Fix node-zeromq ArrayBuffer type to Buffer
2015-01-02 20:14:30 +09:00
Masahiro Wakame 7c37753502 Merge pull request #3398 from optical/oboe
Oboe
2015-01-02 20:12:50 +09:00
Masahiro Wakame 7778ededb2 Merge pull request #3397 from YakupIpek/patch-1
Parameterless last method should return _ChainSingle
2015-01-02 20:09:19 +09:00
Masahiro Wakame 77cfe764fb Merge pull request #3396 from wmaurer/patch-1
Update jasmine.d.ts
2015-01-02 20:07:30 +09:00
Masahiro Wakame 367b7bfbaf Merge pull request #3395 from tmikov/master
log4js: add missing Logger methods
2015-01-02 20:06:05 +09:00
Panu Horsmalahti 17910ab391 Fix node-zeromq ArrayBuffer type to Buffer 2015-01-02 11:17:03 +02:00
Jared 99471289d7 Fix header and make use of tabs consistent in both tests and definition. 2015-01-02 20:18:09 +13:00
Jared 172f92448a Add typings for oboe. 2015-01-02 20:07:55 +13:00
YakupIpek 04b66146ac Parameterless last method returns _ChainSingle 2015-01-02 07:19:07 +02:00
Wayne Maurer 43e0a7923e Update jasmine.d.ts
Focused specs have been in jasmine-core since version 2.1
2014-12-31 22:38:38 +01:00
Tzvetan Mikov 99c8fe848d log4js: add missing Logger methods
Add Logger.isLevelEnabled(level) and Logger.isLEVELEnabled()
2014-12-31 13:31:53 -08:00
Masahiro Wakame 9872b853d6 Merge pull request #3391 from theodorejb/qunit-v1.16
Initial support for QUnit v1.16
2014-12-31 13:01:54 +09:00
Masahiro Wakame 6959dc430e Merge pull request #3384 from alphaleonis/marionette.2.3.0
Updated marionette.js to comply with version 2.3.0.
2014-12-31 09:58:13 +09:00
Masahiro Wakame cc9db8eb55 Merge pull request #3390 from BibbyChung/master
Updated xregexp.d.ts
2014-12-31 09:51:17 +09:00
Lionel Besson c0db78aeb5 updates to the web audio api
- use typed arrays
- add missing getByteFloatTimeDomainData
- decodeAudioData callbacks signatures
2014-12-30 21:42:24 +01:00
Lionel Besson eeb5e0eafc reference mediastream when relevant 2014-12-30 18:21:31 +01:00
Theodore Brown e0dac065a3 Initial support for QUnit v1.16 2014-12-29 23:24:55 -06:00
Bibby 1cef384b4f modified xregexp.d.ts
=======================================================
// Matchception: Finding matches within matches, while passing forward and
// returning specific backreferences
html = '<a href="http://xregexp.com/api/">XRegExp</a>' +
       '<a href="http://www.google.com/">Google</a>';
XRegExp.matchChain(html, [
  {regex: /<a href="([^"]+)">/i, backref: 1},
  {regex: XRegExp('(?i)^https?://(?<domain>[^/?#]+)'), backref: 'domain'}
]);
// -> ['xregexp.com', 'www.google.com']
2014-12-30 00:32:11 +08:00
Masahiro Wakame ca32947b75 Merge pull request #3388 from spicypixel/hotfix/executesql-error-callback
Fix executeSql errorCallback return type
2014-12-29 21:26:29 +09:00
Masahiro Wakame 22d6468955 Merge pull request #3389 from panuhorsmalahti/urlmatcherfactory
Add the type function to angular ui-router url matcher factory
2014-12-29 21:24:18 +09:00
Masahiro Wakame 0436817e4e Merge pull request #3385 from odangosan/milkcocoa
Add milkcocoa.d.ts and milkcocoa-tests.ts
2014-12-29 21:08:44 +09:00
Peter Palotas 73604e393a - Added some more missing type annotations. 2014-12-29 11:33:25 +01:00
Peter Palotas 02347482ba - Added a bunch of missing type annotations. 2014-12-29 11:29:36 +01:00
Peter Palotas a5366e6012 Changed declaration of Backbone.Router.routes. This is not neccessarily a function, but may also be a simple hash. 2014-12-29 11:13:58 +01:00
Peter Palotas 02e28cc4b2 Added more tests to Marionette.js 2014-12-29 11:10:56 +01:00
Panu Horsmalahti 9a4a67a24c Add the type function to angular ui-router url matcher factory 2014-12-29 11:23:25 +02:00
Aaron Oneal 6830f2b0c2 The executeSql errorCallback may optionally return a boolean value to indicate whether to continue executing statements (false) or to rollback the transaction (true or void). 2014-12-28 22:12:44 -08:00
Peter Palotas 6689de6b7f Removed property accessors from test-file since this wasn't liked by CI build. 2014-12-29 00:31:10 +01:00
Peter Palotas 99fcfbd221 Added missing method attachHtml to Region class.
Added initial tests.
2014-12-29 00:28:49 +01:00
Peter Palotas 6e46947d53 Added Marionette.Behavior and Marionette.Behaviors classes (new in Marionette 2.XX).
Modified ui property to not neccessarily be a function (it can also be a hash).
2014-12-28 23:54:57 +01:00
Peter Palotas 7b61a5d2f5 Added documentation to Marionette.Application.
Added documentation to Marionette functions.
Added some typings.
2014-12-28 22:46:00 +01:00
Peter Palotas 2875e9f1b7 Added documentation to Marionette.AppRouter. Also made option keys optional since they are not mandatory. 2014-12-28 22:30:56 +01:00
Peter Palotas ad8e1cc5d6 Added documentation to Marionette.LayoutView. 2014-12-28 22:24:56 +01:00
Peter Palotas b9f410e024 - Added documentation to Marionette.CompositeView.
- Added event callback definitions.
- Updated for Marionette 2.3.0.
2014-12-28 21:05:30 +01:00
Peter Palotas 6df70bcd91 - Added documentation to Marionette.CollectionView.
- Fixed many errors in the definition so that it now conforms to version 2.3.0 of Marionette.
2014-12-28 20:58:29 +01:00