- Fix for new no space guards on patern matching not passing offsets
1.2.2
- Added Impyccable to test suite for better pattern testing - Added no space guards to pattern matching and indenter
1.2.1
- Fixed .pxd files not being included in source distribution
1.2.0
- Added Offset arguments to most SourceString methods that should support it. - Adde '_' to qualified identifiers
1.1.0
- Added SourceString.eol_distance_next - Added SourceString.eol_distance_last - Added SourceString.spew_length a reverse of eat_length - Minor failsafes
1.0.0
- Added RPython compatability. - Removed some dynamic features - Removed SourceString.generator - SourceString.match_pattern renamed to match_string_pattern - SourceString.match_function renamed to match_function_pattern - Pattern matching methods only take their respective types, no more lists.