Skip to content

Releases: myuon/quartz

v3.1.7

23 Nov 08:31
Compare
Choose a tag to compare

v3.1.6

23 Nov 07:51
Compare
Choose a tag to compare

What's Changed

  • fix: introduce env for typecheck to capture correct variables by @myuon in #200

Full Changelog: v3.1.5...v3.1.6

v3.1.5

13 Nov 14:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.4...v3.1.5

v3.1.4

11 Nov 10:58
Compare
Choose a tag to compare

What's Changed

  • fix: spaces control for closure by @myuon in #195

Full Changelog: v3.1.3...v3.1.4

v3.1.3

29 Oct 05:23
Compare
Choose a tag to compare

What's Changed

  • feat: transform captured variable by @myuon in #189
  • fix: support nested closures by @myuon in #191
  • fix: split a map inserting statement by @myuon in #193

Full Changelog: v3.1.2...v3.1.3

v3.1.2

21 Oct 03:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.1

14 Oct 16:27
ef98a17
Compare
Choose a tag to compare

What's Changed

  • feat: add compilation progress with time by @myuon in #174
  • test: add tests for lsp_completion, lsp_check by @myuon in #176

Full Changelog: v3.1.0...v3.1.1

v3.1.0

14 Oct 06:16
7558e97
Compare
Choose a tag to compare

What's Changed

  • fix: closure value carries env by @myuon in #158
  • feat: support closure in the formatter by @myuon in #161
  • test: add a nested closure by @myuon in #164
  • feat: add length for sizeof by @myuon in #163
  • feat: remove AbortController from language-server, use err_println in main by @myuon in #166
  • feat: add clock_time_get and unixtime module by @myuon in #173

Full Changelog: v3.0.1...v3.1.0

v3.0.1

09 Oct 07:19
Compare
Choose a tag to compare

What's Changed

  • feat: show errors in compiler with source code by @myuon in #153
  • test: use rayon to parallelize tests by @myuon in #154
  • refactor: remove unused types by @myuon in #155

Full Changelog: v3.0.0...v3.0.1

v3.0.0

08 Oct 16:59
Compare
Choose a tag to compare

What's Changed

  • fix: recover current_function_name after function by @myuon in #150
  • feat: closures by @myuon in #148

Full Changelog: v2.14.0...v3.0.0