Skip to content

Releases: muhittincamdali/SwiftUI-Data-Visualization

v1.0.0 - Initial Release

02 Feb 21:15

Choose a tag to compare

What's Changed

  • chore: add FUNDING.yml and CI badge
  • chore: add PR template, stale bot, and code standards
  • chore: add dependabot and fix CI
  • docs: completely rewrite README with ASCII art and comprehensive examples
  • Add issue templates, CI/CD workflows, and release automation
  • Rewrite README with chart examples
  • chore(audit): add Swift build audit report (#10)
  • chore(audit): add Swift build audit report (#9)
  • chore(ci): add README Guard and CODEOWNERS Documentation/** (#8)
  • chore(spm): resolve/update Package.resolved (SwiftPM/Xcode) (#7)
  • feat(docs,examples): deep content (Architecture/Testing/Performance/Security + AdvancedExamples) (#6)
  • docs: add Examples and Documentation index (repo-specific, English-only) (#5)
  • chore(readme): remove analytics/stargazers sections (#4)
  • chore(hygiene): remove .DS_Store and ignore macOS artifacts (#3)
  • chore(quality): CODEOWNERS + link check + markdown quality + README guard (#2)
  • Revert README.md to state from 2025-08-10 (#1)
  • 🚀 Enhance repository with comprehensive documentation and examples
  • feat: enhance repository structure and documentation
  • chore: remove auto-generated docs/examples, restore README layout, and stabilize CI
  • ci(docs): add markdownlint and link checker workflow
  • docs: add/update TOC for Documentation/Examples markdown files
  • docs: ensure all Markdown/Swift files meet minimum length and fix/create referenced docs/examples
  • docs: add CI and License badges to README
  • ci(docs): add GitHub standards (CI, PR/Issue templates, CODEOWNERS template)
  • docs: add standard documentation files and update README TOC
  • docs: replace reporoster stars chart with starchart.cc
  • feat: enhance ResponsiveDesignGuide with comprehensive responsive design strategies
  • feat: enhance documentation with comprehensive content for all API guides and guides
  • feat: enhance README with advanced statistics and project metrics
  • Merge remote changes and enhance documentation
  • 📚 Add comprehensive documentation files for SwiftUI Data Visualization framework
  • ✨ Add comprehensive examples and improve README documentation
  • 🔧 Fix directory naming to match README references - Rename BasicCharts to BasicExamples - Rename AdvancedCharts to AdvancedExamples - Ensure all Examples directories match README links
  • ✨ Add missing Examples directories and files - Add InteractiveExamples with README and Swift file - Add AnimationExamples with README and Swift file - Add PerformanceExamples with README and Swift file - Add CustomizationExamples with README and Swift file - Complete missing Examples directories referenced in README
  • Add missing documentation files for SwiftUI-Data-Visualization
  • 🚀 Mükemmel README: Önem sırasına göre düzenleme, Project Statistics/Stargazers en alta, zengin görsel içerik, detaylı kod örnekleri
  • 🔧 README improvements: Add Project Statistics/Stargazers/Acknowledgments, improve star messages
  • Fix README.md links and add comprehensive chart implementations
  • Fix README links and repository metadata
  • Add comprehensive documentation and advanced examples
  • Add comprehensive financial charts and performance tests
  • Add comprehensive area chart and integration tests
  • Add comprehensive chart components and tests
  • Initial commit: World's most advanced SwiftUI data visualization library
  • Add comprehensive test coverage and complete chart implementations
  • Add comprehensive chart implementations: BarChart, PieChart, ScatterChart
  • Add GitHub topics and complete repository structure
  • Add comprehensive test files and documentation
  • Initial commit: Project foundation and core structure

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/muhittincamdali/SwiftUI-Data-Visualization.git", from: "v1.0.0")
]