You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
					
						
							2.9 KiB
						
					
					
				
			
		
		
	
	
							2.9 KiB
						
					
					
				Changelog
3.2.0 (2020-05-28)
3.1.0 (2020-05-08)
- #76. Add support for preact/compat.
- #75. Drop test support for Node 8.
- #62. Fix TypeScript types by declaring a function instead of a module.
3.0.2 (2020-05-01)
- #71. Extend the hasArrayBuffercheck to support older IE 11 versions.
3.0.1 (2020-02-05)
- #60. Update documentation on bundle size.
3.0.0 (2020-01-05)
Features:
- #36. Update to fast-deep-equal@3.1.1with modified support for ES.next data types:Map,Set,ArrayBuffer.
- #57. Minor refactoring to reduce min+gz size.
- #59. Rename exported to isEqualfor TypeScript users.
Breaking changes:
- instances of different classes are now considered unequal
- support for ES6 Map and Set instances
- support for ES6 typed arrays
Infrastructure:
- Upgrade lots of devDependenices
- Use fast-deep-equaltests directly in our correctness tests.
- Update CI to modern Node.js versions.
- Update Appveyor to use straight IE11 (not emulated IE9) because mocha no longer runs in IE9.
2.0.4 (2018-11-09)
- #39. Fix react-nativebug introduced by DOM element checking.
2.0.3 (2018-11-08)
- #33. Add handling for DOM elements. Thanks @viper1104!
2.0.2 (2018-08-21)
2.0.1 (2018-06-25)
- #26. Remove _storecheck. Thanks @chen-ye!
Major bugfix: Fixes RangeError in production, #25
2.0.0 (2018-06-04)
- #21. Upgrade to fast-deep-equal@2.0.1. Thanks @samwhale!
Breaking changes:
- nulland- Objectcomparison
- new behavior: functions are no longer treated as equal
- new behavior: handle NaN
1.0.0 (2018-04-12)
- Initial release. forked from fast-deep-equal@1.1.0