Releases: wevm/frog
Releases · wevm/frog
Release list
frog@1.1.0
Minor Changes
-
5225ab5: Added pluggable friction stores, a Postgres.js-backed
Store.postgres({ connectionString })factory, and theFrog.createlogging API.import { Frog, Store } from 'frog' const store = Store.postgres({ connectionString: process.env.DATABASE_URL! }) const frog = Frog.create({ store }) await frog.log({ body: 'The workaround used.', severity: 'minor', title: 'Tool required a workaround', }) const logs = await frog.logs() await store.close()
frog@1.0.15
Patch Changes
- 7036898: Updated existing reports in place and reserved recurrence comments for new friction entries.
frog@1.0.14
Patch Changes
- eaa1fdf: Validated supplied bodies against local issue forms before writing friction entries.
frog@1.0.13
Patch Changes
- aa43e31: Fixed standalone binary releases for package-scoped tags.
frog@1.0.12
Patch Changes
- d10576b: Updated package.
frog@1.0.11
Patch Changes
- ecd5969: Updated setup documentation and generated agent guidance to prefer standalone installation while retaining project package-manager commands.
frog@1.0.10
Patch Changes
- cbe013a: Added standalone executables with verified installers, short install URLs, and in-place updates.
frog@1.0.9
Patch Changes
- 5f8dc73: Used the project package manager for generated Frog commands when declared.
frog@1.0.8
Patch Changes
- 1aa72b2: Removed the bundled skill and used package-manager runners in installation and generated repository guidance.