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

Config v3 framework integration #383

Merged
merged 26 commits into from Apr 1, 2024
Merged

Conversation

Blacksmoke16
Copy link
Member

@Blacksmoke16 Blacksmoke16 commented Apr 1, 2024

Follow up to #337 to revamp how components are integrated into the framework.

  • Update docs to reference new ATH.configure approach to configuration
    • Drop DI param docs
    • Document the new methods/types added in last PR
  • Make the special member markup not include any docs if not included vs NONE
  • Add specs for framework bundle
  • Rename listeners to remove the _listener suffix
  • Breaking Integrate framework features via new bundle system
    • Refactor format negotiator setup to make use of request matchers
    • Automatically determine framework.debug param value
    • Drop ATH::Parameters type
    • Provides more customization options than before
  • Make ART::Router#strict_requirements nilable to allow for third option

Make `CORS::Config` internal and `CORS` listener constructor protected
Start of bundle specs
Rename listener types to remove `_listener` suffix
Improve how property docs are rendered
Support validation of nilable array types
Play around with how to document schema properties via format handler rules
Create special markup allowing documenting of sub-object properties
Properly extract array type from nilable union
Default member docs to an empty string
@Blacksmoke16 Blacksmoke16 mentioned this pull request Apr 1, 2024
4 tasks
@Blacksmoke16 Blacksmoke16 marked this pull request as ready for review April 1, 2024 03:53
@Blacksmoke16 Blacksmoke16 merged commit edd92dc into master Apr 1, 2024
10 checks passed
@Blacksmoke16 Blacksmoke16 deleted the config-v3-framework-integration branch April 1, 2024 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant