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: Add decorators #5205

Merged
merged 31 commits into from
Jun 18, 2024
Merged

feat: Add decorators #5205

merged 31 commits into from
Jun 18, 2024

Commits on Jun 6, 2024

  1. Add decorators

    OEvgeny committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    02be55b View commit details
    Browse the repository at this point in the history
  2. Fix lint

    OEvgeny committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0bf63b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    4fa4d16 View commit details
    Browse the repository at this point in the history
  2. Add test

    OEvgeny committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    662588f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Add William's suggestions

    Co-authored-by: William Wong <compulim@users.noreply.github.com>
    OEvgeny and compulim authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    38918fe View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Polish

    OEvgeny committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f1aeac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7c5d78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    500d0a9 View commit details
    Browse the repository at this point in the history
  4. Update test

    OEvgeny committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9d55558 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

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

    OEvgeny committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    20c39f8 View commit details
    Browse the repository at this point in the history
  3. Tweak changelog

    OEvgeny committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4c2b70d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Update RCoR

    OEvgeny committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ae7456c View commit details
    Browse the repository at this point in the history
  2. Sort

    compulim authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e863988 View commit details
    Browse the repository at this point in the history
  3. Typo and sort

    compulim authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4a878f0 View commit details
    Browse the repository at this point in the history
  4. Better type checking

    compulim committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4606eab View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Sort

    compulim committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    076af8c View commit details
    Browse the repository at this point in the history
  2. Sort

    compulim committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    cc75fe7 View commit details
    Browse the repository at this point in the history
  3. Sort

    compulim committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b376200 View commit details
    Browse the repository at this point in the history
  4. Newline

    compulim committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    565f6ee View commit details
    Browse the repository at this point in the history
  5. Newline

    compulim committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fa1a8da View commit details
    Browse the repository at this point in the history
  6. Code styling

    compulim committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f4cb3e3 View commit details
    Browse the repository at this point in the history
  7. Props optional/undefined

    compulim committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    30a04ec View commit details
    Browse the repository at this point in the history
  8. Code styling

    compulim committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    49c1ddc View commit details
    Browse the repository at this point in the history
  9. Clean up

    compulim committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    04b1ed5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    756965d View commit details
    Browse the repository at this point in the history
  11. Sort and typo

    compulim committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    dba3191 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3ac54e6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1130f23 View commit details
    Browse the repository at this point in the history
  14. Refactor init

    OEvgeny committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5e9eb3f View commit details
    Browse the repository at this point in the history
  15. Fix type

    OEvgeny committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3bf9b41 View commit details
    Browse the repository at this point in the history