mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 13:05:49 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			1.1 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.1 KiB
		
	
	
	
	
	
	
	
@xrplf/secret-numbers (xrpl-secret-numbers) Release History
Subscribe to the xrpl-announce mailing list for release announcements. We recommend that @xrplf/secret-numbers users stay up-to-date with the latest stable release.
Unreleased
1.0.0 (2024-02-01)
BREAKING CHANGES:
xrpl-secret-numbersis now@xrplf/secret-numbers.- The bundled file produced changed from  
dist/browerified.jstobuild/xrplf-secret-numbers-latest.js. - Bundle variable is 
xrplf_secret_numbersinstead of using browserify's loader. - 
- Moved all methods that were on 
Utilsare now individually exported. 
 - Moved all methods that were on 
 Bufferhas been replaced withUInt8Arrayfor both params and return values.Buffermay continue to work with params since they extendUInt8Arrays.
Non-Breaking Changes
- Add 
xrpl-secret-numbersby @WietseWind to the mono repo. unpkgandjsdelivrsupport was simplified.- Unit tests run in a browser and node.
 - Remove 
brorandas a dependency and use@xrplf/isomorphicinstead. - Eliminates 4 runtime dependencies: 
base-x,base64-js,buffer, andieee754.