Skip to content

Releases: AnthonyNeace/awcoordinates

Expanded support valid coordinate syntax, customizable regex strings

01 Jun 02:28

Choose a tag to compare

  • Added support to find() and validate() for the following valid syntax:
    • Negative altitude
    • Decimals in nsposition and ewposition
  • Moved regex builder into a separate file and organized based on coordinate part. Added customization options for whitespaces. This improves maintainability and will allow the library to handle more use cases in future methods. (url encoding?)

Version 0.2.0

26 May 01:44

Choose a tag to compare

Version 0.2.0 Pre-release
Pre-release
  • Added validate() method.

Version 0.1.0

26 May 00:58

Choose a tag to compare

Version 0.1.0 Pre-release
Pre-release
  • Initial release.
  • Added find().