Thorsten Lünborg
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							6e46a574ed
							
						
					 | 
					
						
						
							
							fix(reactivity): ensure add/set on reactive collections return the proxy (#2534)
						
						
						
						
						
						
						
						fix #2530 
						
						
					 | 
					
						2020-11-27 14:16:00 -05:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Pick
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							fcf9b2cf19
							
						
					 | 
					
						
						
							
							fix(reactivity): should trigger collection's write-function correctly on non-reactive keys (#1992)
						
						
						
						
						
						
					 | 
					
						2020-09-14 21:31:04 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Pick
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							97bc30edad
							
						
					 | 
					
						
						
							
							perf(reactivity): avoid triggering Map.has twice on non-reactive keys (#1972)
						
						
						
						
						
						
					 | 
					
						2020-08-26 11:41:18 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Evan You
							
						 
					 | 
					
						
						
						
						
							
						
						
							5c74243211
							
						
					 | 
					
						
						
							
							test: move mockWarn into setup files
						
						
						
						
						
						
					 | 
					
						2020-07-27 22:58:51 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								doly mood
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							d3c436ae2e
							
						
					 | 
					
						
						
							
							feat(types): mixins/extends support in TypeScript (#626)
						
						
						
						
						
						
					 | 
					
						2020-06-09 10:37:00 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								龙腾道
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							e08f6f0ede
							
						
					 | 
					
						
						
							
							fix(reactivity): use correct thisArg for collection method callbacks (#1132)
						
						
						
						
						
						
					 | 
					
						2020-05-06 13:41:34 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Evan You
							
						 
					 | 
					
						
						
						
						
							
						
						
							5dcc645fc0
							
						
					 | 
					
						
						
							
							fix(reactivity): track reactive keys in raw collection types
						
						
						
						
						
						
						
						Also warn against presence of both raw and reactive versions of the
same object in a collection as keys.
fix #919 
						
						
					 | 
					
						2020-04-04 12:57:22 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Evan You
							
						 
					 | 
					
						
						
						
						
							
						
						
							45ba06ac5f
							
						
					 | 
					
						
						
							
							fix(reactivity): should not trigger map keys iteration when keys did not change
						
						
						
						
						
						
						
						fix #877 
						
						
					 | 
					
						2020-03-24 12:43:06 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Evan You
							
						 
					 | 
					
						
						
						
						
							
						
						
							cc69fd72e3
							
						
					 | 
					
						
						
							
							fix(reactivity): Map/Set identity methods should work even if raw value contains reactive entries
						
						
						
						
						
						
						
						fix #799 
						
						
					 | 
					
						2020-03-06 11:10:02 -05:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Evan You
							
						 
					 | 
					
						
						
						
						
							
						
						
							e1c9153b9e
							
						
					 | 
					
						
						
							
							fix(reactivity): trigger iteration effect on Map.set
						
						
						
						
						
						
						
						fix #709 
						
						
					 | 
					
						2020-02-18 00:09:24 -05:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								likui
							
						 
					 | 
					
						
						
						
						
							
						
						
							63a6563106
							
						
					 | 
					
						
						
							
							fix(reactivity): should delete observe value (#598)
						
						
						
						
						
						
						
						fix #597 
						
						
					 | 
					
						2020-01-13 17:11:49 -05:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Mayness
							
						 
					 | 
					
						
						
						
						
							
						
						
							18a349ce8c
							
						
					 | 
					
						
						
							
							fix(reactivity): account for NaN in value change checks (#361)
						
						
						
						
						
						
					 | 
					
						2019-10-23 11:53:43 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Cr
							
						 
					 | 
					
						
						
						
						
							
						
						
							246cad7459
							
						
					 | 
					
						
						
							
							fix(reactivity): Map.set should trigger when adding new entry with undefined value (#364)
						
						
						
						
						
						
					 | 
					
						2019-10-23 11:00:55 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								夜宴
							
						 
					 | 
					
						
						
						
						
							
						
						
							8d10096d24
							
						
					 | 
					
						
						
							
							test(reactivity): check for key in entries iteration (#152)
						
						
						
						
						
						
					 | 
					
						2019-10-08 11:00:20 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alexander Zibert
							
						 
					 | 
					
						
						
						
						
							
						
						
							4605f43b95
							
						
					 | 
					
						
						
							
							test(reactivity): fixed small copy & paste error (#140)
						
						
						
						
						
						
					 | 
					
						2019-10-06 20:18:47 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Carlos Rodrigues
							
						 
					 | 
					
						
						
						
						
							
						
						
							600ec5de42
							
						
					 | 
					
						
						
							
							chore: improve typings in reactivity tests (#96)
						
						
						
						
						
						
					 | 
					
						2019-10-05 10:39:40 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Evan You
							
						 
					 | 
					
						
						
						
						
							
						
						
							aacad85058
							
						
					 | 
					
						
						
							
							test: fix reactivity tests
						
						
						
						
						
						
					 | 
					
						2019-08-20 09:58:10 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Evan You
							
						 
					 | 
					
						
						
						
						
							
						
						
							caba6d5c9e
							
						
					 | 
					
						
						
							
							wip: state -> reactive, value -> ref
						
						
						
						
						
						
					 | 
					
						2019-08-16 09:42:46 -04:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Evan You
							
						 
					 | 
					
						
						
						
						
							
						
						
							471899af8b
							
						
					 | 
					
						
						
							
							refactor: rename reactivity package name and APIs
						
						
						
						
						
						
					 | 
					
						2019-06-11 23:50:28 +08:00 | 
					
					
						
						
							
							
							
						
					 |