Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

v0.0.3

Latest

Choose a tag to compare

@zamderax zamderax released this 05 Jul 16:34

What's Changed

🐛 Bug Fixes

  • Fixed Foundation imports for Linux compatibility by replacing conditional FoundationEssentials imports with standard Foundation imports
  • Fixed all Swift compiler warnings in YAMLParser.swift

🔧 Improvements

  • Enhanced cross-platform support, especially for Linux builds with Swift 6.1.2
  • Updated GitHub Actions workflow to properly run tests

📦 Dependencies

  • Requires Swift 6.0+
  • Full Foundation framework (not FoundationEssentials) for DateFormatter, ISO8601DateFormatter, CharacterSet, and InputStream support

🏗️ Build Status

All tests passing on:

  • ✅ Linux (Ubuntu)
  • ✅ macOS

Full Changelog: v0.0.2...v0.0.3