Skip to content

Releases: bruceharrison1984/bcrypt-edge

v0.0.6

14 May 16:10
e1b41aa
Compare
Choose a tag to compare

Commits

  • d3eca49: rewrite src/bcrypt/util/utf8.ts using TextDecoder (Seedgou) #12
  • 5652e66: Revert "import crypto from node:crypto instead of implicit" (Seedgou) #13
  • 12b39a8: bump version (Bruce Harrison) #14

v0.0.5

02 May 20:41
bf904fa
Compare
Choose a tag to compare
  • Pruned unnecessary deps from the package.json file
  • Import getRandomValues from node:crypto instead of an implicit global import

Commits

  • 9a2b859: prune deps (Bruce Harrison) #8
  • d252a21: remove dist folder from repo (Bruce Harrison) #8
  • 946e767: upgrade all deps (Bruce Harrison) #8
  • cbbc30d: import crypto from node:crypto instead of implicit (Bruce Harrison) #8
  • 6bd4eb1: bump version (Bruce Harrison) #9

v0.0.4

02 May 14:11
9926c43
Compare
Choose a tag to compare

This fixes some missing ESM info that prevented this package from being easily imported with tools like Vite.

Commits

  • 424e89c: add "type"="module" to treat files as ES modules (Jan Gregor) #6
  • 6716589: dist (gregorjan) #6
  • 9a2ce1d: bump version (Bruce Harrison) #7

v0.0.3

25 Sep 02:14
759942f
Compare
Choose a tag to compare

Commits

  • 81c7121: add badge to reademe (Bruce Harrison) #2
  • ff915aa: update readme (Bruce Harrison) #2
  • 3ed1641: add repo to package json (Bruce Harrison) #3
  • 0404a3d: update version (Bruce Harrison) #3

v0.0.2

22 Sep 20:42
fed7a8f
Compare
Choose a tag to compare

Commits

  • e411506: cleanup stuff (Bruce Harrison) #1
  • 2867f09: conversion to typed arrays everywhere (Bruce Harrison) #1
  • 1cf91f7: get low hanging fruit for speed increases (Bruce Harrison) #1

v0.0.1

22 Sep 18:03
Compare
Choose a tag to compare

This is the initial release. Hopefully many improvements to come.