ITADN
wvdsh/sdk-js

版本发布 8

1.3.42
? · 15 天前

- 23d1f53 1.3.42 - da61100 Merge pull request #157 from wvdsh/add-leaderboard-metadata - 2b7ad1b Merge pull request #159 from wvdsh/coerce-null-passed-in-as-args - 332a839 defer coercion into default to consumer of the arg so that we don't have two sources of truth - 108e58b coerce null into defaults - 3599bac remove null from ts types to prevent ts callers from passing in null, null is only for godot and other languages that cannot express undef - 0c9c759 fix uploadLeaderboardScore issues - 84b0159 add metadata to leaderboard update function signatures - 9b8f903 enforce lf line endings via gitattributes

1.3.26
? · 2026-06-16

- 7ba2606 1.3.26 - 323015f Merge pull request #142 from wvdsh/better-param-name-paid-content - 5ea5d29 use contentIdentifier across the board instead of contentId

1.3.25
? · 2026-06-16

- 574eb18 1.3.25 - f635f01 1.3.24 - 9724ad2 Merge pull request #141 from wvdsh/openup-paid-content - f31f8c7 remove EXPERIMENTAL from paid content functions open them up

1.3.3
? · 2026-05-05

- 0a0efe3 1.3.3 - 53bd3ca Merge pull request #120 from wvdsh/end-session-on-navigate - 8a16059 latest @wvdsh/api: - 4638420 add END_SESSION iframe message handler to fire off /gameplay/end-session beacon on navigation, use sendBeacon with simple POST body to avoid preflight request

1.2.1
? · 2026-04-23

- ef72b2a 1.2.1 - 8d6cb2e Merge pull request #116 from wvdsh/publish-to-npm - 4996916 publish to npm - e7ce0c0 install @wvdsh/api

1.1.7
? · 2026-04-20

- a8d2576 1.1.7 - 759d988 Merge pull request #105 from wvdsh/validate-args - 51736e4 lobby metadata is only string or number, no boolean - da789ea set Wavedash on window so you can use WavedashJS or just Wavedash - 4f937ad validate arguments at callsite and provide better error messages if wrong types are passed

1.0.27
? · 2026-03-27

- 9eda6be 1.0.27

1.0.25
? · 2026-03-27

- 27aa76d 1.0.25 - 49d3007 Merge pull request #91 from wvdsh/remote-storage-normalization - 7d9a86b simplify downloadRemoteDirectory to use the precomputed file keys returned by listRemoteDirectory - 6b52d7a cleanup ' - 9cae471 normalize remote storage paths, developer only deals in local paths