Skip to content

Latest commit

 

History

History
82 lines (46 loc) · 3.01 KB

CHANGELOG.md

File metadata and controls

82 lines (46 loc) · 3.01 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.1 (2021-09-22)

  • Added exception message to Error.stack
  • Switch rollup/babel-node/serve to vite/esno
  • fix: Radix of number->string should be optional #1

0.6.0 (2021-08-12)

0.5.16 (2021-08-09)

  • Added Javascript's import to the samples on README.md.
  • Chnage "library not found" message.

0.5.15 (2021-08-08)

  • Added (define-library) "cond-expand" and "include" "include-cli", improvement of "import".

0.5.14 (2021-08-06)

  • Nested syntax-rules pattern.

0.5.13 (2021-08-05)

  • Added (scheme load) library.
  • Handling surrogate pairs.

0.5.12 (2021-08-05)

0.5.11 (2021-08-05)

  • Proper tail call for "eval"

0.5.10 (2021-08-05)

  • Added (scheme eval) (scheme r5rs) (scheme repl) library.

0.5.9 (2021-08-03)

0.5.8 (2021-08-03)

  • Added (scheme file) (scheme process-context) library.
  • Web REPL a little more friendly.

0.5.7 (2021-08-02)

  • Added (scheme case-lambda) (scheme char) (scheme cxr) library.

0.5.6 (2021-08-01)

  • Added some samples in "How to use as a module" section.
  • Added (scheme inexact) (scheme lazy) (scheme time) library.

0.5.5 (2021-07-31)

  • Switch local-web-server to serve (for Web REPL development)
  • Added (scheme write) (scheme read) built-in library.

0.5.4 (2021-07-30)

  • Added Web REPL as a page in Github pages.

0.5.3 (2021-07-29)

  • Changed types path in package.json.
  • Included dist directory to the commits to enable npm install from github.
  • Initial NPM release.

0.5.2 (2021-07-29)

  • Added tests for suspend/resume.

0.5.1 (2021-07-29)

  • Added @babel/node to devDepencencies to run modules from command line.

Features