Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 866 Bytes

File metadata and controls

28 lines (18 loc) · 866 Bytes

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.

Added

  • BuildEnvironmentExtractorPlugin for generating Swift code from environment variables
  • GitInfoPlugin for generating Swift code with Git metadata
  • Support for configurable acronym preservation in environment variable names
  • Automatic camelCase conversion of environment variable names
  • Missing environment variables are included in the generated code as comments
  • Git tag simplification for cleaner version strings

Changed

Deprecated

Removed

Fixed

Security