Skip to content

Commit 09b26b7

Browse files
committed
0.6.0
API changes: - The `function` macro now produces function declaration statements instead of function expressions. - For function expressions, use `lambda` instead. Function expressions can now be named using the optional first parameter. See docs.
1 parent 37bd737 commit 09b26b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslisp",
3-
"version": "0.5.6",
3+
"version": "0.6.0",
44
"description": "minimal S-expression syntax and macro system for JavaScript",
55
"main": "./lib",
66
"scripts": {

0 commit comments

Comments
 (0)