Skip to content

Changelog

All notable changes to Jnkn.

Versioning

Jnkn follows Semantic Versioning:

  • MAJOR — Incompatible API changes
  • MINOR — New functionality, backwards compatible
  • PATCH — Bug fixes, backwards compatible

[Unreleased]

Added

  • Python parser expansion (50+ patterns)
  • Click/Typer envvar= detection
  • django-environ support
  • python-dotenv support

Changed

  • Improved confidence calculation
  • Better false positive handling

Fixed

  • Multiline env var detection
  • Pydantic env_prefix handling

[0.1.0] - 2023-12-01

Added

  • Initial release