Skip to content

Releases: shellyln/takenoco

v0.0.13

22 Feb 10:15

Choose a tag to compare

  • Fix Formula-to-RPN example.

v0.0.12

22 Feb 03:33

Choose a tag to compare

  • Added Formula-to-RPN example.
  • Edit Makefile.
  • Edit README.

v0.0.11

11 Feb 12:09

Choose a tag to compare

  • Added Date, DateTime, Time parsers to the extra package.
  • Fix README.

v0.0.10

04 Feb 06:47

Choose a tag to compare

  • (Breaking change) Change base.GetLineAndColPosition parameters.
    • Add tabSize parameter
  • Improve examples.
  • Edit Makefile.

v0.0.9

04 Feb 04:14

Choose a tag to compare

  • Fix string.HexNumber
  • Add TODO comments.

v0.0.8

04 Feb 02:20

Choose a tag to compare

  • Add parsers to the extra package:
    • AsciiIdentifierStr
    • UnicodeIdentifierStr
    • UnicodeWordBoundary
  • Fix string.WordBoundary:
    • Add $ to the word boundary character.
  • Fix staticcheck warnings.
  • Fix formula example.
  • Fix README.

v0.0.7

01 Feb 12:59

Choose a tag to compare

  • Update Makefile.
  • Fix README.
  • Add formula parser example.

v0.0.6

01 Jul 03:17

Choose a tag to compare

  • Add time string parser.
  • Fix wasm examples.
  • Remove bundled wasm_exec.js.
  • Fix README.

v0.0.5

22 Feb 12:16

Choose a tag to compare

  • Fix lint warning.
  • Edit lint settings.
  • Add function for error reporting.
  • Add CI configurations.
  • Edit README.

v0.0.4

11 Feb 14:24

Choose a tag to compare

  • Add date and datetime string parser.
  • Add wasm+node.js example.
  • Edit Makefile.
  • Edit README.