Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.1.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.1](https://github.com/untrustedmodders/plugify-gen/compare/v1.1.0...v1.1.1) (2025-11-26)


### Bug Fixes

* add enum convertion and unsafe context for dotnet wrappers ([d614569](https://github.com/untrustedmodders/plugify-gen/commit/d614569824ca4bd77d781accede4bf82d6e5ea4a))
* add missing ref to c# arrays ([e649bb2](https://github.com/untrustedmodders/plugify-gen/commit/e649bb23808c396b0bc4af969e5d7ca869cbea88))
* add static keyword to non bind methods for dotnet ([3c46da4](https://github.com/untrustedmodders/plugify-gen/commit/3c46da4bdd1fe05f2876881a28a96b9b92f1599b))
* **claude:** add reset methods to lua/v8 generators ([2706cc6](https://github.com/untrustedmodders/plugify-gen/commit/2706cc6ba430b2330aff664b38dae4b4a7dd4134))
* **claude:** add utility methods to lua generator ([68db134](https://github.com/untrustedmodders/plugify-gen/commit/68db134280e910bd667a13f3eebf0fa313ed75ec))
* **claude:** add utility methods to python generator ([35cec95](https://github.com/untrustedmodders/plugify-gen/commit/35cec95b2d87e50ea153ba090b6adb16c5866cac))
* **claude:** add utility methods to v8 generator ([8b8e352](https://github.com/untrustedmodders/plugify-gen/commit/8b8e3525e4916627165f07673dc93dafe0eaf9e5))
* **claude:** copy code button rework ([c0ef929](https://github.com/untrustedmodders/plugify-gen/commit/c0ef92937c651ae5a36111a98e119ef0cee07bda))

## [1.1.0](https://github.com/untrustedmodders/plugify-gen/compare/v1.0.2...v1.1.0) (2025-11-20)


Expand Down