Skip to content
Compare
Choose a tag to compare
@ilyash-b ilyash-b released this 17 May 06:42
· 6 commits to master since this release

New features

  • Add Iter(SubSeq)
  • Add =~(Eachable1, Pfx, MatchContext)
  • Add DecodeHints
  • Add =~(DecodeHints, ProcessesPipeline, MatchContext)
  • Add AtPath pattern
  • Add experimental ResetPath pattern

Fixes and improvements

  • Add default =~(Any, Any, MatchContext) which returns false
  • Improve decode() implementation for aws command
  • Improve =~(Str, SubSeq, MatchContext)
  • Fix MatchContext._path when matching elements in =~(Any, Arr, MatchContext)
  • Fix in(Int, NumRange) which was causing for i in 0 ... to run once instead of not running