We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb60ca commit cc8e1a0Copy full SHA for cc8e1a0
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# 0.2.2
2
+
3
+* Consider negative values in saturating add / sub
4
+* `impl TryFrom<UInt> for iN` for N = [8, 16, 32]
5
+* `impl TryFrom<Int> for uN` for N = [8, 16, 32]
6
+* Fix lax_deserialize accepting NaN
7
+* Support deserializing floats without fractional component
8
+* Add `usize` and `isize` `TryFrom` implementations
9
10
# 0.2.1
11
12
* Update crate metadata
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "js_int"
description = "JavaScript-interoperable integer types"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Jonas Platte <jplatte+git@posteo.de>"]
edition = "2018"
license = "MIT"
0 commit comments