Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Release 3.0.2

Compare
Choose a tag to compare
@surol surol released this 07 May 08:19
· 516 commits to master since this release

New Features

  • Add generic ValueRecipe type representing either value as is, or its evaluator function.
  • Add valueByRecipe() utility function evaluating value by its recipe.
  • Add valueRecipe() utility function converting arbitrary value recipe to its evaluator function.