# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.6.1](https://github.com/trb-a/cumalis-lisp/compare/v0.6.0...v0.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](https://github.com/trb-a/cumalis-lisp/compare/v0.5.16...v0.6.0) (2021-08-12)

### [0.5.16](https://github.com/trb-a/cumalis-lisp/compare/v0.5.15...v0.5.16) (2021-08-09)

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

### [0.5.15](https://github.com/trb-a/cumalis-lisp/compare/v0.5.14...v0.5.15) (2021-08-08)

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

### [0.5.14](https://github.com/trb-a/cumalis-lisp/compare/v0.5.13...v0.5.14) (2021-08-06)

- Nested syntax-rules pattern.

### [0.5.13](https://github.com/trb-a/cumalis-lisp/compare/v0.5.12...v0.5.13) (2021-08-05)

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

### [0.5.12](https://github.com/trb-a/cumalis-lisp/compare/v0.5.11...v0.5.12) (2021-08-05)

### [0.5.11](https://github.com/trb-a/cumalis-lisp/compare/v0.5.10...v0.5.11) (2021-08-05)

- Proper tail call for "eval"

### [0.5.10](https://github.com/trb-a/cumalis-lisp/compare/v0.5.9...v0.5.10) (2021-08-05)

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

### [0.5.9](https://github.com/trb-a/cumalis-lisp/compare/v0.5.8...v0.5.9) (2021-08-03)

### [0.5.8](https://github.com/trb-a/cumalis-lisp/compare/v0.5.7...v0.5.8) (2021-08-03)

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

### [0.5.7](https://github.com/trb-a/cumalis-lisp/compare/v0.5.6...v0.5.7) (2021-08-02)

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

### [0.5.6](https://github.com/trb-a/cumalis-lisp/compare/v0.5.5...v0.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](https://github.com/trb-a/cumalis-lisp/compare/v0.5.4...v0.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](https://github.com/trb-a/cumalis-lisp/compare/v0.5.3...v0.5.4) (2021-07-30)

- Added Web REPL as a page in Github pages.

### [0.5.3](https://github.com/trb-a/cumalis-lisp/compare/v0.5.2...v0.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](https://github.com/trb-a/cumalis-lisp/compare/v0.5.1...v0.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

* initial commit ([cbce924](https://github.com/trb-a/cumalis-lisp/commit/cbce924e2e73fc1e99a972691b5007958f962e25))
