Skip to content

Commit c27f397

Browse files
committed
chore(package): update version
1 parent aa86fcf commit c27f397

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Dependencies Status](https://david-dm.org/basics/jsto.../status.svg)](https://david-dm.org/basics/jsto...)
77
[![DevDependencies Status](https://david-dm.org/basics/jsto.../dev-status.svg)](https://david-dm.org/basics/jsto...?type=dev)
88

9-
# jsto ...
9+
# jsto
1010

1111
this libary is going to provide you a simple way of writing typed js code.
1212
this code can run and tested directly with js.
@@ -39,12 +39,12 @@ type inference is supported by type checker.
3939
- [ ] js transformations to glsl
4040
- [x] modulo as arithmetic operator
4141
- [x] pow as arithmetic operator
42-
- [ ] variable index expression for vectors
42+
- [x] variable index expression for vectors
4343
- [ ] gentype for function outline
4444
- [ ] functional structs
4545
- [ ] destruct
4646
- [ ] symbols and enums
47-
47+
4848
- [x] jstoGLSL simulator great for testing
4949
- [x] painting (slowly) to image buffer
5050
- [x] vector arithmetic (component wise) operator support

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7.0",
3+
"version": "0.7.1",
44
"description": "transpile js to other languages",
55
"main": "./index.js",
66
"module": "./build/esm/index.js",

0 commit comments

Comments
 (0)