Skip to content

Release v1.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@semperos semperos released this 23 Feb 14:30
· 1 commit to main since this release
e0d2537

Changelog

  • ⚡️ Performance: Uses detail=slim for search queries (performance improvement).
  • 🐞 Bug Fix: Fixes bug on startup if caches are missing or malformed.
  • ⭐️ Feature: Adds decode-csv function using Dart csv dependency
  • ⭐️ Fix & Feature: Fixes or and extends it to support either 0-arity functions or non-functions as values.
    • If the second value to or is a function, it won't be invoked if the first value is either truthy on its own or is a 0-arity function that, when invoked, returns a truthy value.
  • ⭐️ Feature: Adds fn? function, which returns true for both function and anonymous function values.