Skip to content

Commit

Permalink
Bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed May 31, 2024
1 parent c30b548 commit e1851bd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ Versioning].

## Unreleased

## [v0.6.0] - 2024-05-31

[v0.6.0]: https://github.com/ezzatron/nvector-js/releases/tag/v0.6.0

### Changed

- **\[BREAKING\]** Geodetic coordinates are now accepted and returned in
longitude, latitude order instead of latitude, longitude order. This change
brings the library in line with GeoJSON, Turf.js, and Mapbox. It's also more
intuitive for most users, since the longitude can be thought of as the
x-coordinate and the latitude as the y-coordinate. The following functions are
affected:
- `fromGeodeticCoordinates`
- `toGeodeticCoordinates`

## [v0.5.0] - 2024-05-28

[v0.5.0]: https://github.com/ezzatron/nvector-js/releases/tag/v0.5.0
Expand Down

0 comments on commit e1851bd

Please sign in to comment.