Skip to content

Releases: WitherredAway/gists.py

v1.2.6

22 Dec 16:48
Compare
Choose a tag to compare

Changelog

New Features

  • Give users an option to pass in URL aswell as ID of a gist when getting, editing or deleting gists from Client

Diff: v1.2.5...v1.2.6

v.1.2.5

15 Sep 09:43
4363626
Compare
Choose a tag to compare

Changelog

Changes


Full Changelog: v1.2.4...v.1.2.5

v1.2.4

04 Jun 12:15
5364d46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

20 May 13:29
Compare
Choose a tag to compare

Changelog

New Features

  • Better exception raising (some exceptions are raised with more specificity)

Bug fixes

  • Fixed a bug introduced in the previous release regarding json conversion which would prevent actions like deleting gists
  • Fixed a bug in the [README.md] tutorial where the files argument of create_gist should be a keyword argument

Diff: v1.2.2...v1.2.3

v1.2.2

15 May 21:02
Compare
Choose a tag to compare

Changelog

New features

  • New GistException exception class, which every exception subclasses from.
  • New DataFetchError exception class, raised when something goes wrong during requesting data

Patches

  • Refactored the code of the requests method of the Client class
  • Refactored the code of the HTTPException class

Diff: v1.2.1...v1.2.2

v1.2.1

17 Apr 01:35
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

v1.2.0

17 Apr 00:52
Compare
Choose a tag to compare

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

v1.1.0

13 Apr 12:04
Compare
Choose a tag to compare

Full Changelog: v1.0.3...v1.1.0

v1.0.3

11 Apr 22:36
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

v1.0.2

11 Apr 16:33
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2