Skip to content

Releases: sile/erl_tokenize

v0.6.1

18 Feb 11:20
Compare
Choose a tag to compare

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

18 Feb 09:39
Compare
Choose a tag to compare

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.5.1

05 Aug 10:05
Compare
Choose a tag to compare
  • Add Tokenizer::consume_char()

Full Changelog: 0.5.0...0.5.1

v0.5.0

20 Mar 04:05
Compare
Choose a tag to compare

What"s Changed

  • Use clap-v3 instead of structopt by @sile in #9
  • Support EEP-49 (maybe syntax) by @sile in #10

Full Changelog: 0.4.7...0.5.0

v0.4.7

24 Nov 01:16
Compare
Choose a tag to compare
v0.4.7 Pre-release
Pre-release

What"s Changed

  • Implement Clone for Error by @sile in #7

Full Changelog: 0.4.6...0.4.7

v0.4.6

17 Nov 09:35
Compare
Choose a tag to compare
v0.4.6 Pre-release
Pre-release

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.5

15 Nov 22:05
Compare
Choose a tag to compare
v0.4.5 Pre-release
Pre-release

What"s Changed

  • Change license: from MIT to MIT OR Apache-2.0 by @sile in #4
  • Support serde by @sile in #5

Full Changelog: 0.4.4...0.4.5

v0.4.4

14 Nov 22:40
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

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