Skip to content

Releases: mbta/skate

2024-04-18-1

18 Apr 14:38
c5bee5a
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump csv from 2.4.1 to 3.2.1 by @dependabot in #2299
  • refactor(ts/api/fetchDetourDirections): use apiCallResult by @firestack in #2534
  • feat(ts/components/diversionPage): show specific error when route cannot get to point by @firestack in #2543

Full Changelog: 2024-04-17-1...2024-04-18-1

2024-04-17-1

17 Apr 15:02
4712312
Compare
Choose a tag to compare

What's Changed

  • inv: log ueberauth failiure struct by @firestack in #2537
  • feat: add api helper function to return Result<T, E> from API requests by @firestack in #2531
  • fix:test(ts/hooks/useDetour): add missing awaits for async by @firestack in #2539
  • init(ts/hooks/useApiCall): add hook for consuming api promises by @firestack in #2533
  • cleanup:test(ts/components/app): remove commented <App/> component by @firestack in #2540
  • fix:test(ts/detours): fix tests acting outside of test boundry by @firestack in #2544
  • feat: Add deploy script and updated deploy instructions to the README by @joshlarson in #2538

Full Changelog: 2024-04-10-1...2024-04-17-1

2024-04-10-1

10 Apr 18:22
0bb9779
Compare
Choose a tag to compare

What's Changed

  • refactor(ts/api/helpers): add postJsonParameter helper by @firestack in #2532
  • feat: use relative path for directions_path to merge with base url by @firestack in #2535
  • chore: Remove Skate.Endpoint.init/2, deprecated in Phoenix 1.17.11 by @joshlarson in #2516

Full Changelog: 2024-04-02-3...2024-04-10-1

2024-04-02-3

02 Apr 15:08
6235f84
Compare
Choose a tag to compare

What's Changed

  • feat(gh/ci/deploy-prod): run deploy-to-prod when new releases are made by @firestack in #2528
  • fix: set deploy to only happen on full releases (not pre-releases) by @firestack in #2529

Full Changelog: 2024-04-02-1...2024-04-02-3

2024-04-02-1

02 Apr 14:32
c223006
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024-04-01-1...2024-04-02-1

2024-04-01-1

01 Apr 14:51
fc5df73
Compare
Choose a tag to compare

What's Changed

  • refactor: Update nearest-point algorithm to more explicitly use vector math by @joshlarson in #2510
  • build(deps-dev): bump phoenix_live_reload from 1.4.1 to 1.5.3 by @dependabot in #2523
  • feat: setup default direnv file by @firestack in #2522
  • feat(direnv/template): source secrets directly from mix phx.gen.secret by @firestack in #2526
  • feat: return :no_route error from ORS by @firestack in #2524
  • fix: Moved "Return to Regular Route" into root directions list by @hannahpurcell in #2521

Full Changelog: 2024-03-28-1...2024-04-01-1

2024-03-28-1

28 Mar 14:41
c259a55
Compare
Choose a tag to compare

What's Changed

  • feat: Add more flexible OpenRouteService configuration to support self-hosting by @joshlarson in #2517

Full Changelog: 2024-03-26-1...2024-03-28-1

2024-03-26-1

26 Mar 14:27
fb83a22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024-03-25-1...2024-03-26-1

2024-03-25-1

25 Mar 14:53
2ccecdd
Compare
Choose a tag to compare

What's Changed

  • feat: (tiny) Add "return to route" message after turn-by-turn directions by @hannahpurcell in #2515

Full Changelog: 2024-03-21-1...2024-03-25-1

2024-03-21-1

21 Mar 18:07
a981349
Compare
Choose a tag to compare

What's Changed

  • feat: Add function to find the nearest point on a line segment to a given point and the associated distance by @joshlarson in #2500
  • feat(ex/skate/open_route_service_api): add vehicle_type to ORS API call by @firestack in #2508
  • feat: Update route segments to connect closer to given start and end points by @joshlarson in #2506
  • docs: Updated .envrc with required vars; include storybook in README by @hannahpurcell in #2514

New Contributors

Full Changelog: 2024-03-18-2...2024-03-21-1