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

Negative look behind Regexp removal. #23

Merged
merged 2 commits into from
Jun 13, 2021
Merged

Commits on Jun 13, 2021

  1. Remove negative lookbehind regexp logic.

    As reported in mrodrig/json-2-csv#197, many
    browsers don't support negative look behind RegExps, which causes both
    calls to this module and dependency modules to fail when that logic was
    invoked. In order to fix that, this commit reworks the RegExp to be use
    a string character parser to find first index where a non-escaped '.'
    character is found.
    mrodrig authored Jun 13, 2021
    Configuration menu
    Copy the full SHA
    2ef3c4c View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.1

    mrodrig authored Jun 13, 2021
    Configuration menu
    Copy the full SHA
    0068ad3 View commit details
    Browse the repository at this point in the history