Skip to content

Releases: ezet/evelib

EveCrest v3.2.4

23 Feb 19:49
Compare
Choose a tag to compare
  • Removed reference to Config.Separator, replaced with call to CacheFactory.

EveCrest v3.2.3

23 Feb 18:14
Compare
Choose a tag to compare
  • Reverts a change in the previous release, which changed the MarketGroupCollection type from MarketGroup to MarketGroupItem and removed the property ParentGroup. ParentGroup is now back and T is of type MarketGroup again.

EveLib.Core v3.0.3

23 Feb 19:29
Compare
Choose a tag to compare
  • Added a secondary DateFormat to JsonSerializer.
  • Config.AppData and Config.Separator are now properties instead of fields
  • Config.AppData can now be set manually.

EveCrest v3.2.2

22 Feb 19:06
Compare
Choose a tag to compare
  • ItemType.DogmaAttribute and ItemType.DogmaEffect are now parsed correctly
  • Added War.Killmails
  • Added Alliance.CapitalSystem and Alliance.PrimerHour
  • CharacterEntry now links to Character.
  • Created a new separate model object for MarketGroupCollection list items.
  • EveCrest.GetMarketHistory() is no longer marked obsolete, as it's the only reasonable way to use the resource.

EveAuth v3.0.1

17 Feb 18:04
Compare
Choose a tag to compare

Added support for new CREST scopes:

  • characterLocationRead
  • characterNavigationWrite
  • characterContactsWrite

Removed scope:

  • characterInfoRead

Added a static variable EveAuth.AllCrestScopes, which can be passed to the functions accepting crest scopes.

EveCrest v3.2.1

15 Feb 19:13
Compare
Choose a tag to compare

Added support for parameters. Each parameter must consist of a name and value pair. Example:
region.Query(r => r.MarketBuyOrders, "type", "https://public-crest.eveonline.com/types/34/");

Added support for the new endpoints:

  • Constellations
  • Systems
  • Read support for Contacts
  • Read support for Fittings
  • Character Location
  • Dogma Effects
  • Dogma Attributes

Changes and additions to the following endpoints:

  • AllianceCollection: Data structure is now consistent with the rest of the API
  • Regions: Added ID field
  • ItemTypes: Added Dogma effects

EveAuthUtility-v1.2

26 Sep 18:06
Compare
Choose a tag to compare

Improved guidelines.
URL is automatically copied to clipboard.

EveXml v3.0.2.0

26 Sep 18:08
Compare
Choose a tag to compare

Added support for all recent changes, including new endpoints Bookmarks and ChatChannels.

Core 3.0.2.1

26 Sep 18:11
Compare
Choose a tag to compare

Changes to Config, making it easier for the user to change CachePath and ImagePath.

EveAuthUtility v1.1

12 Jun 15:36
Compare
Choose a tag to compare

Simple tool for obtaining access and refresh tokens from the Eve Online SSO.