Skip to content

1.0.0

Compare
Choose a tag to compare
@mattbishop mattbishop released this 06 Sep 18:12

This is a major release, with API changes.

  • Remove query() method as it offers no significant value.
  • Improve exists() so that if it is passed a single value, it will return a boolean instead of an iterator. It will still consume a value iterator, and in that case return an iterator of booleans.
  • Fixed a spec compliance bug where Array inputs were treated as iterable inputs instead of single values. In lax mode, the array value will be unwrapped as expected, but in strict mode, they will be processed as a single value.