Skip to content

Version 0.7.1

Compare
Choose a tag to compare
@jsdevel jsdevel released this 05 Feb 09:07
· 1311 commits to main since this release
  • [PERFORMANCE] Correcting the regex for express param conversion.
    • It was working before, but it wasn't written properly. Should match on [^}]+.
    • Learned something new about javascript I.E. + can backtrack.