Skip to content
Snippets Groups Projects
CHANGELOG.md 976 B
Newer Older
  • Learn to ignore specific revisions
  • Jesper Zedlitz's avatar
    Jesper Zedlitz committed
    # Changelog
    
    All notable changes to this project will be documented in this file.
    
    The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
    and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
    
    
    Thorge Petersen's avatar
    Thorge Petersen committed
    ## [1.1.0] - 2024-01-09
    
    Thorge Petersen's avatar
    Thorge Petersen committed
    - **Unit Tests**:
      - URI replacements and resource clearing functionality.
      - Support for multiple formats: GeoTIFF, Atom, DOCX, ODT, XLSX, JPEG, PDF, TXT, TIF.
      - Frictionless Data Resource validation.
    
    - **Report Generation**:
      - Added columns for **HTTP status** and **error message** in the generated reports.
      - Implemented **filters** for table columns, allowing users to refine data views.
    
    Thorge Petersen's avatar
    Thorge Petersen committed
    - **Coverage Configuration**:
      - Updated coverage settings to better manage test file inclusion/exclusion.
      - Test files are now excluded from coverage reports to focus on measuring application code quality.
    
    Jesper Zedlitz's avatar
    Jesper Zedlitz committed
    ## [1.0.0] - 2024-12-20
    
    ### Added
    
    - Initial project files