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 5f75674 commit e6d2acaCopy full SHA for e6d2aca
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.1.2
2
+
3
+* Implement `std::iter::Sum` and `std::iter::Product` for `Int` and `UInt`
4
+* Mention JavaScript's propsed BigInt type in documentation
5
6
# 0.1.1
7
8
* Add doctests for every inherent method of `Int` and `UInt`
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "js_int"
description = "JavaScript-interoperable integer types"
-version = "0.1.1"
+version = "0.1.2"
authors = ["Jonas Platte <[email protected]>"]
edition = "2018"
license = "MIT"
0 commit comments