This repository has been archived by the owner on May 4, 2021. It is now read-only.
Releases: relaypro-open/formidable
Releases · relaypro-open/formidable
v0.3.2
v0.3.1
v0.3.0
v0.2.3
- Added new API registration feature for plugins to expose arbitrary APIs that depend on a particular
formidable
instance to applications
v0.2.2
- Added
build
property to themeta
context for more reliable usage by template tags
v0.2.1
- Changed
formidable
instantiation so that calls torequire('formidable')
are safe during plugin initialization, etc. - Changed
template.load.*()
APIs to accept arguments in the natural order: key, value - Fixed linting bugs
v0.2.0
- Added a middleware and plugin system
{% url %}
template tag no longer requires (or allows),
delimiters between its URL parameter arguments, i.e. it now uses a syntax consistent with HTML tag attributes
v0.1.5
- Added
formidable/settings.reset()
to resetrequire()
's cache of theformidable
singleton - Automatically calls
formidable/settings.reset()
fromformidable/settings.configure()
to reset theformidable
singleton for subsequent imports from application code
v0.1.4
- Fixed parsing issue for nested object options
- Added
formidable/template
module as a convenience alias forformidable.template
v0.1.3
- Added rendering metadata to template context, configurable with the
meta
option