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

added the option to choose casing for loose mode. #207

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

vzaidman
Copy link

@vzaidman vzaidman commented Mar 12, 2017

this fixes #206.

Instead of the confusing "UpperCase" in loose mode unless "lowercase" is set,
I added the "looseCasing" property to support "upper/lower/unchanged" casing.

looseCasing defaults to "upper" so the default behavior didn't change.

  • backwards support - setting "lowercase" / "lowercasetags" overrides this property.

  • tests - added tests for the looseCasing options and also backward support test

  • readme - updated readme to explain how the new property works

@vzaidman
Copy link
Author

vzaidman commented May 9, 2017

guys? any chance this will be merged?

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.

in a not strict mode, there is no option to keep attributes casing
1 participant