Releases: toutpt/angular-osm
Releases · toutpt/angular-osm
v1.2.2
<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
<a name"1.2.1">
1.2.1 (2016-11-18)
Bug Fixes
v1.2.0
<a name"1.2.0">
1.2.0 (2016-11-17)
Features
- api: createChangeset take an author params (#2) (8dd888cf)
v1.1.1
<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
<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
<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
<a name"1.0.0">
1.0.0 (2016-05-23)
Bug Fixes
- dependencies: remove angular-base64 and ngstorage from osmAPI (c4fed2fb)
Breaking Changes
v0.0.4
<a name"0.0.4">
0.0.4 (2016-05-18)
Bug Fixes
- remove useless osmutils modules (a55a3ee6)
v0.0.3
<a name"0.0.3">
0.0.3 (2016-05-18)
Bug Fixes
- osmtogeojson: order of coordinates + parseFloat (e9152533)
v0.0.2
<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: