Skip to content

Releases: wevm/frog

[email protected]

06 Mar 04:29
e796d91
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #80 c377528 Thanks @jxom! - Type Change: The state generic in the Frog constructor type is now named.

    type State = { count: number }
    
    - const frog = new Frog<State>({
    + const frog = new Frog<{ State: State }>({
      initialState: { count: 0 }
    })
  • #80 c377528 Thanks @jxom! - Added a var property to context to extract variables that were previously set via set in Middleware. Read more.

[email protected]

06 Mar 00:38
963d071
Compare
Choose a tag to compare

Patch Changes

  • 142040e Thanks @jxom! - Fixed URL comparison for frame verification.

[email protected]

06 Mar 00:18
4c0aab6
Compare
Choose a tag to compare

Patch Changes

[email protected]

06 Mar 00:50
eb2422b
Compare
Choose a tag to compare

Patch Changes

[email protected]

05 Mar 23:54
4e05fb5
Compare
Choose a tag to compare

Patch Changes

[email protected]

05 Mar 20:32
b492dab
Compare
Choose a tag to compare

Minor Changes

[email protected]

04 Mar 21:00
b7bab08
Compare
Choose a tag to compare

Patch Changes

  • 885347e Thanks @jxom! - Fixed Next.js circular dependency on getFrameMetadata.

[email protected]

04 Mar 07:24
ba171fd
Compare
Choose a tag to compare

Patch Changes

  • #67 769bd30 Thanks @jxom! - Fixed issue where deriveState would trigger twice.

[email protected]

04 Mar 04:14
f17fb1f
Compare
Choose a tag to compare

Patch Changes

  • #65 02fb038 Thanks @jxom! - Deprecated frogApiUrl in favor of a more flexible hub constructor parameter.

[email protected]

03 Mar 07:53
bd214e5
Compare
Choose a tag to compare

Patch Changes