@thi.ng/sexpr
Version:
Extensible S-Expression parser & runtime infrastructure
45 lines (26 loc) • 1.68 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.
## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/sexpr@1.1.0) (2025-07-29)
#### 🚀 Features
- update `parse()`, add string unescaping ([fbb7455](https://github.com/thi-ng/umbrella/commit/fbb7455))
### [0.5.26](https://github.com/thi-ng/umbrella/tree/@thi.ng/sexpr@0.5.26) (2024-02-22)
#### ♻️ Refactoring
- update object destructuring in all pkgs & examples ([f36aeb0](https://github.com/thi-ng/umbrella/commit/f36aeb0))
### [0.5.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/sexpr@0.5.5) (2023-11-09)
#### ♻️ Refactoring
- update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
## [0.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/sexpr@0.5.0) (2023-09-15)
#### 🚀 Features
- add support for line comments, fix tokenize ([d3e708e](https://github.com/thi-ng/umbrella/commit/d3e708e))
- update SyntaxOpts
- fix/update tokenize() to emit
### [0.4.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/sexpr@0.4.5) (2022-04-07)
#### ♻️ Refactoring
- replace deprecated .substr() w/ .substring() ([0710509](https://github.com/thi-ng/umbrella/commit/0710509))