Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 785 Bytes

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 785 Bytes

RandomSkunk.JSInterop

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2022-11-05

Added

  • Add initial project, solution, and package structures.
  • Add each of the dynamic proxy types: AsyncProxyJSRuntime, SyncProxyJSRuntime, AsyncProxyJSObjectReference, and SyncProxyJSObjectReference.
  • Add IJSRuntime.AsDynamic() extension method.