File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ # [ # 0.2.1 (2020-11-11)] ( https://github.com/boa-dev/ryu-js/compare/v0.2.0...v0.2.1 )
4
+
5
+ Feature enhancements:
6
+
7
+ - [ FEATURE #11 ] ( https://github.com/boa-dev/ryu-js/pull/11 ) :
8
+ Null check in unsafe ` format32 ` and ` format64 ` (in debug mode). (@HalidOdat )
9
+
10
+ Bug fixes:
11
+
12
+ - BUG [ #12 ] ( https://github.com/boa-dev/ryu-js/pull/12 ) [ #13 ] ( https://github.com/boa-dev/ryu-js/pull/13 ) :
13
+ Documentation fixes (@HalidOdat )
14
+
3
15
# [ # 0.2.0 (2020-07-14) - ECMAScript compliant ` f32 ` conversions Release] ( https://github.com/boa-dev/ryu-js/compare/v0.1.0...v0.2.0 )
4
16
5
17
Feature enhancements:
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ryu-js"
3
- version = " 0.2.0 " # don't forget to update html_root_url
3
+ version = " 0.2.1 " # don't forget to update html_root_url
4
4
authors = [
" David Tolnay <[email protected] >" ,
" boa-dev" ]
5
5
license = " Apache-2.0 OR BSL-1.0"
6
6
description = " Fast floating point to string conversion, ECMAScript compliant."
Original file line number Diff line number Diff line change 65
65
//! notation.
66
66
67
67
#![ no_std]
68
- #![ doc( html_root_url = "https://docs.rs/ryu-js/0.2.0 " ) ]
68
+ #![ doc( html_root_url = "https://docs.rs/ryu-js/0.2.1 " ) ]
69
69
#![ cfg_attr( feature = "cargo-clippy" , allow( renamed_and_removed_lints) ) ]
70
70
#![ cfg_attr(
71
71
feature = "cargo-clippy" ,
You can’t perform that action at this time.
0 commit comments