# 📑 Changelog

All notable changes to EazyPrefs will be documented on this page.


# [1.0.0] - Initial Release

🚀 EazyPrefs is live!
The first official release of EazyPrefs is packed with features to supercharge your PlayerPrefs and EditorPrefs workflow.

# Highlights

  • Powerful editor window to view, edit, create, and manage prefs
  • Full support for PlayerPrefs and EditorPrefs in one unified UI
  • Support for dozens of data types (int, float, bool, string, enums, vectors, colors, DateTime, JSON objects, and more)
  • Built-in encryption and compression support (per-pref)
  • Prefs Wrappers (auto-generated static access classes)
  • Modular and type-safe pref system with strongly-typed access
  • Extendable API — create custom pref types and drawers
  • Import/export prefs as JSON
  • Clean, intuitive UI with filtering, sorting, and search
  • Version-control-friendly config file
  • Designed for both runtime and editor use