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

Improvements and fixes #18

Merged
merged 9 commits into from
Oct 28, 2023
Merged

Commits on Oct 26, 2023

  1. Improve handling of descriptions in SchemaGenerator

    - Trims all descriptions
    - Replaces `\n` by `\n///` after trimming to avoid comments with an empty line at the end
    davidmigloz committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d063246 View commit details
    Browse the repository at this point in the history
  2. Use Future.value in middleware functions

    Small performance improvement. Using `Future.value` Dart will create a new microtask event into the microtask queue instead of a new event into the event queue.
    davidmigloz committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    bb9d97a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab11570 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    d1693e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99b3d50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e90d7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e608341 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2a039b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d3fd0e View commit details
    Browse the repository at this point in the history