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(compiler-sfc): introduce defineModel macro and useModel helper #8018

Merged
merged 26 commits into from Apr 8, 2023

Commits on Apr 5, 2023

  1. wip: defineModel

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    6c9ac2d View commit details
    Browse the repository at this point in the history
  2. test: disallow

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    4607c27 View commit details
    Browse the repository at this point in the history
  3. wip

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    f72c1f2 View commit details
    Browse the repository at this point in the history
  4. feat: done

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    c3aa008 View commit details
    Browse the repository at this point in the history
  5. test: add case

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    2f66129 View commit details
    Browse the repository at this point in the history
  6. feat: fn with default

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    5fa8165 View commit details
    Browse the repository at this point in the history
  7. chore: rename

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    12b9a91 View commit details
    Browse the repository at this point in the history
  8. refactor: re-organize

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    45d0784 View commit details
    Browse the repository at this point in the history
  9. test: add cases

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    87c4e00 View commit details
    Browse the repository at this point in the history
  10. refactor: remove default

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e84cc32 View commit details
    Browse the repository at this point in the history
  11. feat: add doc

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    c448500 View commit details
    Browse the repository at this point in the history
  12. refactor: simplify

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    75f3a47 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    11149ec View commit details
    Browse the repository at this point in the history
  14. feat: addRequiredToModels

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e56ffa8 View commit details
    Browse the repository at this point in the history
  15. fix: compiler

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    3550a15 View commit details
    Browse the repository at this point in the history
  16. fix: unknown type

    sxzz committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    43faf2e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. fix: resolve PR comments

    sxzz committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a7481c0 View commit details
    Browse the repository at this point in the history
  2. refactor: omit required: false

    sxzz committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    b1d7c1a View commit details
    Browse the repository at this point in the history
  3. chore: remove useless test

    sxzz committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    ad04b27 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    57de8d1 View commit details
    Browse the repository at this point in the history
  2. chore: small refactors

    yyx990803 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    61e5b23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63fa911 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b59baf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29e3a93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2c1269 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

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