Release notes
Minor 0.5.0
Breaking Changes
All flows now return the same data format with methods: toRawObject(), toHexagonsArray(), and toFeatureCollection(). This provides a consistent API across all flow types.
- Unified data format across all flows (Nowcasting, Observations, OneLayer)
- All flows now return data objects with
toRawObject(),toHexagonsArray(), andtoFeatureCollection()methods
Patch 0.5.18
- Add more detailed logs to auth flow
Patch 0.5.17
- Fix nowcasting data popping in OneLayer flow
Patch 0.5.16
- Improve OneLayer performance optimization
Patch 0.5.15
- Minor update
Patch 0.5.14
- Update NOWCASTING API paths
Patch 0.5.13
- Update GTG API paths to use
/weather/v5/gtg/prefix
Patch 0.5.12
- Update GTG API paths to use
/weather/v5/gtg/prefix
Patch 0.5.11
- Remove "Missing ICAO code" error and add fallback
Patch 0.5.10
- Fix nowcasting filtering issue in OneLayer
Patch 0.5.9
Important
Altitude range support extended from 5-52 to 0-52. The minimum altitude is now 0 instead of 5.
- Support altitude range of 0-52 (previously 5-52)
Patch 0.5.8
- Fix OneLayer hours ago data expiration
Patch 0.5.7
- Fix OneLayer filtering
Patch 0.5.6
- Fix OneLayer duplicate data
Patch 0.5.5
- Fix cache token: add response validation, improve timer management, and increase retry delay for better resilience
Patch 0.5.4
- OneLayer time windows bug fix
Patch 0.5.3
- Balance zoom level
Patch 0.5.2
- OneLayer bug fix
Patch 0.5.1
- Cache token loop fix
Minor 0.4.15
- Observations API improvements
Patch 0.3.15
- General improvements
- Bug fixes
Patch 0.3.14
- Bug fixes
- API improvements
- ADS-B flow
- Other improvements
Minor 0.3.0
- Support new authentication options
- API improvements
Patch 0.2.11
- Improved nowcasting API to support custom polygons
Patch 0.2.10
- Added support for pausing and resuming flows with
stopandstartmethods
Patch 0.2.9
- Better nowcasting API support
Patch 0.2.8
- Bug fixes
- API improvements
Patch 0.2.7
- Types bug fixes
Patch 0.2.6
- Observations flow implemented
- Minor bug fixes
Patch 0.2.5
- Add support for d.ts files
- Minor bug fixes
Patch 0.2.4
- Fix hexagons properties for nowcasting
Patch 0.2.3
- Bug fixes for code intellisense support
Patch 0.2.2
- Improved test coverage
Patch 0.2.1
- Build tools configuration bugs fixes
Minor 0.2.0
- Improvements for build tool configuration