Skip to content

v1.2.0

Compare
Choose a tag to compare
@WitherredAway WitherredAway released this 17 Apr 00:52
· 36 commits to master since this release

Changelog

New features

  • Add File object for easier manipulation of files of a gist (See README.md for updated examples)
  • Gist attributes are now properly set instead of updating the internal dict
    • Gist.files is now a list of File objects representing the files of the gist
    • Gist.created_at is now a datetime.datetime object representing the time the gist was created at
    • Gist.updated_at is now a datetime.datetime object representing the time the gist was last updated at

Bug fixes

  • Fix a missed rename of the fetch_gist_data method
  • Remove del self in Gist.delete because deleting self does not work

Diff: v1.1.0...v1.2.0