Skip to content

Latest commit

 

History

History
52 lines (49 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

52 lines (49 loc) · 1.85 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.2 - 2024-08-14

Added

  • dmeta/errors.py
  • pptx and xlsx support
  • get_microsoft_format function in util.py
  • SECURITY.md
  • inplace parameter in the clear function in functions.py
  • inplace parameter in the clear_all function in functions.py
  • inplace parameter in the update function in functions.py
  • inplace parameter in the update_all function in functions.py
  • inplace parameter in CLI
  • inplace tests

Changed

  • run_dmeta in functions.py
  • read_json in util.py
  • get_microsoft_format in util.py
  • error messages in params.py
  • clear function in functions.py
  • extract function in util.py
  • remove_format function in util.py
  • clear function in functions.py
  • clear_all function in functions.py
  • update function in functions.py
  • update_all function in functions.py
  • extract_namespaces function in util.py
  • README.md updated

0.1 - 2024-06-19

Added

  • CLI handler
  • main function in __main__.py
  • README.md
  • clear function in functions.py
  • clear_all function in functions.py
  • update function in functions.py
  • update_all function in functions.py
  • run_dmeta function in functions.py
  • dmeta_help function in functions.py
  • extract_namespaces function in util.py
  • remove_format function in util.py
  • extract_docx function in util.py
  • read_json function in util.py