Skip to content

Commit

Permalink
docs(changeset): constant(foo) no longer adds the value of foo to…
Browse files Browse the repository at this point in the history
… the plan diagram unless you pass `true` as the second option (`constant(foo, true)`) or `foo` is something very basic like `null`/`undefined`/`true`/`false`. This is to protect your secrets.
  • Loading branch information
benjie committed Jul 17, 2023
1 parent 76efcd3 commit 1882e01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/hot-snails-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"grafast": patch
---

`constant(foo)` no longer adds the value of `foo` to the plan diagram unless you
pass `true` as the second option (`constant(foo, true)`) or `foo` is something
very basic like `null`/`undefined`/`true`/`false`. This is to protect your
secrets.

0 comments on commit 1882e01

Please sign in to comment.