-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Equality of Int8Array #16
Labels
Comments
github-actions bot
pushed a commit
that referenced
this issue
May 31, 2021
# [v1.4.0-beta.1](v1.3.0...v1.4.0-beta.1) (2021-05-31) ## ✨ New Features - [`ffe286c`](ffe286c) Add equality of Int8Array (Issues: [`#16`](#16)) - [`abbc99a`](abbc99a) Add equality of UIint8Array (Issues: [`#17`](#17)) - [`495666e`](495666e) Add equality of Uint8ClampedArray (Issues: [`#18`](#18)) - [`439993b`](439993b) Add equality of TypedArray (Issues: [`#19`](#19))
🎉 This issue has been resolved in version 1.4.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this issue
Jun 1, 2021
# [v1.4.0](v1.3.0...v1.4.0) (2021-06-01) ## ✨ New Features - [`ffe286c`](ffe286c) Add equality of Int8Array (Issues: [`#16`](#16)) - [`abbc99a`](abbc99a) Add equality of UIint8Array (Issues: [`#17`](#17)) - [`495666e`](495666e) Add equality of Uint8ClampedArray (Issues: [`#18`](#18)) - [`439993b`](439993b) Add equality of TypedArray (Issues: [`#19`](#19)) - [`dfb37b4`](dfb37b4) Add equality of ArrayBuffer (Issues: [`#20`](#20))
🎉 This issue has been resolved in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe. A clear and
concise description of what the problem is. Ex. I'm always frustrated when [...]
equal(new Int8Array(), new Int8Array())
// trueThe text was updated successfully, but these errors were encountered: