Skip to content

Latest commit

 

History

History
65 lines (33 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

65 lines (33 loc) · 2.82 KB

unity-webgl

v4.2.0

   ♻️ Code Refactoring

  • Replace console.log with custom & unique log structure  -  by Mariner in #40 (f709e)

v4.1.0

   🎉 Features

  • Enhanced typed events and improved handling  -  by Mariner in #39 (9a054)

   🐞 Bug Fixes

  • Update HTML and update Vue3 example  -  by Mariner (65f1a)

v4.0.2

   🎉 Features

  • Add HTML, Vue2, and Vue3 examples for UnityWebgl  -  by Mervin in #38 (e2790)

v4.0.1

   📝 Documentation

  • Update READMEs for v4.x changes  -  by Mervin (72605)

v4.0.0

   🚨 Breaking Changes

  • Refactoring event system and core functions  -  by @Marinerer (978ed)
    • Refactor UnityWebglEvent class to separate event registration.
    • Refactoring the way web and unity communicate.
    • Optimize the create method.
    • Remove legacy event types.

   🎉 Features

  • Add initial package and tsconfig for components and core  -  by @Marinerer (5deba)
  • Add UnityWebglComponent for Vue integration  -  by @Marinerer (68e23)
  • Add comprehensive UnityWebgl testing suite  -  by @Marinerer (82330)

   📝 Documentation

  • Add documentation  -  by @Marinerer (f0411)