Yafowil

Latest version: v3.0.1

Safety actively analyzes 638466 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

2.2

----------------

- No changes.

2.2b2

------------------

- Add ``yafowil.utils.entry_point`` decorator to control order of entry point
loading.
[rnix, 2016-06-27]

2.2b1

------------------

- Fix typo in ``setup.py``, fixes 26
[saily, 2016-03-01]

- Improve ``yafowil.base.WidgetAttributes`` to check attribute containment with
``__iter__`` instead of ``__getitem__`` catching a ``KeyError``. Speeds up
whole yafowil test suite (including official addon widgets) by approximately
18 percent.
[rnix, 2016-02-07]

- Fix ``yafowil.utils.cssid``. CSS ID's must not contain special characters
which get normalized now and should not contain whitespaces which get
replaced by underscore.
[rnix, 2015-11-30]

- Set ``persist`` factory default to ``True`` for ``hidden``, ``proxy``,
``text``, ``textarea``, ``lines``, ``password``, ``checkbox``, ``select``,
``email``, ``url`` and ``number`` blueprints.
[rnix, 2015-11-26]

- Introduce ``yafowil.persistence``, ``RuntimeData.write`` and
``RuntimeData.has_errors``.
[rnix, 2015-11-26]

- Add default ``class`` property to ``lines`` blueprint.
[rnix, 2015-11-20]

- Use ``generic_emptyvalue_extractor`` in ``hidden``, ``proxy``, ``text``,
``textarea``, ``lines``, ``select``, ``file``, ``password``, ``email``,
``url``, ``search`` and ``number`` blueprints.
[rnix, 2015-11-20]

- Use ``generic_datatype_extractor`` in ``hidden``, ``proxy``, ``text``,
``lines``, ``select`` and ``number`` blueprints.
[rnix, 2015-11-19]

- Introduce ``generic_emptyvalue_extractor``.
[rnix, 2015-11-19]

- Instroduce ``generic_datatype_extractor``.
[rnix, 2015-11-18]

- Values in ``Widget.attrs`` can also be ``UNSET``.
[rnix, 2015-11-18]

- Change ``default`` value of ``select`` blueprint from ``list()`` to
``UNSET``. This represents both, an empty single valued and an empty
multi valued selection.
[rnix, 2015-11-18]

- Fix URL extractor. Must not raise ExtractionError if not required on empty
input.
[rnix, 2015-11-18]

2.1.3

------------------

- Fix email extractor. Must not raise ExtractionError if not required on empty
input.
[rnix, 2015-04-11]

2.1.2

------------------

- Fix ``compound_extractor`` case if structural child is structural as well
and skip extraction if so.
[rnix, 2014-08-29]

- Introduce ``yafowil.resources.YafowilResources`` class which can be used
as base for resource publishing specific framework integration code.
[rnix, 2014-08-07]

- Introduce ``configure`` entry points. They are executed after ``register``
entry points and are supposed to be used for theme configuration (for which
it's important that all factory defaults are already set)
[rnix, 2014-08-02]

- Use ``plumbing`` decorator instead of ``plumber`` metaclass.
[rnix, 2014-08-01]

- Replace ``"`` with ``&quot`` for input values.
[rnix, 2014-07-16]

2.1.1

------------------

- Package not ZIP safe.
[chaoflow, 2014-06-10]

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.