metagen_bhl_bind/CHANGELOG.md

24 lines
692 B
Markdown
Raw Normal View History

2024-12-18 18:34:50 +03:00
## 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
2024-12-03 19:02:06 +03:00
## v15.5.2
- Proper retain for any Val in args
- A bit optimizing setters/getters codegen
- Adding @bhl_blob support
2024-11-21 14:32:16 +03:00
## v15.4.2
- Using local static functions instead of lambdas for better stack traces
2024-11-21 14:33:59 +03:00
## v15.0.0
2024-11-21 14:34:17 +03:00
- Migrating to IList<T> instead of HList<T> for arguments as it is more versatile
- Adding codegen for disposal of arguments
2024-11-21 14:33:59 +03:00
2024-11-21 14:36:19 +03:00
## v14.0.0
- Making it possible to specify custom code
- Always adding `using bhl` directive to generated code
2024-06-21 18:39:39 +03:00
## v13.0.0
2024-11-21 14:32:16 +03:00
- Migrating to new BHL2-beta123 efficient native array wrappers