[Unreleased]¶ ↑
[0.3.0] - 2022-12-16¶ ↑
-
Add extension modules from the current stable extensions (
ElectroOptical
,Projection
,ScientificCitation
andViewGeometry
). -
Make
STACObject
extend extension modules fromstac_extensions
value automatically. -
Introduce
HashLike
module and makeSTAC
Object classes include it. -
Fix a bug that
Catalog#all_items
returns only direct children’s items. -
Improve documentation.
-
Add methods
#add_child
and#add_item
toSTAC::Catalog
-
Add
STAC::Catalog#export
[0.2.0] - 2022-11-02¶ ↑
-
Add
STAC::CommonMetadata
and makeAsset
andProperties
include it. -
Make
http_client
instance variable ofSTACObject
instead of class instance variable ofObjectResolver
. -
Change
DefaultHTTPClient#get
return 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