This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
Releases: boywithkeyboard-archive/bytes-OLD
Releases · boywithkeyboard-archive/bytes-OLD
v2.1.1
v2.1.0
New Features
-
added support for Deno
import bytes from 'https://deno.gg/bytes' bytes('25 KB') // 25000
v2.0.0
Breaking Changes
- you now need to use node.js v18.
New Features
-
you can now choose your desired prefix.
import bytes from '@azury/bytes' bytes('25 KiB') // 25*1024 bytes('25 Kibibytes') // 25*1024 bytes(61217, { prefix: 'metric' }) // 61.22 KB bytes(61217, { prefix: 'binary' }) // 59.78 KiB bytes(61217) // 61.22 KB
v1.0.3
Changes
- adjust
repository
in package.json
v1.0.2
Changes
- migrate package to
@azury
v1.0.1
Bug Fixes
- add missing
main
field to package.json - remove non-existent
jest.config.ts
from being included in compilation
Changes
- remove changesets
- replace
rimraf
with@unvented/empty
v1.0.0
Published @unvented/bytes
.