Skip to content

Commit cc8e1a0

Browse files
committed
Release 0.2.2
1 parent fdb60ca commit cc8e1a0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
# 0.2.1
211

312
* Update crate metadata

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "js_int"
33
description = "JavaScript-interoperable integer types"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
authors = ["Jonas Platte <jplatte+git@posteo.de>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)