21 Commits

Author SHA1 Message Date
7164391849 added nativescript key to existing package.json files and added package.json files where missing 2016-05-13 14:34:03 +03:00
a478b25e2c Minor spelling correction 2016-03-09 21:49:15 -05:00
5c35f33441 Added support for property change with same object instance (via WrappedValue). 2016-01-27 10:53:25 +02:00
1717b33622 Fixed Issue ##1235: ObservableArray does not raise its change event when its `length' property is set. 2015-12-11 13:21:12 +02:00
3c7ed4b85e Fixed issue with two way binding update. 2015-12-08 16:37:48 +02:00
070b01c544 Remove UTF-8 BOM's from package.json files 2015-12-01 15:37:14 +02:00
b207adc6cf setItem event fixed 2015-11-25 10:50:57 +02:00
355db039c9 Fixed two propertyChange event notifications. 2015-10-21 13:19:48 +03:00
d868642208 Fixed Issue #929. 2015-10-13 15:13:38 +03:00
b2966f1fbd Refer to current _map, not most recent _map 2015-10-13 11:14:52 +03:00
0b6ca23e25 BindingContext will be set before adding items to visual tree (ListView, Repeater). 2015-09-30 11:18:46 +03:00
c6c291c3ce Merge pull request #762 from NativeScript/add-and-removeEventListener-fixes
Add and remove event listener fixes
2015-09-18 13:54:25 +03:00
9fbcf5f143 Fix typescript 1.6 compile errors.
- Remove unknown properties in object literals.
- Don't use module-level `delete` statements.
2015-09-18 11:20:17 +03:00
b70f6edff2 throw error if event names is not string 2015-09-17 15:39:40 +03:00
a57d52a304 Added support for binding to multiple observable objects (properties). 2015-08-25 16:18:07 +03:00
f41d7b83a1 Resolved #322: Creating an Observable by passing a JSON object in the constructor does not define the respective properties on the Observable object instance. 2015-06-15 13:17:58 +03:00
e2780ec343 missing setter for observable array added 2015-05-11 11:12:15 +03:00
95ca8d9c8c Replace knownEvents modules with static strings. 2015-04-24 09:29:00 +03:00
7d15ae8249 Implemented Observable constructor that accepts JSON objects. 2015-03-24 12:26:17 +02:00
4152e66195 Observable array now fires property change for length property. 2015-03-05 14:55:16 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00