Skip to content

Latest commit

 

History

History
82 lines (57 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

82 lines (57 loc) · 2.2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0]

Added

  • Now uses the API introduced with Philomena

Removed

  • Older derpibooru API calls

Added

  • Image class now has an image_json property to get to the underlying JSON field (image still returns representations["full"] but will change to the JSON value in a future version).

Fixed

  • Updated Search methods to use q= params:
    • faves uses my:faves
    • upvotes uses my:upvotes
    • uploads uses my:uploads
    • watched uses my:watched

Fixed

  • Encoding error in setup.py when running Python 2.7

Other

  • Added badges to README and other document changes
  • Adopt tox for package install testing

Fixed

  • Use shared VERSION file.

Fixed

  • Add missing dependency on deprecation package.
  • Removed unknown __version__.

Added

  • Add support for the updated_at, first_seen_at, and tag_count sort options.

Deprecated

  • Mark Search methods that appear to be no longer supported as deprecated:
    • faves
    • uploads
    • upvotes
    • watched

Added

  • Add support for the wilson and width sort options.

See joshua-stone/DerPyBooru.