Releases: profullstack/leaderboard
Releases · profullstack/leaderboard
Release list
v0.3.1
Documents what a Next.js catch-all route cannot serve: <base>.json is a sibling of the base path rather than a child, so the catch-all never sees it and the documented index path silently falls through to whatever else matches. Use <base>/index.json, or give the JSON path its own route. Also notes that calling the exported GET directly in a test bypasses the router that makes this decision. Docs only.
v0.3.0
v0.2.0
Boards now declare which side of a transaction they rank: sell (money to the actor), buy (money from them), use (volume, no money). Sides are segregated in the index, the page, the share card and the widget, which shows one side at a time. New per-board actor names the column. A commission rate appears only on sell boards.