File tree Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to the "bitloops-language" extension will be documented in t
44
55Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
66
7+ ### 0.4.6
8+
9+ Updated version of bitloops-transpiler, added Iterator loop.
10+
711### 0.4.5
812
913Updated version of bitloops-transpiler, no hover if there are syntactic errors.
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ No known issues.
3333
3434## What's New
3535
36- ### 0.4.5
36+ ### 0.4.6
3737
38- Updated version of bitloops-transpiler, no hover if there are syntactic errors .
38+ Updated version of bitloops-transpiler, added Iterator for-of loop .
3939
4040---
4141
Original file line number Diff line number Diff line change 99 },
1010 "icon" : " assets/images/bitloops-language-logo-256x256.png" ,
1111 "license" : " MIT" ,
12- "version" : " 0.4.5 " ,
12+ "version" : " 0.4.6 " ,
1313 "scripts" : {
1414 "vs:package" : " vsce package" ,
1515 "vs:publish" : " vsce publish" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " bitloops-lsp-server" ,
33 "description" : " BitLoops Language Server" ,
4- "version" : " 0.4.5 " ,
4+ "version" : " 0.4.6 " ,
55 "publisher" : " Bitloops" ,
66 "license" : " MIT" ,
77 "engines" : {
1010 "type" : " module" ,
1111 "scripts" : {},
1212 "dependencies" : {
13- "@bitloops/bl-transpiler" : " ^0.7.0 " ,
13+ "@bitloops/bl-transpiler" : " ^0.7.2 " ,
1414 "debounce" : " ^1.2.1" ,
1515 "fs" : " ^0.0.1-security" ,
1616 "path" : " ^0.12.7" ,
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5- " @bitloops/bl-transpiler@^0.7.0 " :
6- version "0.7.0 "
7- resolved "https://registry.yarnpkg.com/@bitloops/bl-transpiler/-/bl-transpiler-0.7.0 .tgz#cc63bae8781d8addc830cd266720fa3205c8bdb6 "
8- integrity sha512-9584ZgekEZuOwVF/on/ooGsG1IoLptQk6vuY2uQGGKfknCnE/zY8bITL9PKO2M90RaDQn97vwDqQiYLQD/3AAg ==
5+ " @bitloops/bl-transpiler@^0.7.2 " :
6+ version "0.7.2 "
7+ resolved "https://registry.yarnpkg.com/@bitloops/bl-transpiler/-/bl-transpiler-0.7.2 .tgz#ff79d98ee4854fb57aae08747b97eada748f7b1c "
8+ integrity sha512-bAa6jy2NtpcToQhDo2n3+ZPddEGbIIRpDVn1iwxWC81oO9clXudfkY1xhVR4JKVZIUljt1fMG/O/TFVgEi0iVw ==
99 dependencies :
1010 antlr4 "4.11.0"
1111 lodash "^4.17.21"
You can’t perform that action at this time.
0 commit comments