Releases: deathbeds/urljsf
Releases · deathbeds/urljsf
0.1.5
- #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
- #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
- #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
- #19 fixes some schema descriptions
- #20 adds a copy-to-clipboard button to all markdown-rendered
pre
tags
v0.1.1
- #12 adds an
mkdocs
plugin, available with pip install urljsf[mkdocs]
or
conda install -c conda-forge urljsf-with-mkdocs