Skip to content

v0.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 15:53
· 69 commits to master since this release
b866f1c
refactor!: backend and MessageEndpoint (#500)


    Rename client to provider
    Rename ServerMessage to ServiceMessage
    Add abstract layer of Backend
    Add macro utils to handle js_sys::Function
    Backend should not hold a processor
    Backend should only call APIs via provider which holding function request
    Added extension back