Skip to content

Releases: deathbeds/urljsf

0.1.5

21 Dec 18:36
21bc59d
Compare
Choose a tag to compare
  • #36
    • adds support for binary files, e.g. uploaded images, in to_zip_url template filter
    • to_zip_url accepts a name parameter, to encode into the Data URL
    • adds data_url_file and data_url_mime to extract the file name/MIME type from a
      Data URL

0.1.4

19 Dec 13:58
231363e
Compare
Choose a tag to compare
  • #33
    • adds more file-related template filters: to_(json|toml|yaml)_url
    • adds to_zip_url, which can create .zip archives of trees of files

v0.1.3

11 Dec 13:16
c0baa20
Compare
Choose a tag to compare
  • #27
    • fixes errant idPrefix relying on a hard-coded form key
    • updates form schema to accept a local file for forms.*.props
    • adds in-development builds with rattler-build, published on ReadTheDocs
    • adds schema_errors nunjucks filter
    • adopts @segment/ajv-human-errors for more humane schema error messages

v0.1.2

20 Nov 01:10
8634591
Compare
Choose a tag to compare
  • #19 fixes some schema descriptions
  • #20 adds a copy-to-clipboard button to all markdown-rendered pre tags

v0.1.1

16 Nov 19:45
801fcc9
Compare
Choose a tag to compare
  • #12 adds an mkdocs plugin, available with pip install urljsf[mkdocs] or
    conda install -c conda-forge urljsf-with-mkdocs

v0.1.0

14 Nov 00:53
f92c0f2
Compare
Choose a tag to compare
  • initial release