692 B
692 B
v17.1.0
- Splitting one huge codegenerated file into multiple ones
v16.0.0
- Migrating to IList from ValList for []any bindings since it is more generic
v15.5.2
- Proper retain for any Val in args
- A bit optimizing setters/getters codegen
- Adding @bhl_blob support
v15.4.2
- Using local static functions instead of lambdas for better stack traces
v15.0.0
- Migrating to IList instead of HList for arguments as it is more versatile
- Adding codegen for disposal of arguments
v14.0.0
- Making it possible to specify custom code
- Always adding
using bhl
directive to generated code
v13.0.0
- Migrating to new BHL2-beta123 efficient native array wrappers