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

Releases: toutpt/angular-osm

v1.2.2

21 Nov 20:38
Compare
Choose a tag to compare

<a name"1.2.2">

1.2.2 (2016-11-21)

Bug Fixes

  • api: incorrect content-type on HTTP PUT (#3) (9a515229)

v1.2.1

18 Nov 15:23
Compare
Choose a tag to compare

<a name"1.2.1">

1.2.1 (2016-11-18)

Bug Fixes

  • overpass: use // for the api URL (#4) (f4eff389)

v1.2.0

17 Nov 21:37
Compare
Choose a tag to compare

<a name"1.2.0">

1.2.0 (2016-11-17)

Features

  • api: createChangeset take an author params (#2) (8dd888cf)

v1.1.1

03 Jun 08:58
Compare
Choose a tag to compare

<a name"1.1.1">

1.1.1 (2016-06-03)

Bug Fixes

  • nominatim: remove the factory, keep only the provider (5f8c5384)
  • performance: add cache on nominatim,osrm,taginfo (cc979d5a)

v1.1.0

30 May 15:44
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-05-30)

Features

  • osrm: add open source routing machine API aka OSRM project (9f3a2bcf)

v1.0.1

23 May 13:20
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2016-05-23)

Bug Fixes

  • togeojson: remove factory call, service already define throw the provider (dc18e439)

v1.0.0

23 May 12:51
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-05-23)

Bug Fixes

  • dependencies: remove angular-base64 and ngstorage from osmAPI (c4fed2fb)

Breaking Changes

  • this break all apps, to check examples changes in this commit
    ecc0aed

  •            osmAPI.setOauth(osmAuthService);
    
    •            osmAPI.setAuthAdapter(osmAuthService);
      

    (c4fed2fb)

v0.0.4

18 May 19:16
Compare
Choose a tag to compare

<a name"0.0.4">

0.0.4 (2016-05-18)

Bug Fixes

  • remove useless osmutils modules (a55a3ee6)

v0.0.3

18 May 16:01
Compare
Choose a tag to compare

<a name"0.0.3">

0.0.3 (2016-05-18)

Bug Fixes

  • osmtogeojson: order of coordinates + parseFloat (e9152533)

v0.0.2

13 May 13:32
Compare
Choose a tag to compare

<a name"0.0.2">

0.0.2 (2016-05-13)

Bug Fixes

  • bugs found durint tests writings on api and nominatim services (5e75d383)
  • examples (d54f69c3)
  • imports (55b345d8)
  • build configuration (450d7afd)
  • add index html (08d40cc1)
  • doc: link to gh pages (bc671503)
  • karma: test now running (666d422b)
  • oauth:
  • overpass: make service working, remove parser, add example (1ca7aad5)
  • test: refactor karma config (970de177)
  • tests: String.prototype.startswith is ES6 only and phantomjs do not have it (857a6a4e)
  • travis: