Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 717 Bytes

CHANGELOG.md

File metadata and controls

26 lines (22 loc) · 717 Bytes

Geobin Changelog

1.0.3

  • fix visibility toggle bug
  • zoom in on first new request
  • zoom to extent of all requests when loading a bin
  • catch invalid request URLs
  • fix double-reporting pageview analytics bug (bump angulartics to 0.16.4)
  • use angular date filter to normalize dates across browsers

1.0.2

  • refactor services
    • add api.endpoint
    • refactor api.ws
      • change api.ws to api.ws.open
      • change api.close to api.ws.close
      • expose sockets as api.ws.sockets
    • change appVersion to clientVersion
  • add build script - see Cross-compiled Build section in server docs
  • add analytics

1.0.1

  • change example location

1.0.0

  • initial release