Skip to content

v0.4.3

Choose a tag to compare

@KaruroChori KaruroChori released this 24 Jan 06:42

Very minor release, just so that downstream code can take advantage of several fixes and new features.
Also, this release restores the WASM/WASI build which broke due to from_chars compatibility across toolchains.

New features

  • Natural ordering for strings is now supported in order-by by all commands (as the new default)
  • order-by directives can be typed, like asc:float or asc:f will parse entries as float and sort them accordingly.

Breaking

  • s:enable.* has been reworked as an overload of s:when. Use it as s:when.*.
  • Default string comparisons are now following natural ordering, which might break things.