Skip to content

feat(binary size): Disable unicode support by default + update deps

AdminXVII requested to merge AdminXVII/ion:no-unicode-regex into master
  • Disable the regex's unicode feature by default
  • Add a feature to Ion to enable it again
  • Update the dependencies

BREAKING: Perl-style character class are disabled (\w et al.) and there is no longer unicode support by default.

Merge request reports