Skip to content

Latest commit

 

History

History
240 lines (167 loc) · 18.9 KB

CHANGELOG.md

File metadata and controls

240 lines (167 loc) · 18.9 KB

Changelog

This is an automatic changelog that automatically records all changes made to the project. Generated from Git commit messages, it details updates like bug fixes and new features, providing a clear history of the project's development.

  • fix: 🐛 fix error when argOfPer is 360 2f97430
  • fix: 🚨 fix minor linter error 0efa851

4 April 2024

  • fix: 🐛 fix bug where missing intlDes data returns NaN 971a5a0

30 March 2024

  • fix: 🐛 fix incorrect international designator formatting 7da8317

24 March 2024

  • feat: ✨ add node support 12cce99

19 February 2024

  • refactor: ♻️ add default id eae7a33
  • refactor: ♻️ allow null rcs and vmag 0453c0a

24 January 2024

  • refactor: ♻️ move latRad and lonRad to GroundObject class 79817b2
  • refactor: 🏷️ add correct type output to FormatTle c16fe23

21 January 2024

  • feat: ✨ add editTle method to satellite class 644e9ef
  • feat: ✨ add toJ2000 method to sensor class ff410bd

20 January 2024

  • fix: 🐛 fix output type being expected as input type 2b3ba86

19 January 2024

  • fix: 🐛 fix missing name property on GroundObjects cba039d

17 January 2024

  • refactor: 🩹 fix import statements 028a801

17 January 2024

  • refactor: 🔥 move derivative function to ootk bd39ed4
  • test: 🩹 fix type in test 42e4c4a
  • fix: ✨ add missing lla function 21c2b7b
  • refactor: 🔥 remove uneeded type b0719df
  • test: ✅ update snapshots d4015d0

17 January 2024

  • build: 👷 add auto build when updating version number 94dc010
  • fix: 🏷️ fix typo in package.json c4c86ef

17 January 2024

  • refactor: 🏷️ improve typing and documentation of radec observations 549f5fc

16 January 2024

  • refactor: 🏷️ improve type support for radec observations 942f204
  • build: ⬆️ update auto-changelog be7dc99
  • Revert "1.0.4" a59b57c
  • Revert "1.0.4" 98e034d
  • build: 📝 update auto-changelog settings f56be2b
  • chore: 🙈 update .npmignore 52fccfc

16 January 2024

  • fix: 🚑 fix rae error using milliseconds instead of seconds 9553288

16 January 2024

  • refactor: 🏷️ add proper velocity types 32ae737

15 January 2024

  • refactor: 🏷️ add more typing for Seconds in Epoch calculations 0419a86
  • refactor: 🏷️ improve type support in Vector3D e3d3e3a

15 January 2024

  • refactor: ♻️ standardize rng az el syntax 59f7f53
  • build: 📝 add auto changelog 8abc50c
  • docs: 📝 update examples f27b230
  • docs: 📝 update documentation for v1.0.0 ff144a2
  • docs: 📝 update readme 05d46da
  • fix: 🐛 remove debugging code bf90e5d

15 January 2024

  • fix: 🏷️ fix typings location in package.json 0c9173f

