File-config

Latest version: v1.0.0

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

Scan your dependencies

Page 2 of 4

0.3.5

=========================================================================================

Bug Fixes
---------

- Allowing default values to be used in configs when loading from dictionaries that are missing the value `22 <https://github.com/stephen-bunn/file-config/issues/22>`_

0.3.4

=========================================================================================

Bug Fixes
---------

- Fixing ``typing._GenericAlias`` typecasting raising ``AttributeError`` `21 <https://github.com/stephen-bunn/file-config/issues/21>`_

0.3.3

=========================================================================================

Bug Fixes
---------

- Fixing regex check bug where ``type_.__name__`` raises an ``AttributeError`` on ``typing.List`` edge case `19 <https://github.com/stephen-bunn/file-config/issues/19>`_
- Fixing ``dump_x`` handlers not using kwargs like ``dumps_x`` handlers `20 <https://github.com/stephen-bunn/file-config/issues/20>`_

0.3.2

=========================================================================================

Bug Fixes
---------

- Fixing schema builder where building schemas for object types with nested typing types silently fails `18 <https://github.com/stephen-bunn/file-config/issues/18>`_

Documentation
-------------

- Showing newly documented private methods in package documentation
- Adding basic docstrings for private schema_builder functions
- Adding basic docstrings for util functions

Miscellaneous
-------------

- Updating copyright statements from 2018 to 2019
- Fixing missing wheel in release

0.3.1

=========================================================================================

Features
--------

- Adding `defusedxml <https://pypi.org/project/defusedxml/>`_ as fromstring reader in ``XMLParser`` `17 <https://github.com/stephen-bunn/file-config/issues/17>`_

Miscellaneous
-------------

- Fixing lxml required for import

0.3.0

=========================================================================================

Features
--------

- Adding basic ini support through ``configparser`` `10 <https://github.com/stephen-bunn/file-config/issues/10>`_
- Adding basic xml support through ``lxml`` `12 <https://github.com/stephen-bunn/file-config/issues/12>`_

Documentation
-------------

- Splitting up Sphinx autodocs into separate sections
- Adding Handlers section to documentation

Miscellaneous
-------------

- Adding ``TYPE_MAPPINGS`` to ``utils.py`` as a way of generically representing available types and their translations
- Project Restructure - restructuring project to provide a better development experience
- Updating from MIT to ISC licensing

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.