Releases: ezet/evelib
Releases · ezet/evelib
EveCrest v3.3.3
Fixed a bug that caused some requests to never return.
EveXml v3.0.7
- Improved the error handling for the KillLog endpoint.
Various smaller fixes.
EveCrest v3.3.2
- 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
SkillInTraining endpoint now parses TrainingStartTime and TrainingEndTime correctly.
EveCrest v3.3.1
Release to update version of Core dependency.
EveCrest v3.3.0
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
Added ISerializer.Serialize() for EveCrest POST support.
EveXml v3.0.5
- 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
- Fixes bugs in Corporation.GetBookmarks() and Character.GetBookmarks().
EveXml v3.0.3
- Removed references to Config.Separator, replaced with Path.Combine()