@@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.2.8] - 2022-10-20
8+ ### Changed
9+ - The [ Web Cryptography API] will now be preferred on ` wasm32-unknown-unknown `
10+ when using the ` "js" ` feature, even on Node.js [ #284 ] [ #295 ]
11+
12+ ### Added
13+ - Added benchmarks to track buffer initialization cost [ #272 ]
14+
15+ ### Fixed
16+ - Use ` $crate ` in ` register_custom_getrandom! ` [ #270 ]
17+
18+ ### Documentation
19+ - Add information about enabling ` "js" ` feature [ #280 ]
20+ - Fix link to ` wasm-bindgen ` [ #278 ]
21+ - Document the varied implementations for underlying randomness sources [ #276 ]
22+
23+ [ Web Cryptography API ] : https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API
24+ [ #284 ] : https://github.com/rust-random/getrandom/pull/284
25+ [ #295 ] : https://github.com/rust-random/getrandom/pull/295
26+ [ #272 ] : https://github.com/rust-random/getrandom/pull/272
27+ [ #270 ] : https://github.com/rust-random/getrandom/pull/270
28+ [ #280 ] : https://github.com/rust-random/getrandom/pull/280
29+ [ #278 ] : https://github.com/rust-random/getrandom/pull/278
30+ [ #276 ] : https://github.com/rust-random/getrandom/pull/276
31+
732## [ 0.2.7] - 2022-06-14
833### Changed
934- Update ` wasi ` dependency to ` 0.11 ` [ #253 ]
@@ -306,6 +331,7 @@ Publish initial implementation.
306331## [ 0.0.0] - 2019-01-19
307332Publish an empty template library.
308333
334+ [ 0.2.8 ] : https://github.com/rust-random/getrandom/compare/v0.2.7...v0.2.8
309335[ 0.2.7 ] : https://github.com/rust-random/getrandom/compare/v0.2.6...v0.2.7
310336[ 0.2.6 ] : https://github.com/rust-random/getrandom/compare/v0.2.5...v0.2.6
311337[ 0.2.5 ] : https://github.com/rust-random/getrandom/compare/v0.2.4...v0.2.5
0 commit comments