esiil
Version:
Minimalist library for EVE Online's ESI
43 lines (35 loc) • 1.21 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- #### Added -->
<!-- #### Changed -->
<!-- #### Removed -->
## [Unreleased]
## Major Releases:
### [v1.0.0] | 2021 11 16
#### Notes Coming Soon
### [v0.3.0] | 2020 3 11
#### Added
- Support for additional Request query parameters
#### Changed
- Updated Response structure and data returned
- Clarified and standardized method arguement names
- Renamed Contract methods:
- oneBids to bids
- oneItems to items
### [v0.2.0] | 2020 1 30
#### Changed
- Basically everything
### [v0.1.0] | 2019 10 11
- Initial Release
## Minor Releases:
None Yet
<!-- LINKS -->
<!-- RELEASES -->
[Unreleased]: https://github.com/karnthis/make-random/compare/v1.0.0...dev
[v1.0.0]: https://github.com/karnthis/make-random/compare/v0.3.0...v1.0.0
[v0.3.0]: https://github.com/karnthis/make-random/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/karnthis/make-random/compare/v0.1.0...v0.2.0
[v0.1.0]: https://github.com/karnthis/make-random/tag/v0.1.0
<!-- ISSUES -->