Skip to content

Releases: ezet/evelib

EveCrest v3.3.3

20 Mar 09:42
Compare
Choose a tag to compare

Fixed a bug that caused some requests to never return.

EveXml v3.0.7

23 Mar 18:23
Compare
Choose a tag to compare
  • Improved the error handling for the KillLog endpoint.
    Various smaller fixes.

EveCrest v3.3.2

17 Mar 19:37
Compare
Choose a tag to compare
  • Cleaned up the OPTIONS and HEAD methods. They are now only available as methods on an EveCrest object.
  • Improved the Save() logic and methods. The property SaveAsNew has been removed, and replaced with a method .Save(true) which forces a POST request.

EveXml v3.0.6

16 Mar 17:34
Compare
Choose a tag to compare

SkillInTraining endpoint now parses TrainingStartTime and TrainingEndTime correctly.

EveCrest v3.3.1

16 Mar 19:34
Compare
Choose a tag to compare

Release to update version of Core dependency.

EveCrest v3.3.0

16 Mar 19:15
Compare
Choose a tag to compare

Major feature release!

  • Added general support for POST, GET and DELETE requests
  • Implemented support for all endpoints currently supporting POST, GET and DELETE.
  • Added support for HEAD and OPTIONS requests.
  • Added IncursionType, InfestedSolarSystems and AggressorId to the IncursionCollection resource.

And many other minor fixes and additions.

Core v3.0.4

16 Mar 19:31
Compare
Choose a tag to compare

Added ISerializer.Serialize() for EveCrest POST support.

EveXml v3.0.5

03 Mar 17:13
Compare
Choose a tag to compare
  • Added ContactTypeId property to Character/Contactlist.
  • Corporation/Contactlist now uses the Character/Contactlist model, which adds missing properties ContactTypeId and labels.

Please note that the change to the Corporation/ContactList model might cause compilation errors in existing code. However, the only actual change is the reference to the model, the actual API of the two models are the same.

EveXml v3.0.4

28 Feb 18:52
Compare
Choose a tag to compare
  • Fixes bugs in Corporation.GetBookmarks() and Character.GetBookmarks().

EveXml v3.0.3

23 Feb 19:59
Compare
Choose a tag to compare
  • Removed references to Config.Separator, replaced with Path.Combine()