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

✨ Add support for string-unit on object/anything arbitrary #5366

Merged
merged 2 commits into from
Oct 25, 2024
Merged

Commits on Oct 25, 2024

  1. ✨ Add support for string-unit on object/anything arbitrary

    The `unit` field has been added pretty recently to `string` in order to offer ways for our users to control in a more granular way what kind of "character" they would like to be generated for their strings. In order not to mix "character" with the characters in JavaScript and to allow any feasible grapheme or combination of code-points to be a valid "character" we refer to them as "unit".
    
    This PR adds supports for units of strings from object builders.
    dubzzz authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6069362 View commit details
    Browse the repository at this point in the history
  2. Create chilly-apes-watch.md

    dubzzz authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bd0c1fb View commit details
    Browse the repository at this point in the history