mirror of
https://github.com/acamarata/nrel-spa-dart.git
synced 2026-07-02 03:40:38 +00:00
10 lines
307 B
Markdown
10 lines
307 B
Markdown
# Changelog
|
|
|
|
## [1.0.1] - 2026-05-25
|
|
|
|
### Added
|
|
- Initial public release: NREL Solar Position Algorithm (SPA) port to Dart
|
|
- Exports: `calcSpa`, `formatTime`, `SpaFormattedResult`, `SpaFormattedAnglesResult`
|
|
- Exports: `spaZa`, `spaZaInc`, `spaZaRts`, `spaAll`
|
|
- 48 tests passing
|
|
- Pure Dart implementation
|