Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@deankarn deankarn released this 24 Oct 02:05
ed525ff

Added

  • New len, strip, sum and trim Actions.
  • Actions reference to README.

Changed

  • Fixed README comments.
  • Action trait to return Result<Option<Cow<'a, Value>>> which allows passing of Value data by reference.
  • Benchmarks to use Criterion benchmark Groups.