Skip to content

Releases: phi-ag/argon2

v0.3.3

12 Oct 14:21
Compare
Choose a tag to compare

0.3.3 (2024-10-12)

Miscellaneous Chores

  • deps: update actions/cache digest to 2cdf405 (68cbedb)
  • deps: update actions/cache digest to 3624ceb (486b71d)
  • deps: update actions/checkout digest to eef6144 (40eac57)
  • deps: update codecov/codecov-action digest to b9fd7d1 (e5e9837)
  • deps: update dependency @types/node to v22.7.5 (faf9764)
  • deps: update dependency globals to v15.10.0 (afe4b47)
  • deps: update dependency globals to v15.11.0 (cbda302)
  • deps: update dependency typescript to v5.6.3 (f06a893)
  • deps: update dependency typescript-eslint to v8.8.1 (7ec88ba)
  • deps: update emscripten/emsdk docker tag to v3.1.69 (dd6dd9e)
  • deps: update eslint monorepo to v9.12.0 (39d424d)
  • deps: update phi-ag/run-playwright digest to 1e142a6 (d88c8e5)
  • deps: update playwright (c966638)
  • deps: update pnpm to v9.12.0 (5b11f5a)
  • deps: update pnpm to v9.12.1 (7e59ae6)
  • deps: update vitest monorepo to v2.1.2 (0dd69f7)
  • remove env from e2e test (deb65dc)

Continuous Integration

  • group playwright updates (1743401)

v0.3.2

01 Oct 11:25
Compare
Choose a tag to compare

0.3.2 (2024-10-01)

Miscellaneous Chores

  • allocate hash with correct length (6c871af)
  • deps: pin phi-ag/run-playwright action to 5f961ef (4260e42)
  • deps: update dependency @types/node to v22.7.4 (29a4d99)
  • deps: update dependency typescript-eslint to v8.8.0 (9684f59)
  • deps: update emscripten/emsdk docker tag to v3.1.68 (603091f)

Continuous Integration

  • use phi-ag/run-playwright for e2e tests (652ac78)

v0.3.1

27 Sep 12:39
Compare
Choose a tag to compare

0.3.1 (2024-09-27)

Miscellaneous Chores

  • add node and pnpm to sbom (eb1b969)
  • add node executable hashes to sbom (46ef133)
  • allow reading c-string from heap with specific length (f071116)
  • remove skipped benchmark output from readme (1815db5)
  • rename some variables in e2e test (fa01b01)
  • set sbom timestamp (ed1d2f0)

Continuous Integration

  • use specific ubuntu version for actions (f0622cc)

v0.3.0

27 Sep 08:20
Compare
Choose a tag to compare

0.3.0 (2024-09-27)

Features

Documentation

  • add vanilla js example and links to implementations (70589ac)

Miscellaneous Chores

  • deps: update dependency @types/node to v22.7.3 (8fcaed9)
  • link to clang cli flags reference (18f8e48)
  • nicer e2e test server (bfd1c95)
  • node version shipped with playwright doesn't support strip-types (ad168df)
  • remove unused e2e utils (16e8f2d)

Tests

  • add e2e test (fbd7d7c)
  • add second benchmark with fast options (45e85eb)

Continuous Integration

  • run e2e tests in check pipeline (1891094)

v0.2.3

26 Sep 16:27
Compare
Choose a tag to compare

0.2.3 (2024-09-26)

Miscellaneous Chores

  • deps: pin actions/attest-build-provenance action to 1c608d1 (1b56826)
  • deps: update dependency @types/node to v22.7.1 (a29ba5e)
  • deps: update dependency @types/node to v22.7.2 (a8c1da8)
  • import local files with js extension (fa23205)
  • simplify getting type from encoded string (2231c87)

Code Refactoring

Continuous Integration

  • attest wasm and attach to release (c18524d)
  • fix workflow trigger (de1aa57)

v0.2.2

25 Sep 03:08
Compare
Choose a tag to compare

0.2.2 (2024-09-25)

Miscellaneous Chores

  • deps: update dependency @types/node to v22.7.0 (cc0d62d)

Continuous Integration

  • run benchmark action for tags (edc9ce2)

v0.2.1

24 Sep 18:32
Compare
Choose a tag to compare

0.2.1 (2024-09-24)

Bug Fixes

  • handle a type from encoded edge case (83c2b3e)

Documentation

  • add coverage badge to readme (b01b205)
  • add link to cloudflare wasm example (05806ff)
  • document tryHash and tryVerify in readme (4800765)

Miscellaneous Chores

  • add benchmark (4770935)
  • add size badge (3638e3a)
  • deps: pin codecov/test-results-action action to 1b5b448 (1eb35d0)
  • enable emscripten strict mode (2872929)

Tests

  • better coverage for hash and verify (6c936cc)
  • generate coverage reports (f7aa252)

Continuous Integration

  • upload test results to codecov (b288087)

v0.2.0

24 Sep 12:23
Compare
Choose a tag to compare

0.2.0 (2024-09-24)

Features

  • add try hash and verify functions (001c22e)

Miscellaneous Chores

  • add hash and verify tests (46ea904)
  • deps: update dependency @types/node to v22.6.1 (e932397)
  • limit emscripten js api and use const enums (132d714)
  • move emscripten cache (9695e31)

v0.1.10

23 Sep 20:58
Compare
Choose a tag to compare

0.1.10 (2024-09-23)

Documentation

  • add deno and bun to readme (9387b9f)

Miscellaneous Chores

  • deps: update eslint monorepo to v9.11.1 (2b810b5)
  • increase initial heap size by one page (885ea32)

v0.1.9

23 Sep 18:51
Compare
Choose a tag to compare

0.1.9 (2024-09-23)

Documentation

Miscellaneous Chores

  • add package.json description, keywords and remove engine (28610d0)
  • deps: update dependency @types/node to v22.6.0 (af7a77d)
  • deps: update dependency typescript-eslint to v8.7.0 (7744222)