Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Lua.API.install/1 callback to Lua.API.install/3 #45

Merged
merged 4 commits into from
Sep 9, 2024

Conversation

davydog187
Copy link
Contributor

@davydog187 davydog187 commented Sep 8, 2024

Changes the arity of the API, passing the scope and data to the install/3 callback, allowing the install callback to capture runtime data from APIs, databases, or elsewhere in the API scope for further usage.

Note that this is a breaking change, but since we have not released a stable version yet, consumers will need to be mindful.

Changes the arity of the API, passing the scope and data to the
`install/3` callback, allowing the install callback to capture runtime data from APIs, databases, or elsewhere in the API scope for further usage
@davydog187 davydog187 enabled auto-merge (squash) September 9, 2024 13:47
@davydog187 davydog187 merged commit 676eebe into main Sep 9, 2024
1 check passed
@davydog187 davydog187 deleted the storing-data branch September 9, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant