@thi.ng/lispy
Version:
Lightweight, extensible, interpreted Lisp-style DSL for embedding in other projects
40 lines (24 loc) • 1.6 kB
Markdown
# Change Log
- **Last updated**: 2025-08-04T09:13:01Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
All notable changes to this project will be documented in this file.
Only versions published since **2022-01-01** are listed here.
Please consult the Git history for older version information.
See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.
## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/lispy@0.4.0) (2025-07-29)
#### 🚀 Features
- add syntax opts arg for `evalSource()` ([1a44c23](https://github.com/thi-ng/umbrella/commit/1a44c23))
- add JSON parse/stringify builtins ([dda16d6](https://github.com/thi-ng/umbrella/commit/dda16d6))
## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/lispy@0.3.0) (2025-05-28)
#### 🚀 Features
- add/update builtins ([ab7cdec](https://github.com/thi-ng/umbrella/commit/ab7cdec))
## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/lispy@0.2.0) (2025-05-21)
#### 🚀 Features
- add more builtins & control flow ([a3b559c](https://github.com/thi-ng/umbrella/commit/a3b559c))
## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/lispy@0.1.0) (2025-05-20)
#### 🚀 Features
- import as new pkg ([5ddb591](https://github.com/thi-ng/umbrella/commit/5ddb591))
- add more builtins ([c010478](https://github.com/thi-ng/umbrella/commit/c010478))
- add string/regex builtins ([602c1b9](https://github.com/thi-ng/umbrella/commit/602c1b9))