This minor release adds a new parse option includePositions. This is an opt-in feature that when set to true will cause himalaya.parse to emit nodes with a position field, containing start and end points. These points contain the zero-indexed index, line, and column numbers.
See this feature in the [README example](https://github.com/andrejewski/himalaya#line-column-and-index-position...