Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

0.9.6

Compare
Choose a tag to compare
@wodka wodka released this 17 Jul 08:40
· 71 commits to master since this release

Added

  • default index.html for api without bundled ui
  • slug for form fields can now be saved
  • submission webhooks with ability to customize json payload
    {
      form: ID
      submission: ID
      created: DateTime
      lastModified: DateTime
      fields: [
          {
              field: ID
              slug: String
              value: any
          }
      ]
    }
    

Changed

  • minify containers to reduce layer size

Fixed

  • bug in settings resolver with nullable fields
  • bug if user was deleted and form still exists

Security

  • container now runs as non root user