83ff2426bc 
								
							 
						 
						
							
							
								
								fix: mf parse range not compat with safari  
							
							
							
						 
						
							2024-12-18 20:50:18 +03:00  
				
					
						
							
							
								 
						
							
								e10dcf597e 
								
							 
						 
						
							
							
								
								fix: types  
							
							
							
						 
						
							2024-10-24 06:02:20 +03:00  
				
					
						
							
							
								 
						
							
								1805436d3b 
								
							 
						 
						
							
							
								
								fix: types  
							
							
							
						 
						
							2024-08-07 21:59:26 +03:00  
				
					
						
							
							
								 
						
							
								ac0bd21801 
								
							 
						 
						
							
							
								
								style: improve style of code  
							
							
							
						 
						
							2024-08-02 19:32:14 +03:00  
				
					
						
							
							
								 
						
							
								500ee96dcb 
								
							 
						 
						
							
							
								
								style: improve style of code  
							
							
							
						 
						
							2024-08-02 19:32:14 +03:00  
				
					
						
							
							
								 
						
							
								5725254415 
								
							 
						 
						
							
							
								
								style: improve style of code  
							
							
							
						 
						
							2024-08-02 19:32:14 +03:00  
				
					
						
							
							
								 
						
							
								a592b62686 
								
							 
						 
						
							
							
								
								style: improve style of code  
							
							
							
						 
						
							2024-08-02 19:32:14 +03:00  
				
					
						
							
							
								 
						
							
								8c468327b8 
								
							 
						 
						
							
							
								
								fix: correct tidle range's computation  
							
							
							
						 
						
							2024-06-05 08:20:41 +05:30  
				
					
						
							
							
								 
						
							
								412ae5425e 
								
							 
						 
						
							
							
								
								chore: udpate prettier to v3  
							
							
							
						 
						
							2024-01-14 07:11:34 +05:30  
				
					
						
							
							
								 
						
							
								8273948d9d 
								
							 
						 
						
							
							
								
								chore: improve eslint configuration  
							
							
							
						 
						
							2024-01-13 16:35:31 +03:00  
				
					
						
							
							
								 
						
							
								cc734af66e 
								
							 
						 
						
							
							
								
								refactor(types): more  
							
							
							
						 
						
							2023-06-22 02:45:07 +03:00  
				
					
						
							
							
								 
						
							
								fe65ecdc35 
								
							 
						 
						
							
							
								
								chore: fix types  
							
							
							
						 
						
							2023-04-21 19:22:33 +03:00  
				
					
						
							
							
								 
						
							
								3b55455b26 
								
							 
						 
						
							
							
								
								improve parseRange, add test cases  
							
							... 
							
							
							
							- parse "NaN" as string part
- allow more whitespaces in hyphen 
							
						 
						
							2022-02-01 10:57:42 +03:00  
				
					
						
							
							
								 
						
							
								1ab1d0104c 
								
							 
						 
						
							
							
								
								accept whitespaces after semver range operators  
							
							
							
						 
						
							2022-01-28 14:24:05 +01:00  
				
					
						
							
							
								 
						
							
								1a584d3148 
								
							 
						 
						
							
							
								
								ensure all successful compiled modules are persistent cached  
							
							... 
							
							
							
							fix some test cases and code to ensure this is true 
							
						 
						
							2021-02-23 15:36:53 +01:00  
				
					
						
							
							
								 
						
							
								6e71413a3e 
								
							 
						 
						
							
							
								
								generate runtime code with special-lint-fix  
							
							... 
							
							
							
							verify runtime code in CI 
							
						 
						
							2020-08-05 08:45:51 +02:00  
				
					
						
							
							
								 
						
							
								f3688dfb57 
								
							 
						 
						
							
							
								
								fix: minified versionLt did not match the original function  
							
							
							
						 
						
							2020-08-04 20:08:05 +10:00  
				
					
						
							
							
								 
						
							
								92472698d7 
								
							 
						 
						
							
							
								
								fix edge case of string with number compare  
							
							
							
						 
						
							2020-07-02 16:10:04 +02:00  
				
					
						
							
							
								 
						
							
								67acac367b 
								
							 
						 
						
							
							
								
								fix logic handling build version  
							
							... 
							
							
							
							build version should be ignored in matching ranges 
							
						 
						
							2020-07-02 16:10:01 +02:00  
				
					
						
							
							
								 
						
							
								2689d026b1 
								
							 
						 
						
							
							
								
								refactor semver logic to be internal  
							
							... 
							
							
							
							share scope uses string version instead of parsed one 
							
						 
						
							2020-07-02 16:09:57 +02:00  
				
					
						
							
							
								 
						
							
								7ef92097b4 
								
							 
						 
						
							
							
								
								Size optimization  
							
							
							
						 
						
							2020-07-02 16:09:48 +02:00  
				
					
						
							
							
								 
						
							
								33945ad2b3 
								
							 
						 
						
							
							
								
								fix matching of string version in prerelease ranges  
							
							... 
							
							
							
							versions are in a contiguous range of:
0, 1, ..., 9, 10, 11, ..., 100, ..., a, b, c, ..., alpha, ..., beta, ..., etc, ... 
							
						 
						
							2020-07-02 16:09:48 +02:00  
				
					
						
							
							
								 
						
							
								3fcd5f9bc5 
								
							 
						 
						
							
							
								
								add full Semantic Versioning for Shared Modules  
							
							... 
							
							
							
							change storage format in the share scope
choose shared module deterministic from the same origin
remove array syntax from version and requiredVersion in schema 
							
						 
						
							2020-07-02 16:09:39 +02:00