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

Releases: edgeengineer/yaml

v0.0.3

05 Jul 16:34

Choose a tag to compare

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

Release 0.0.2

05 Jul 15:10

Choose a tag to compare

Second release of YAML parser for Swift

Initial Release

05 Jul 14:17

Choose a tag to compare

Initial release of YAML parser for Swift