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

Update decorator types to be correct #4525

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2024

  1. Update decorator types to be correct

    - The code currently allows any value to be added as a decorator, but the
    types do not. This work allows any value to be added to a decorator by
    updating the types to reflect what the code does
    - Add relevant tests
    - Update inline docs
    - Create and export DecorationValue type
    - Fixes hapijs#4524
    feedmypixel committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5fc56c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update work to add extra decorate definitions

    These extra definitions specify how to use value instead of method
    feedmypixel committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    26390f2 View commit details
    Browse the repository at this point in the history