Skip to content

v1.3.77

Compare
Choose a tag to compare
@flowzone-app flowzone-app released this 22 Oct 01:19
· 82 commits to master since this release
6ee588c

Update dependency balena-io/balena-cli to v19.14.0

Notable changes

  • Readme updates
  • Readme updates chalk/chalk@89e9e3a
  • Support template literals for nested calls (#​392) 09ddbad
  • Require Node.js 10 61999a4
  • Change the Level TypeScript type to be a union instead of enum f0f4638
  • Use Object.setPrototypeOf as __proto__ could potentially be disabled (#​387) 63469d3
    -chalk/chalk (chalk)
    -if (chalk.level > Level.None) {}
balena-io/balena-cli (balena-io/balena-cli)

v19.14.0

Compare Source

bff5897 (Add alias device tunnel for command tunnel, 2024-09-26)
22c9fd3 (git mv tunnel/index to device/tunnel, 2024-09-26)

v19.13.1

Compare Source

Update dependency chalk to v4

Notable changes
  • Readme updates
  • Readme updates chalk/chalk@89e9e3a
  • Support template literals for nested calls (#​392) 09ddbad
  • Require Node.js 10 61999a4
  • Change the Level TypeScript type to be a union instead of enum f0f4638
    -if (chalk.level > Level.None) {}
  • Use Object.setPrototypeOf as __proto__ could potentially be disabled (#​387) 63469d3
chalk/chalk (chalk)
v4.1.2

Compare Source

  • Readme updates
v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

Breaking
  • Require Node.js 10 61999a4
  • Change the Level TypeScript type to be a union instead of enum f0f4638
-if (chalk.level > Level.None) {}
+if (chalk.level > 0) {}
Improvements
  • Use Object.setPrototypeOf as __proto__ could potentially be disabled (#​387) 63469d3
List of commits

8ded517 (Update dependency chalk to v4, 2024-10-21)

List of commits

56c7bfa (Update dependency balena-io/balena-cli to v19.14.0, 2024-10-22)