Skip to content

Releases: t-webber/random-json

v0.1.2-rc

05 May 08:45
82144d0

Choose a tag to compare

v0.1.2-rc Pre-release
Pre-release

Install random-json 0.1.2-rc

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/t-webber/fake-json/releases/download/v0.1.2-rc/random-json-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/t-webber/fake-json/releases/download/v0.1.2-rc/random-json-installer.ps1 | iex"

Download random-json 0.1.2-rc

File Platform Checksum
random-json-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
random-json-x86_64-apple-darwin.tar.xz Intel macOS checksum
random-json-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
random-json-x86_64-pc-windows-msvc.zip x64 Windows checksum
random-json-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
random-json-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
random-json-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.1.2-rc.1

05 May 09:34
3d6bfcc

Choose a tag to compare

0.1.2-rc.1 Pre-release
Pre-release

Release Notes

First release with release notes.

Install random-json 0.1.2-rc.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/t-webber/random-json/releases/download/0.1.2-rc.1/random-json-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/t-webber/random-json/releases/download/0.1.2-rc.1/random-json-installer.ps1 | iex"

Download random-json 0.1.2-rc.1

File Platform Checksum
random-json-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
random-json-x86_64-apple-darwin.tar.xz Intel macOS checksum
random-json-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
random-json-x86_64-pc-windows-msvc.zip x64 Windows checksum
random-json-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
random-json-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
random-json-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

v0.1.1

07 Oct 22:24

Choose a tag to compare

Adds the possibility of seeding the output with the --seed argument.

v0.0.1

28 Aug 19:46

Choose a tag to compare

v0.0.1 Pre-release
Pre-release
fix(usage.md): video too large for github