Skip to content

v0.4.4-beta

Compare
Choose a tag to compare
@jacobobryant jacobobryant released this 02 Sep 20:54
· 257 commits to master since this release

Upgrade instructions:

  • Change Biff's :sha value in deps.edn to 6bf7d470a55f88172ccf80c92df6564987f37bf1
  • Apply this small bug fix to your project's main .clj file

Added:

  • The example project now includes the frontend code needed for Recaptcha. So now all you need to do to enable it on new projects is to add your Recaptcha site key and secret key to your config.edn file. If you'd like to apply the changes to an existing project, see these changes in home.clj.
  • Some code previously in the example project has been moved into a new com.biffweb/delete-old-files function.
  • Biff transactions now support a :db/op :create operation which will cause the transaction to fail if the document in question already exists. Thanks to @N-litened for the PR.

Bugs:

  • Remove some nils from the Reitit routes, which were causing errors in some situations. See "Upgrade instructions" above.
  • Fixed some redirect issues that were causing problems with htmx.
  • com.biffweb/lookup previously did not work... at all... and now it does.