mirror of
https://github.com/acamarata/nrel-spa-dart.git
synced 2026-07-01 03:14:25 +00:00
docs: add CHANGELOG.md for v1.0.1 release
This commit is contained in:
parent
d59e1dec32
commit
241c773a9f
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
Normal file
10
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# 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
|
||||
Loading…
Reference in a new issue