Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1015 Bytes

CHANGELOG.md

File metadata and controls

41 lines (31 loc) · 1015 Bytes

Changelog

1.0.3

  • Updated documentation with complete usage examples
  • Added step-by-step guide with code examples
  • Improved API usage clarity
  • Added features section
  • Standardized image URL retrieval method

1.0.2

  • Added imageUrl field to TaskStatus model
  • Automatically set imageUrl when task status is SUCCESS
  • Improved task status handling

1.0.1

  • Updated package name to qianduo_midjourney_api
  • Updated documentation with correct package name and import instructions
  • Fixed library name in main entry file

1.0.0

Initial release of the midjourney_api package.

Features

  • Generate images using text prompts
  • Upscale generated images
  • Monitor task status and progress
  • Automatic task polling
  • Error handling and type safety
  • Comprehensive logging

Implementation Details

  • Implemented MidJourney API client
  • Added support for image generation
  • Added support for image upscaling
  • Added task status monitoring
  • Added error handling
  • Added comprehensive documentation