Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

v1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 19:40

1.2.0 (2021-03-10)

Bug Fixes

  • πŸ› Fix BurstAction and BurstFunc so they don't throw exceptions (8c7cc97)
  • πŸ› Fix missing dependency (c84691a)

Features

  • ✨ Add Compile implementation to Value Delegates (24271cd)
  • ✨ Add FunctionPointer compatible Value Delegates (5538a6f)
  • ✨ Add implicit conversion between BurstDelegates and ValueDelegates (5d0f915)
  • ✨ Introduce working generic FuncPointer (8c8be4f)