Release v1.0.0-beta.2
Pre-release
Pre-release
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 Dartcsv
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.
- If the second value to
- ⭐️ Feature: Adds
fn?
function, which returns true for bothfunction
andanonymous function
values.