Skip to content

Releases: tessel/t2-cli

v0.1.13

09 Aug 16:28
Compare
Choose a tag to compare
Commit Message/Description
8925746 0.1.13
582b39c test(controller): call tessel.setWiFiState with updated arguments
ddba290 fix(controller): call tessel.setWiFiState with updated arguments
356a4aa Fix mistakes introduced in "Smarter binary module deduping". Fixes gh-1302

v0.1.12

04 Aug 22:50
Compare
Choose a tag to compare
Commit Message/Description
8f6e048 0.1.12
d3de424 t2 run: fix uglify-es compression bug by adding arrow: false. Remove affected modules from blacklist.

v0.1.11

04 Aug 21:38
Compare
Choose a tag to compare
Commit Message/Description
7c6e802 0.1.11
c53f6e4 Add mongodb to compression blacklist

v0.1.10

28 Jul 21:12
Compare
Choose a tag to compare
Commit Message/Description
c3bb56c 0.1.10
4f52c5e Add fraction.js to compression blacklist

v0.1.9

25 Jul 17:48
Compare
Choose a tag to compare
Commit Message/Description
222d6b9 0.1.9
aa1ab99 Temp fix to work around compression issue with base64id, component-inherit and express modules

v0.1.8

20 Jul 16:06
Compare
Choose a tag to compare
Commit Message/Description
0278526 0.1.8
e5af6b5 grunt: jsbeautifier
0a7bc8a Rename resources/.npmrc => resources/npmrc to avoid being ignored by npm publish. Fixes gh-1276
831a72d fix(run): Smarter binary module deduping

v0.1.7

19 Jul 14:11
Compare
Choose a tag to compare
Commit Message/Description
502e8f8 0.1.7
7a2888e Temp fix to work around compression issue with bindings module
6d19a61 Reorder t2 init to copy all of the pre-made files first.
10191ed Fix Markdown formatting

v0.1.6

14 Jul 23:38
Compare
Choose a tag to compare
Commit Message/Description
3f70c35 0.1.6
3ef219d test(controller): display cli version when no tessels found
05bd0ac fix(version): show cli verison if no Tessels are connected
afe4fb0 appveyor.yml: remove cache: node_modules
6298b4d Enforce nested dependency installation through a multi-fronted strategy.
9251b58 Upgrade to common-tags@^1.4.0
241e1f1 Update uglify-es options to use recommended features. Closes gh-1261
8ba8a95 Fix broken test by removing unnecessary assertions.

v0.1.5

26 Jun 20:44
Compare
Choose a tag to compare
Commit Message/Description
3da317b 0.1.5
4a51dd3 test(update): check version and sha specifically, instead of whole string
039fb23 test(deployment/javascript): update expected minified output
f297bb1 chore(package): lock uglify-es to version 3.0.20
85ab296 refactor(lib/controller.js): minor reformatting of build version list.
b17e92a refactor(lib/log.js)
d06d1b7 nit: formatting auto-fix
85a994a fix unnormalized path
03bc6de add 'use strict' for node 4
9ab2488 remove rest/spread
2b41e8c tests: lib/tessel/deployment/rust.js nit; lib/tessel/deployment/python.js ignored.
0f40860 tests: lib/tessel/deployment/javascript.js 100%
e312501 tests: lib/tessel/deployment/javascript.js coverage
4f0e3f8 tests: lib/tessel/deployment/javascript.js coverage
b946080 Upgrade to uglify-es. Fixes gh-1201
35a4f07 Use the sha when there is no "official" build version available.
1c81a03 Minor changes to wifi configuration output.
d2f7f71 cli: update display color of all occurences of tessel.name. (#1228)
3a4280c Detect id_rsa permissions problems and bail out early. Fixes gh-1219 (#1222)
7c2791d Temporarily rollback build list requesting for deployments. Fixes gh-1220
3e98d1d Fix multiple printed "Connected to Tessel" lines from same Tessel. Fixes gh-1214
e0fb8d8 t2 run/push: insert os or firmware version request into pipeline
a34f744 lib/update-fetch.js: fix typo RESTORE_SQASHFS_FILE => RESTORE_SQUASHFS_FILE
b3e9365 test(wifi): 100% coverage
91e745b fix(wifi): resolve infinite loop of tries
c4e9256 Modernize initial JS script
ec31f28 Gruntfile.js: improvements to changelog task
1e460f4 Lint nits
bf3922b tests: /lib/controller.js > 90%
664fa75 tests: /lib/crash-reporter.js at 100%
189d7e0 Include connection type with crash report. Fixes #1172
2c59f8e Update error message for USB controller when the version of node is changed (#1167)

v0.1.4

19 Jan 21:44
Compare
Choose a tag to compare
Commit Message/Description
b0c59c0 0.1.4
7dfed17 test(access-point): use password from options, remove unneeded reconnect commands
8cde002 fix(access-point): use password instead of pass
125917e t2 push: Remove default rustcc url. Fixes gh-1136