Releases: stac-utils/stac4s
Releases · stac-utils/stac4s
v0.0.19
0.0.19 - 2020-12-11
Fixed
- Repaired build.sbt configuration to get sonatype publication to cooperate #186
v0.0.18
0.0.18 - 2020-11-23
Added
- Added cross-project configuration for Scala.js modules #157
0.0.17
Changed
- SPDX license ids are captured by a specific enum rather than a refinement with validation #172
0.0.15
Changed
- All implicit imports from cats are moved to specific
cats.syntax.foo
imports #146
- Time types are derived from
org.joda.time.Instant
instead of stock java
time types #152