Skip to content

Releases: noir-lang/noir_base64

v0.4.2

15 Jul 09:44
d5e0f35

Choose a tag to compare

0.4.2 (2025-07-15)

Bug Fixes

  • Don't use private to_be_radix from stdlib (#47) (6d6b289)

v0.4.1

10 Jun 12:19
c695b1e

Choose a tag to compare

0.4.1 (2025-06-10)

Bug Fixes

v0.4.0

13 Mar 11:48
9650e1d

Choose a tag to compare

0.4.0 (2025-02-25)

⚠ BREAKING CHANGES

  • vector optimizations (#39)

Features

v0.3.1

04 Dec 21:23
4d76dc9

Choose a tag to compare

0.3.1 (2024-12-04)

Bug Fixes

  • Add type declarations to globals (#29) (6edc173)

v0.3.0

30 Oct 18:07
ab4f222

Choose a tag to compare

0.3.0 (2024-10-30)

⚠ BREAKING CHANGES

  • add padding support & make it optional (#21)

Features

  • Add padding support & make it optional (#21) (d9bd959)
  • Add support for base64url alphabet (#24) (dfed9dd)

Bug Fixes

  • Formatting error in test with nightly compiler (#18) (4bc4c4b)

v0.2.3

17 Oct 13:21
eb933f2

Choose a tag to compare

0.2.3 (2024-10-17)

Bug Fixes

  • Reversed encoding/decoding and related errors (#14) (cc5b18a)

v0.2.2

11 Oct 10:53
4431d08

Choose a tag to compare

0.2.2 (2024-10-04)

Bug Fixes

  • Update to support noir 0.34.0 (#6) (367e2d4)

v0.2.1

11 Sep 18:48
e7a6a9e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

31 Jul 15:42
e018498

Choose a tag to compare

The previous versions of Noir allowed numeric generics of u64 types. In nargo 0.32.0, only numeric generics of u32 and smaller are allowed. This release is up to date with nargo v0.32.0.

initial release

16 Jul 22:05

Choose a tag to compare

it's a base64 encoding/decoding library. much encoding. much wow.