Releases: Dantescur/n2yo-ts
Releases · Dantescur/n2yo-ts
v0.1.5
🚀 Features
- Add CLI integration tests and improve N2YOClient configuration - by @Dantescur (d3fa0)
- Enable debug logging in N2YOClient tests - by @Dantescur (a9dfa)
🐞 Bug Fixes
- Proper error and response handling - by @Dantescur (9578f)
View changes on GitHub
v0.1.4
🚀 Features
- Impl rate limit/cache/debug - by @Dantescur (f6e3d)
- Added zod as dep and created first schemas - by @Dantescur (02873)
- Impl zod validation in all endpoints - by @Dantescur (fa1ce)
🐞 Bug Fixes
- Cli output cleanup - by @Dantescur (79893)
- Forgot those for the rate limit/cache impl - by @Dantescur (d3924)
View changes on GitHub
v0.1.3
🚀 Features
- Added helper function to calculate distance - by @Dantescur (7495e)
- Exported and documented calculateDistance - by @Dantescur (306d7)
- Added some common satellites - by @Dantescur (b0b6a)
- Finished impl getTleByName - by @Dantescur (7b00f)
- Added method to convert from utc to local string - by @Dantescur (b00fe)
- Started cli development - by @Dantescur (06e4c)
- Added cli for using the client - by @Dantescur (02ffa)
- Cli support for different api key options - by @Dantescur (95991)
🐞 Bug Fixes
- Eslint errors and exports - by @Dantescur (dec23)
- Zero is for all categories - by @Dantescur (1236a)
- Noticed some behavoir while testing the cli - by @Dantescur (284bc)
View changes on GitHub
v0.1.2
No significant changes
View changes on GitHub
v0.1.1
No significant changes
View changes on GitHub
v0.1.0
🚀 Features
- Define TypeScript types for API responses - by @cdaniel96 (f9470)
- Implement core N2YO API client with all endpoints - by @cdaniel96 (f6ea4)
- Add custom error classes for API error cases - by @cdaniel96 (c1529)
- Extracted helper functions to helpers.ts file - by @cdaniel96 (f5813)