Skip to content

@scaleway/[email protected]

Choose a tag to compare

@github-actions github-actions released this 09 Aug 12:22
· 1339 commits to main since this release
0208893

Major Changes

  • #1442 c39764e Thanks @vincentaudebert! - Rename few regex and camelcase all of them for more consistency. Also creates alphanumDashUnderscoreDots.

    Here is the full list of changes:

    • alphaLower -> alphaLowercase
    • alphanumdash -> alphanumDash
    • alphanumdashdots -> alphanumDashDots
    • alphanumdashdotsorempty -> alphanumDashDotsOrEmpty
    • alphanumdashdotsspaces -> alphanumDashDotsSpaces
    • alphanumdashunderscore -> alphanumDashUnderscore
    • alphanumdashunderscoredotsspacesparenthesis -> alphanumDashUnderscoreDotsSpacesParenthesis
    • alphanumdashorempty -> alphanumDashOrEmpty
    • alphanumdashspaces -> alphanumDashSpaces
    • alphanumdots -> alphanumDots
    • alphanumdashLowercase -> alphanumDashLowercase
    • alphanumSpacesDotsUnderscoreDash -> alphanumDashUnderscoreDotsSpaces
    • alphanumUnderscoreDash -> alphanumDashUnderscore
    • alphanumUnderscoreDollarDash -> alphanumDashUnderscoreDollar