Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.04 KB

File metadata and controls

29 lines (20 loc) · 1.04 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.

1.1.0 — 2025-01-01

Added

  • feature: add CI/CD github workflow configuration

Changed

  • fix: module marker exception usage
  • enhancement: switch merge method from recursion to cycle
  • enhancement: switch flat method from recursion to cycle
  • refactoring: move CaseInsensitiveDict tests to other unit tests file
  • enhancement: generalize & clarify typing for CaseInsensitiveDict classes
  • documentation: add CaseInsensitiveDict classes documentation
  • fix: typing issues in inline_index function
  • documentation: fix typo, change markup for admonition

1.0.0 - 2023-01-27

  • Initial implementation