[Unreleased]¶ ↑
[0.3.0] - 2022-12-16¶ ↑
-
Add extension modules from the current stable extensions (
ElectroOptical,Projection,ScientificCitationandViewGeometry). -
Make
STACObjectextend extension modules fromstac_extensionsvalue automatically. -
Introduce
HashLikemodule and makeSTACObject classes include it. -
Fix a bug that
Catalog#all_itemsreturns only direct children’s items. -
Improve documentation.
-
Add methods
#add_childand#add_itemtoSTAC::Catalog -
Add
STAC::Catalog#export
[0.2.0] - 2022-11-02¶ ↑
-
Add
STAC::CommonMetadataand makeAssetandPropertiesinclude it. -
Make
http_clientinstance variable ofSTACObjectinstead of class instance variable ofObjectResolver. -
Change
DefaultHTTPClient#getreturn type: String => Hash (parsed JSON). -
Rename
DefaultHTTPClient=>SimpleHTTPClient. -
Enable to change the default HTTP client via
STAC.default_http_client.
[0.1.0] - 2022-10-09¶ ↑
-
Initial release