FarstriderLib

Standalone navigation and pathfinding library for World of Warcraft addons, with travel-aware routing between map locations.

File Details

FarstriderLib v1.1.0

  • R
  • Apr 12, 2026
  • 138.48 KB
  • 187.8K
  • 12.0.5+6
  • Classic + 3

File Name

FarstriderLib.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 5.5.3
  • 4.4.2
  • 3.4.5
  • 2.5.5
  • 1.15.8

1.1.0

Changes

  • Introduced FarstriderLib_API as a stable, versioned public API surface
  • Added FarstriderLib~Data.lua proxy layer with metatable-based access to FarstriderLibData_API and safe defaults when data is absent
  • Replaced all direct FarstriderLibData global access in pathfinding and core with FarstriderLib.Data.CONFIG.*
  • Moved version guard check from _G.FarstriderLib to FarstriderLib_API
  • Removed named global frame identifiers from the logger UI

Improvements

  • Added Pathfinding:Rebuild() for cache-clearing re-initialization after data updates