Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@havelessbemore havelessbemore released this 24 Jun 00:41
· 8 commits to main since this release

Breaking Updates

  1. Remove MAX_ARGUMENTS_LENGTH as it is not always a constant. More details here.
  2. Move utils in src/collection/ to src/utils/
  3. Move MAX_ARRAY_LENGTH from ArrayUtils to env namespace

Updates

  1. Add env namespace
  2. Replace MAX_ARGUMENTS_LENGTH with env.getMaxArgumentsLength()