0.28.0
-
Fix for incorrect handling of whitespace with
aw
Current implementation doesn't handle whitespace surroundinga word
correctly. -
Also, a fix for a subtle bug in
findWordBackwards
: current implementation would stop
working when traversing back more than one whitespace. -
Add
S
implementations
Thanks to @shirshov!