Skip to content

0.5.0

Compare
Choose a tag to compare
@rphlmr rphlmr released this 12 Jul 16:33
· 11 commits to main since this release
0aca064

What's Changed

Hey ๐Ÿ‘‹ some new things for this release!

Goodies in Schema

(#20) You can now use $.faker for $default and $defaultFn

  name: text("name")
    .notNull()
    .$defaultFn(() => $.faker.person.lastName())

New Drizzle extensions

drizzle-zod and drizzle-valibot are now available in all playgrounds (#16)

UI reworks

Playgrounds list

You can now identify which playground is shared (you can filter on the keyword shared)

CleanShot 2024-07-12 at 15 05 58@2x

Share button

The share button has been reworked to easily reflect its status

CleanShot 2024-07-12 at 14 57 59@2x
CleanShot 2024-07-12 at 14 58 12@2x

Publish button (shared playgrounds)

The publish button has been reworked to draw your attention to the fact that your shared playground has some pending changes that have not been pushed.

CleanShot 2024-07-12 at 14 58 27@2x

Discard local changes (shared playgrounds)

You can now discard local changes that have not been pushed and revert to the server version.

CleanShot 2024-07-12 at 14 59 02@2x

Catch playground execution error

Some users can face cryptic errors when they miss some awaits on async function calls.
Now we try to help you.

CleanShot 2024-07-12 at 14 57 01@2x

New formatter

The default formatter has been replaced with prettier