Skip to content

Lavi - 1.6.0

Compare
Choose a tag to compare
@azjezz azjezz released this 07 Apr 08:26
· 3 commits to 1.6.x since this release
963a0bb

Features:

  • added Psl\Type\positive_int function ( @michaelpetri - #177 )
  • added Psl\Dict\unique_scalar function ( @pencil-dog and @yivi - #168 )
  • simplified Psl\Str\Byte\reverse implementation ( @ntzm - #160 )

BC breaks:

  • changed return type of Psl\Str\metaphone from ?string to string ( @ntzm - #159 )
  • Psl\Str\metaphone now throws Psl\Exception\InvariantViolationException if $phonemes is negative ( @ntzm - #159 )
  • require non-empty-string instead of string when applicable ( @ntzm - #162 )