This repository has been archived by the owner on May 25, 2024. It is now read-only.
Releases: glatan/typed_numeric_deno
Releases · glatan/typed_numeric_deno
Release 0.5.0
New
- TypedVector: Add copyWithing method.
- TypedVector: fromTypedArray method renamed to from and support more types.
Others
- Depends: Update std to 0.55.0 from 0.54.0
- TypedNumeric, TypedVector: Refactoring
Release 0.4.1
- Refactoring
- bugfix: "concat" overwrite the instance
Release 0.4.0
-
TypedVector: Add include, indexOf, join, lastIndexOf, toString
-
TypedVector: Change the return value of concat from Vector to TypedVector
-
Refactoring
Release 0.3.1
- TypedNumeric: Set default value 0.
- TypedVector: Add reverse method.
- TypedVector: Change the return value from Vector to TypedVector.
- TypedVector: Set default length 0.
- Other: Update README.md.
Release 0.3.0
- Add TypedVector
- Update std: 0.53.0 => 0.54.0
Release 0.2.1
- Refactoring
Release 0.2.0
- add Int{8, 16, 32, 64, 128, 256}
- fromBeBytes and fromLeBytes changed to static method
Release 0.1.0
- Add Uint{8, 16, 32, 64, 128, 256}