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

v2.6.1 #40

Merged
merged 6 commits into from
Aug 2, 2020
Merged

v2.6.1 #40

merged 6 commits into from
Aug 2, 2020

Conversation

ChapelR
Copy link
Owner

@ChapelR ChapelR commented Aug 2, 2020

August 2, 2020 (v2.6.1)

  • [Update] Updated the event macro set.
    • Added <<on>>,<<one>>, and <<off>>. Deprecated <<event>>.
    • Support for single-use event handlers.
    • Added default namespaces.
    • Internal improvements.

[Closes #39]

adresses #39

- add script namespace
- allow user-defined namespaces
- add aliases `<<on>>` and `<<one>>`
- add support for one-time use handlers via an arg (`once` keyword) or the `<<one>>` macro name alias.
- add `<<off>>` macro
removed user namespaces, as they can just add it to the type.
documentation
@ChapelR ChapelR merged commit 73aa650 into master Aug 2, 2020
@ChapelR ChapelR deleted the v2.6.1 branch August 2, 2020 11:17
This pull request was closed.
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.

<<event>> should use a namespace and offer a single-use option
1 participant