tauri/core/tauri-macros/CHANGELOG.md
github-actions[bot] 0f86bc4071
Apply Version Updates From Current Changes (#1620)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-04-25 17:54:41 -03:00

1.6 KiB

Changelog

[1.0.0-beta-rc.1]

  • Fixes the Message command name value on plugin invoke handler.
    • 422dd5e fix(core): command name on plugin invoke handler (#1577) on 2021-04-21
    • f575aaa fix: change files not referencing core packages (#1619) on 2021-04-25

[1.0.0-beta-rc.0]

  • 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
  • Added new macros to simplify the creation of commands that can be called by the webview.
    • 1f2e7a3 feat(core): improved command matching with macros, fixes #1157 (#1301) on 2021-02-28