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

feat: complex form data #4634

Merged
merged 8 commits into from
Aug 21, 2023
Merged

feat: complex form data #4634

merged 8 commits into from
Aug 21, 2023

Commits on Jun 28, 2023

  1. refactor formToObj to support complex form data

    still supports arrays of strings and objects as it previously did, but now also supports arrays of objects
    ulic75 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    eb36131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ab003e View commit details
    Browse the repository at this point in the history
  3. create tests

    ulic75 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f8f4a41 View commit details
    Browse the repository at this point in the history
  4. add some docs

    ulic75 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    12e976b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4baddc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. update comments

    more specifically removing purposed depercation notice as bracket notation is needed for multi selects
    ulic75 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    86daf45 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    f549874 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. prettier

    ulic75 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    691fe42 View commit details
    Browse the repository at this point in the history