Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

27 lines (20 loc) · 1.85 KB

Changelog

v0.2.0 - 04-02-2025

Added

  • Add methods to add C functions, enums, structs and unions (#2)(@tamdaz)
  • Add methods to generate a macro (#3)(@tamdaz)
  • Add enum for properties (#5)(@tamdaz)
  • Change the return type for methods (#8)(@tamdaz)
  • Add an optional argument to define the property scope (#10)(tamdaz)
  • Add CGE alias (3a24483)(@tamdaz)
  • Add Crygen::Enums::PropVisibility enum (f0614ee)(@tamdaz)
  • Add Crygen::Enums::PropScope enum (79893b4)(@tamdaz)
  • Add Crygen::Types::LibC type (9af8d2)(@tamdaz)
  • Add Crygen::Types::Macro type (c7014d)(@tamdaz)
  • Add CGE alias (3a2448)(@tamdaz)

Changed

  • Breaking: Visibility arg is an enum instead of a symbol (f0614ee)(@tamdaz)
  • Change the return type for methods (312d34)(@tamdaz)
  • An scope optional argument is added to Crygen::Modules::Property#add_property overloaded methods. (543eb6)(@tamdaz)

v0.1.0 - 24-01-2025

This is an initial release 🧭