Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 3.55 KB

CHANGELOG.md

File metadata and controls

48 lines (34 loc) · 3.55 KB

Changelog

[0.2.0]

  • Bump minor version as 0.1.5 add a new feature which was incompatible with 0.1.4
    • 969e8ef chore: bump minor for urgent release on 2023-01-15

[0.1.5]

  • Add support for CARGO_TARGET_DIR and CARGO_BUILD_TARGET_DIR env vars.
    • e66a6ab feat: improvements for lib name and cargo target dir env vars (#73) on 2023-01-06
  • Allow specifying lib_name in mobile.toml file. This useful if you set [lib].name in Cargo.toml.
    • e66a6ab feat: improvements for lib name and cargo target dir env vars (#73) on 2023-01-06
  • Adjust wry template for desktop usage also.
    • 3978774 Update wry template to work on desktop as well (#76) on 2023-01-13
  • Update wry template to use the new wry env vars.
    • 0113d1f feat: update wry template to use the new env vars on 2022-12-30

[0.1.4]

  • Improve error message for missing library artifact.
    • 807861a feat: validate library artifact existence on 2022-12-28

[0.1.3]

  • Allow specifying an app target dir resolver via config::App::with_target_dir_resolver.
    • 74c150a feat: allow setting a custom target dir resolver (#68) on 2022-12-28

[0.1.2]

  • Fix android_binding! macro usage in the wry template.
    • fd68c94 fix: fix android_binding! usage in wry template on 2022-12-27

[0.1.1]

  • Show all application logs on iOS noninteractive mode.
    • eb071b6 feat(apple): show app logs, simulator noninteractive mode (#63) on 2022-12-23
  • Implement noninteractive mode on iOS simulators.
    • eb071b6 feat(apple): show app logs, simulator noninteractive mode (#63) on 2022-12-23
  • Fix cargo apple run can't work on real device.
    • 89bbe2b Fix cargo apple run can't work on real device (#59) on 2022-12-26
  • Added the openssl-vendored Cargo feature.
    • f76d8db feat: add openssl-vendored feature (#57) on 2022-12-10

[0.1.0]

  • Initial release!
    • 4f2b4f6 feat: prepare initial release (#54) on 2022-12-06