github tauri-apps/tauri cli.js-v1.0.0-beta-rc.0
cli.js v1.0.0-beta-rc.0

latest releases: tauri-v1.6.8, tauri-v1.6, tauri-v1...
3 years ago

Yarn Audit

click to view

\`
yarn audit v1.22.10
info No lockfile found.
0 vulnerabilities found - Packages audited: 149
Done in 2.14s.
\`

[1.0.0-beta-rc.0]

  • Fixed missing 'App' variant & string promise instead of void promise.
  • Update all code files to have our license header.
    • bf82136 feat(license): SPDX Headers (#1449) on 2021-04-11
    • a6def70 Refactor(tauri): move tauri-api and tauri-updater to tauri (#1455) on 2021-04-11
    • aea6145 refactor(repo): add /tooling folder (#1457) on 2021-04-12
  • JS CLI now downloads prebuilt Rust CLI.
    • df305b2 feat(cli/tauri.js): download prebuilt cli (#1452) on 2021-04-13
  • The info command was rewritten in Rust.
    • c3e06ee refactor(cli): rewrite info in Rust (#1389) on 2021-03-25
    • aea6145 refactor(repo): add /tooling folder (#1457) on 2021-04-12
  • The init command was rewritten in Rust.
    • f72b93b refactor(cli): rewrite init command in Rust (#1382) on 2021-03-24
    • aea6145 refactor(repo): add /tooling folder (#1457) on 2021-04-12
  • Removed the no-server mode, the inliner, the dev server proxy and the loadAsset API.
    • 84d7cda refactor(core): remove no-server and its APIs (#1215) on 2021-02-11
    • aea6145 refactor(repo): add /tooling folder (#1457) on 2021-04-12
  • Revert tauri create deletion and shift remaining pieces that weren't deleted to create-tauri-app.
    • 4ec20a4 feat: shift tauri create [not wired up] (#1330) on 2021-03-07
    • aea6145 refactor(repo): add /tooling folder (#1457) on 2021-04-12
  • The Tauri API interface is now shipped with the @tauri-apps/api package instead of the deprecated tauri package.
    To use the new API package, delete the old tauri from your package.json and install the new package:
    $ yarn remove tauri && yarn add @tauri-apps/api or $ npm uninstall tauri && npm install @tauri-apps/api.
    And change all import { someApi } from 'tauri/api to import { someApi } from '@tauri-apps/api'.
    • 3e8abe3 feat(cli) rewrite the core CLI in Rust (#851) on 2021-01-30
    • aea6145 refactor(repo): add /tooling folder (#1457) on 2021-04-12
  • The Tauri Node.js CLI package is now @tauri-apps/cli.
    • 3e8abe3 feat(cli) rewrite the core CLI in Rust (#851) on 2021-01-30
    • e02c941 refactor(tauri): support for building without environmental variables (#850) on 2021-02-09
    • aea6145 refactor(repo): add /tooling folder (#1457) on 2021-04-12
  • All the arguments passed after tauri dev -- are now propagated to the binary.
    • 4e9d31c feat(cli): propagate args passed after dev --, closes #1406 (#1407) on 2021-03-30
    • aea6145 refactor(repo): add /tooling folder (#1457) on 2021-04-12
  • Eliminate the dead code in cli.js. Also removed some unused dependencies and updated the publish config that we are not publishing the Typescript files (since this is now primarily a CLI).
    • c718bd2 chore: tauri.js dead code elim (#1422) on 2021-04-01
    • aea6145 refactor(repo): add /tooling folder (#1457) on 2021-04-12

Yarn Package Publish

\`
yarn publish v1.22.10
[1/4] Bumping version...
info Current version: 1.0.0-beta-rc.0
[2/4] Logging in...
[3/4] Publishing...
$ yarn build-release
yarn run v1.22.10
$ rimraf ./dist && cross-env NODE_ENV=production webpack
assets by path api/.js 47.5 KiB
asset api/dependency-manager.js 22.1 KiB [emitted] [minimized] (name: api/dependency-manager) 1 related asset
asset api/tauricon.js 15.1 KiB [emitted] [minimized] (name: api/tauricon) 2 related assets
asset api/cli.js 10.3 KiB [emitted] [minimized] (name: api/cli) 1 related asset
assets by path helpers/
.js 13.7 KiB
asset helpers/rust-cli.js 7.96 KiB [emitted] [minimized] (name: helpers/rust-cli) 1 related asset
asset helpers/download-cli.js 4.05 KiB [emitted] [minimized] (name: helpers/download-cli) 1 related asset
asset helpers/spawn.js 1.72 KiB [emitted] [minimized] (name: helpers/spawn) 1 related asset
cacheable modules 107 KiB 18 modules
22 modules
webpack 5.31.0 compiled successfully in 5918 ms
Done in 6.75s.
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 11.24s.
\`

Don't miss a new tauri release

NewReleases is sending notifications on new releases.