@hyperfrontend/json-utils

Changelog§

Every published release, newest first. The latest is v1.0.1.

  1. v1.0.15 fixes

    Bug Fixes

    • keep the pattern guards and position inside anyof, oneof and not branches
    • report a $ref cycle that consumes no data instead of overflowing the stack
    • generate schemas the json form of the sample satisfies
    • count string length by code point for minlength and maxlength
    • accept email domains with more than two labels
    Compare the commits behind v1.0.1 on GitHub ↗
  2. v1.0.01 feature

    Features

    • Marked stable. No API changes since 0.1.1.
    Compare the commits behind v1.0.0 on GitHub ↗
  3. v0.1.11 other change

    Other

    • @hyperfrontend/workspaceremove lib-builder and tool-package as implicit dependencies for all lib projects
    Compare the commits behind v0.1.1 on GitHub ↗
  4. v0.1.01 feature · 1 fix

    Features

    • lib-json-utilsregex pattern safety (b899865)

    Bug Fixes

    • lib-json-utilscorrect package exports (9e67a4b)
    Compare the commits behind v0.1.0 on GitHub ↗
  5. v0.0.31 fix

    Bug Fixes

    • lib-json-utilscorrect package exports (9e67a4b)
    Compare the commits behind v0.0.3 on GitHub ↗
  6. v0.0.2No notes
  7. v0.0.11 other change

    Performance Improvements

    • lib-json-utilsfix regex with performance caveats (28b21f2)