@@ -10,6 +10,45 @@ Versioning].
1010
1111## Unreleased
1212
13+ ## [ v0.5.0] - 2024-05-28
14+
15+ [ v0.5.0 ] : https://github.com/ezzatron/nvector-js/releases/tag/v0.5.0
16+
17+ ### Added
18+
19+ - Added a ` sphere ` function for creating spherical ellipsoids.
20+
21+ ### Changed
22+
23+ - ** \[ BREAKING\] ** All exports have been renamed to clarify their purpose:
24+ - ` deg ` -> ` degrees `
25+ - ` lat_long2n_E ` -> ` fromGeodeticCoordinates `
26+ - ` Matrix3x3 ` -> ` Matrix `
27+ - ` n_E_and_wa2R_EL ` -> ` toRotationMatrixUsingWanderAzimuth `
28+ - ` n_E2lat_long ` -> ` toGeodeticCoordinates `
29+ - ` n_E2R_EN ` -> ` toRotationMatrix `
30+ - ` n_EA_E_and_n_EB_E2p_AB_E ` -> ` delta `
31+ - ` n_EA_E_and_p_AB_E2n_EB_E ` -> ` destination `
32+ - ` n_EB_E2p_EB_E ` -> ` toECEF `
33+ - ` p_EB_E2n_EB_E ` -> ` fromECEF `
34+ - ` R_Ee_NP_X ` -> ` X_AXIS_NORTH `
35+ - ` R_Ee_NP_Z ` -> ` Z_AXIS_NORTH `
36+ - ` R_EL2n_E ` -> ` fromRotationMatrix `
37+ - ` R_EN2n_E ` -> ` fromRotationMatrix `
38+ - ` R2xyz ` -> ` rotationMatrixToEulerXYZ `
39+ - ` R2zyx ` -> ` rotationMatrixToEulerZYX `
40+ - ` rad ` -> ` radians `
41+ - ` rotate ` -> ` transform `
42+ - ` unit ` -> ` normalize `
43+ - ` Vector3 ` -> ` Vector `
44+ - ` xyz2R ` -> ` eulerXYZToRotationMatrix `
45+ - ` zyx2R ` -> ` eulerZYXToRotationMatrix `
46+
47+ ### Removed
48+
49+ - ** \[ BREAKING\] ** The ` WGS_84_SPHERE ` constant has been removed. Use the
50+ ` sphere ` function with your chose radius instead.
51+
1352## [ v0.4.1] - 2024-05-08
1453
1554[ v0.4.1 ] : https://github.com/ezzatron/nvector-js/releases/tag/v0.4.1
0 commit comments