13 January 2024

  • feat: 🔥 move advanced functions to ootk #11
  • feat: 🚚 move rf math to ootk #3
  • test: ✅ improve test coverage and import order 188071e
  • style: ➖ remove prettier and enforce stricter jsdocs 647eff3
  • docs: 📄 update copyright/license documentation 90bdd3e
  • test: ✅ add more tests b804ded
  • test: ✅ add test for Vector and Vector3D 44a67d0
  • refactor: ♻️ fix formatting and jsdocs b2eaaab
  • test: ✅ add testing for EquinoctialElements 22ea0a8
  • test: ✅ add tests for geodetic class bb94780
  • refactor: 🏷️ add more rigid typing of units 79c83f4
  • test: ✅ add testing for Matrix 416d5fa
  • test: ✅ add testing for ITRF class 49501a3
  • test: ✅ add tests for StateVector d923dae
  • test: ✅ add tests for Tle 39673ba
  • test: ✅ add tests for ClassicalElements 8120b3f
  • test: ✅ add tests and documentation to FormatTle dbed6a1
  • test: ✅ add tests for transforms 944a6c9
  • feat: ✨ add caching for most common transforms 5b7cc17
  • build: 🔥 simplify build process fdef8dd
  • fix: 🐛 fix calculation of doppler factor 4a0ef1e
  • test: ✅ fix broken tests d26b6b7
  • test: ✅ add tests for RIC c822f4e
  • test: 🩹 fix time issue with testing on ci pipeline eec1281
  • build: 🔧 use best practices for package.json 713d07e
  • test: ✅ increase testing to 90% ab08816
  • test: 🩹 fix mock date object being modified 0adde7a
  • test: 🩹 fix mock date object being modified ff1a6ad
  • fix: 🚚 update import paths 7f2b8ac
  • test: ✅ add tests for J2000 f77390c
  • feat: ✨ improve isStatic logic 56ce400
  • test: ✅ add tests for RelativeState d2533d7
  • test: 🐛 lock timezone for jest testing 60c39de
  • chore: 🧑‍💻 update tasks 091f551
  • test: ✅ fix time difference in snapshot 0c2f59f
  • ci: 🩹 fix path of ci script 705d0da
  • fix: 🩹 remove old import 527d368
  • fix: 🚨 fix linter error 36d1f43

13 January 2024

  • ci: 👷 update ci pipeline d82cb6c
  • docs: 📝 update docs 02f0922
  • ci: 💚 fix ci pipeline 21a2971
  • fix: 🐛 fix time object being mutated dd51ed2
  • ci: 👷 update ci pipeline 7b8149f
  • ci: 🩹 make ci pipeline sequential 092de4e
  • test: ✅ fix test impacted by time zone differences a13c511
  • test: ✅ fix tests 4248aba
  • ci: 💚 reorder ci a8c2128
  • build: ➖ replace rimraf with fs 06340e0
  • ci: 🩹 make ci pipeline sequential 834e559
  • build: 💚 fix eslint scripts 54612c5
  • ci: 💚 fix issue with package.json 3f8f78b
  • ci: 🩹 make ci pipeline sequential 25ce2b5
  • build: ➕ add rimraf af82e8a
  • fix: 🩹 fix case-sensitive issue 531a0da

13 January 2024

  • refactor: ♻️ implement strict checks in tsconfig b1515cb
  • feat: ✨ sync all commonjs es5 and typescript examples adb58fa
  • refactor: ♻️ standardize eci and rae methods 5581a18
  • docs: 📝 update package.json 2e2672f

11 January 2024

  • refactor: ♻️ combine Tle classes and improve documentation b5b506a
  • test: ✅ fix tests 4c2d701
  • refactor: ♻️ move moon code to moon 7f5d7c7
  • fix: ✅ fix broken tests d4ddcf3
  • fix: ✨ implement both commonjs and modules 732a270
  • refactor: 🚚 organize interfaces and enums 16c336b
  • feat: ✨ add examples and reduce dependencies 64116c8
  • docs: 📝 remove old AGPL license 3e94023
  • refactor: ♻️ refactor GroundPosition from Sensor 65a6782
  • docs: 📝 update readme and imports 6475a97
  • fix: 🐛 fix doppler factor calculation fb7d26e
  • Create LICENSE.MD e51bf0e
  • docs: 📝 update readme doc 6420157
  • fix: 🐛 use date object instead of realtime date 3215f22
  • docs: 📝 update changelog 42eb591
  • Rename LICENSE.MD to LICENSE.md 1432ef8

v1.0.0-0

7 January 2024

  • feat: 💥 initial commit 9893a6a
  • test: 🚚 update names and paths c48aece
  • fix: ✅ fix test paths b784f3e