Commit Graph

31 Commits

Author SHA1 Message Date
Tim Nolte
8a6dd4da1f Fixed adapterCtor to be defined as a Function not an Object in registerAdapter. Update breeze tests according to the new registerAdapter parameter count. 2014-01-09 08:30:46 -05:00
Tim Nolte
a85e855148 Updated the breeze.config declaration to spec a proper registerAdapter function. adapterCtor was missing as a parameter. 2014-01-08 14:14:02 -05:00
Basarat Syed
140cd16852 ts0.9.5 fix breezejs needed https://typescript.codeplex.com/workitem/1970 2013-12-06 14:24:58 +11:00
Jeffery Grajkowski
798dbfbf8f Converting ungeneric "Array" to "any[]"
TypeScript 0.9.5 beta does not allow generic type references without the type argument.  This code will still compile for 0.9.1 users.  Flight and Ember have further compile problems in 0.9.5 that I don't feel qualified to address as I'm not versed in those libraries.
2013-11-26 10:29:46 -08:00
vvakame
2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
basarat
bf283be094 breeze fix failing test 2013-09-10 21:13:51 +10:00
basarat
7182406224 breezejs : Update to 1.4.1 iceboxing old version to pull in new version closes PR#858 2013-08-26 21:35:14 +10:00
Boris Yankov
f677cca98d Multiple bool => boolean fixes 2013-08-07 18:02:05 +03:00
Neil Stalker
3dacaaa512 Fix some tests 2013-06-29 15:18:02 +01:00
Neil Stalker
26d671ccbd Fix definitions for TS 0.9 2013-06-28 22:14:33 +01:00
vcastro
6543a55f8f Updates to breeze.d.ts according to changes in Breeze 1.3.6:
-Added setDetached method to EntityAspect
-Changed the signature of EntityManager.importEntities to accept either a string or a JSON object.
2013-06-24 10:03:45 +01:00
vcastro
b8f655a096 Fixed typo in breeze.d.ts 2013-06-21 07:32:08 +01:00
vcastro
613809f5d8 Updated breeze.d.ts, durandal.d.ts and knockout.mapping.d.ts to better support TS 0.9. 2013-06-20 23:03:16 +01:00
vcastro
e03564697e Added helper specification to EntityManager 2013-06-07 14:31:00 +01:00
vcastro
3e2b27c9d0 Added setEntityTypeForResourceName method to the MetadataStore definition 2013-06-06 18:00:10 +01:00
iwhp
72eec5b19d Added the property [name] to NamingConvention 2013-04-18 11:10:57 +02:00
Diullei Gomes
e2567c2be0 breeze updated - 1.2.7 2013-03-29 11:36:15 -03:00
Diullei Gomes
9a070cd186 commit breeze reverted. I need to solve some bugs 2013-03-29 11:27:48 -03:00
Diullei Gomes
ec32cb2fa7 Merge pull request #431 from johnlantz/patch-4
Rename breeze-tests.ts to breeze-tests-1.0.ts
2013-03-29 07:13:55 -07:00
John Lantz
e0c46de382 Rename breeze-tests.ts to breeze-tests-1.0.ts
Updating per contribution guide.
2013-03-27 16:54:52 -07:00
John Lantz
860344d5e4 Rename breeze.d.ts to breeze-1.0.d.ts 2013-03-27 16:49:04 -07:00
Jaco Erasmus
b04dcfa3d8 Update breeze-tests.ts
Changed hasChanges event to hasChangesChanged as it was renamed in v1.1.0
2013-03-14 11:34:28 +02:00
Jaco Erasmus
86e4a94090 Added EntityManager.hasChangesChanged event
EntityManager.hasChanges event was renamed to EntityManager.hasChangesChanged in v1.1.0
2013-03-14 11:26:43 +02:00
Steve Fenton
c74ca9a5d9 Add createEntity method to EntityManager
Add createEntity method to EntityManager
2013-03-11 16:54:08 +00:00
Boris Yankov
209d95071a Update reference paths 2013-01-17 20:03:30 +02:00
Boris Yankov
9ca841da28 Remove old breeze definitions 2013-01-16 23:39:45 +02:00
Jay Traband
9c79d22fca Updated breeze.d.ts for breeze v 0.84.4 + associated tests 2013-01-16 10:39:48 -08:00
Boris Yankov
7c4f7ba0df Add modules to breeze.js definitions 2012-12-19 23:26:17 +02:00
Boris Yankov
7c82efb17a Update reference paths 2012-11-19 01:28:08 +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