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

Rename template factory setter methods and add getters #19

Merged
merged 2 commits into from
May 10, 2024

Conversation

cappuc
Copy link
Contributor

@cappuc cappuc commented May 10, 2024

Breaking changes

  • Renamed TemplateFactory setter methods
    • strictVariables -> setStrictVariables
    • rethrowExceptions -> setRethrowExceptions
    • profile -> setProfile
    • debugMode -> setDebugMode
  • Added getters: getStrictVariables , getRethrowExceptions, getProfile
  • Removed property accessors: profile, rethrowExceptions, strictVariables

@cappuc cappuc merged commit 1b6260d into main May 10, 2024
16 checks passed
@cappuc cappuc deleted the rename-factory-methods branch May 10, 2024 12:52
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