Releases: sile/erl_tokenize
Releases · sile/erl_tokenize
v0.6.1
What"s Changed
- Fix a bug that the end position of a sigil string token is incorrect when if it has a non empty suffix by @sile in #13
Full Changelog: 0.6.0...0.6.1
v0.6.0
What"s Changed
- Add support for triple-quoted strings (EEP-0064) that will be introduced in OTP-27 by @sile in #11
- Add support for sigil string literals (EEP-0066) that will be introduced in OTP-27 by @sile in #12
Full Changelog: 0.5.1...0.6.0
v0.4.6
What"s Changed
- Fix a bug that the process crashes if the input text contains no-break spaces by @sile in #6
Full Changelog: 0.4.5...0.4.6
v0.4.4
What"s Changed
- Support underscores in integer and float tokens by @sile in #3
New Contributors
- @sile made their first contribution in #3
Full Changelog: 0.4.3...0.4.4