Skip to content

Releases: sitkevij/hex

v0.6.0

02 Jan 00:27
Compare
Choose a tag to compare

Features

  • Feature to optionally hide 0x prefixing (#64)

Miscellaneous Tasks

  • Update ga ci and stale yml
  • Use IsTerminal
  • Ga automated generation of debian build artifacts with README update
  • Update tests, stale messaging

v0.5.0

20 Nov 07:41
Compare
Choose a tag to compare

Changelog

Documentation

  • Update readme, add manual in markdown format, add makefile for manual generation, add lorem test file
  • Readme update, markdown lint config
  • Update readme badging

Features

  • Increment project version, new clap implementation, improved error handling

Miscellaneous Tasks

  • Remove lib ref in main, add dev tools, update .gitignore
  • Resolve clippy bool_assign
  • Latest gh actions, update ci build name, update docker build and readme

v0.4.2-release

28 Aug 20:14
8acc552
Compare
Choose a tag to compare
  • #60 chore: increment release version
  • feat: colorize ascii for easier visual mapping of bytes to chars
  • docs: add installation instructions for Arch Linux

v0.4.1-release

23 Feb 16:56
959f88d
Compare
Choose a tag to compare

Add Swift array support 281d3b4
#53 resolve new clippy lint print_literal 812545e
Merge pull request #52 from jerekapyaho/swift-array 5097454
Merge pull request #54 from sitkevij/issue/53-clippy-lint b1708bc
0.4.1 version increment 12ad49e
README format 6ff37da
#56 daily ci job for nightly rust builds b5733df
chore: update debian release path 2bba305

v0.4.0-release

22 Nov 20:19
b0a844a
Compare
Choose a tag to compare

#48 support feature isatty on stdout
94cee26

#48 adjust cli tests, assert may have unexpected results depending on…
42f0a01

#48 add debian install to readme, update gha for pull_request, update…
40f667a

#48 gha update hyperfine ignore error
0f9d4dd

#50 NO_COLOR support, update Cargo.toml include
4acf227

#48 re-order colorize logic, update docker and add new gha
df0281d

#50 update README, Dockerfile
2d7f73e

chore: bump clap to 2.33 and ansi_term 0.12
d7d381f

v0.3.2-release

09 Nov 16:41
2e34704
Compare
Choose a tag to compare
  • #40 suppress broken pipe reporting
  • feature: add output arrays for python, kotlin, and java
  • ci: #44 support tarpaulin
  • trivial: #38 : update Cargo.toml category

v0.3.1-x86_64-apple-darwin

29 Oct 15:07
de4c13e
Compare
Choose a tag to compare

#22 resolve param ordering
#28 ensure --len does not crash or hang
#27 properly handle invalid paths
#34 add cli integration tests to lib.rs and dev-dependencies
#35 colorize error output

v0.3.0-x86_64-apple-darwin

21 Apr 05:22
8d531a3
Compare
Choose a tag to compare

support for stdin

v0.1.3-x86_64-apple-darwin

08 Jan 15:24
93b11a8
Compare
Choose a tag to compare
  • improve cli user feedback when no command parameters present
  • provide Makefile for development, build, and release workflow

v0.1.2-x86_64-apple-darwin

24 Apr 13:53
Compare
Choose a tag to compare
  • Consistent --help documentation
  • allow only certain values to cli input
  • add ability to enable or disable color terminal output