From c27f39741fb6724d54925137d6e784ffcddf6fb0 Mon Sep 17 00:00:00 2001 From: Stefan Eckert Date: Sat, 9 Oct 2021 12:57:30 +0200 Subject: [PATCH] chore(package): update version --- README.md | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 85c59012..420fe960 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Dependencies Status](https://david-dm.org/basics/jsto.../status.svg)](https://david-dm.org/basics/jsto...) [![DevDependencies Status](https://david-dm.org/basics/jsto.../dev-status.svg)](https://david-dm.org/basics/jsto...?type=dev) -# jsto ... +# jsto this libary is going to provide you a simple way of writing typed js code. this code can run and tested directly with js. @@ -39,12 +39,12 @@ type inference is supported by type checker. - [ ] js transformations to glsl - [x] modulo as arithmetic operator - [x] pow as arithmetic operator - - [ ] variable index expression for vectors + - [x] variable index expression for vectors - [ ] gentype for function outline - [ ] functional structs - [ ] destruct - [ ] symbols and enums - + - [x] jstoGLSL simulator great for testing - [x] painting (slowly) to image buffer - [x] vector arithmetic (component wise) operator support diff --git a/package-lock.json b/package-lock.json index ce0899f1..b81ccd73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@js-basics/jsto...", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 421604ae..3e4cfc42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@js-basics/jsto...", - "version": "0.7.0", + "version": "0.7.1", "description": "transpile js to other languages", "main": "./index.js", "module": "./build/esm/index.js",