Skip to content

Commit 91f65b2

Browse files
committed
chore(package): update version
1 parent d0bb1bf commit 91f65b2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ this can be archived with typescript, but not at runtime.
4444
- [x] modulo as arithmetic operator
4545
- [x] pow as arithmetic operator
4646
- [ ] variable index expression for vectors
47+
- [ ] gentype for function outline
48+
- [ ] functional structs
4749
- [ ] destruct
4850
- [ ] symbols and enums
49-
- [ ] functional structs
50-
- [ ] inline functions for map, reduce, filter
51+
5152
- [x] jstoGLSL simulator great for testing
5253
- [x] painting (slowly) to image buffer
5354
- [x] vector arithmetic (component wise) operator support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-basics/jsto...",
3-
"version": "0.4.9",
3+
"version": "0.5.0",
44
"description": "transpile js to other languages",
55
"main": "./index.js",
66
"module": "./build/esm/index.js",

0 commit comments

Comments
 (0)