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

Remove support for GD images in Stream implementation #148

Merged
merged 4 commits into from
May 2, 2023

Commits on May 2, 2023

  1. refactor: remove support for GD images in Stream implementation

    These have evidently never worked, but feature removal needs to happen in a new major.
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed May 2, 2023
    Configuration menu
    Copy the full SHA
    14a122f View commit details
    Browse the repository at this point in the history
  2. docs: prepares v3 documentation tree

    Prepares the v3 documentation tree, and modifies the following:
    
    - The migration guide is now for v3, and covers the GdImage changes in this patch.
    - The "API" page removes references to usage of GdImage with `Stream`.
    - The TOC is updated to add version 3.
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed May 2, 2023
    Configuration menu
    Copy the full SHA
    3109055 View commit details
    Browse the repository at this point in the history
  3. docs: remove reference to GD resource in API doc

    If it didn't work, don't mention it.
    
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney committed May 2, 2023
    Configuration menu
    Copy the full SHA
    7da9e83 View commit details
    Browse the repository at this point in the history
  4. Update docs/book/v2/api.md

    Co-authored-by: Aleksei Khudiakov <aleksey@xerkus.pro>
    Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
    weierophinney and Xerkus committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ea46506 View commit details
    Browse the repository at this point in the history