Releases: tamdaz/crygen
Releases · tamdaz/crygen
v0.5.1
v0.5.0
v0.4.0
Warning
This library is under development, it is not completely finished.
Added
- Add aliases, mixins, simplify
add_property
, fix bugs. (@nobodywasishere)(#19) - Add
pull
cmd andcruml
dependency. Ignore/out
directory. (@tamdaz)(#21) - Add docs and example for alias. (@tamdaz)(#24)
- Setup helpers for annotations. (@tamdaz)(#25)
- Test helpers for annotations. (@tamdaz)(#26)
Changed
Removed
New Contributor
- @nobodywasishere made their first contribution in #19
v0.3.1
v0.3.0
Warning
This library is under development, it is not completely finished.
Full Changelog: v0.2.0...v0.3.0
Added
Changed
v0.2.0
Warning
This library is under development, it is not completely finished.
Full Changelog: v0.1.0...v0.2.0
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)