We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What I want is names like
Sometimes, versions look different and should be converted as shown
v1beta4
name1_beta4
v1.3
name1p3
directory_v1
name1_directory
directory_v1.3
name1p3_directory
v1management
name1_management
The text was updated successfully, but these errors were encountered:
You can watch the archived development stream on youtube.
Sorry, something went wrong.
feat(names): improved library names
b895610
Related to #3
feat(name): oauth22 -> oauth2_v2
664d822
fix(to_version): assured it handles '0' correctly
4b9dbb2
Previously, it could possibly take a '0' away from the start of a version. Now this is definitely not possible anymore. Fixes #3
Byron
No branches or pull requests
What I want is names like
Sometimes, versions look different and should be converted as shown
v1beta4
->name1_beta4
v1.3
->name1p3
directory_v1
->name1_directory
directory_v1.3
->name1p3_directory
v1management
->name1_management
The text was updated successfully, but these errors were encountered: