Skip to content

Releases: jaavier/dotenv

v1.1.0 - Major Refactor with Clean Architecture

08 Aug 01:49

Choose a tag to compare

Release Notes sugeridas:

v1.1.0 - Major Refactor

New Features

  • GetOrPanic() - Get required env var or panic
  • GetOrDefault() - Get env var with fallback value
  • Get() - Convenience wrapper for os.Getenv

Security Improvements

  • File size limits (1MB max)
  • Path sanitization
  • Permission validation
  • Input validation for env var names

Architecture

  • Complete refactor with clean architecture principles
  • Comprehensive error handling with specific error types
  • Full test coverage (100%)

📚 Documentation

  • Bilingual README (English/Spanish)
  • Complete API reference
  • Usage examples

Breaking Changes

  • Improved error handling may require code updates
  • Better parsing with stricter validation

Stable Version

06 Nov 14:43

Choose a tag to compare

Merge pull request #1 from jaavier/base-project

Base project