Skip to content

0.82.0

Compare
Choose a tag to compare
@jqnatividad jqnatividad released this 09 Jan 17:05
· 4839 commits to master since this release

Added

Changed

  • validate: schema-less validation error improvements #703
  • stats: faster date inferencing #706
  • stats: minor performance tweaks 15e6284 3f0ed2b
  • stats: refactored modes compilation, with antimodes no longer unnecessarily compiling more than 10 antimodes it won't show anyway. 6e448b0
  • stats: simplify if condition ae7cc85
  • luau: show luau version when invoking --version f7f9c42
  • excel: add "sheet" suffix to end msg for readability ae3a8e3
  • cache util::count_rows result, so if a CSV without an index is queried, it caches the result and future calls to count_rows in the same session will be instantaneous e805ded
  • Bump console from 0.15.3 to 0.15.4 by @dependabot in #704
  • Bump cached from 0.41.0 to 0.42.0 by @dependabot in #709
  • Bump mlua from 0.8.6 to 0.8.7 by @dependabot in #712
  • Bump qsv-stats from 0.5.2 to 0.6.0 with the new MAD statistic support and faster, more memory-efficient antimodes compilation
  • cargo update bump dependencies - notably mimalloc from 0.1.32 to 0.1.34, luau0-src from 0.4.1_luau553 to 0.5.0_luau555, csvs_convert from 0.7.9 to 0.7.11 and regex from 1.7.0 to 1.7.1
  • pin Rust nightly to 2023-01-08

Fixed

  • tojsonl: fix escaping of unicode string. Replace hand-rolled escape fn with built-in escape_default fn #707. Fixes #705
  • tojsonl: more robust boolean inferencing #710. Fixes #708

New Contributors

Full Changelog: 0.81.0...0.82.0