Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jul 27, 2020
1 parent b53e37e commit 728e19c
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 126 deletions.
72 changes: 63 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,118 @@
:warning: = Breaking change
# What's New

**osm-auth** is an open source project. You can submit bug reports, help out,
or learn more by visiting our project page on GitHub: :octocat: https://github.com/osmlab/osm-auth

Please star our project on GitHub to show your support! :star:

_Breaking changes, which may affect downstream projects, are marked with a_ :warning:

<!--
# A.B.C
##### YYYY-MMM-DD
*
[#xx]: https://github.com/osmlab/osm-auth/issues/xx
-->

## 1.1.0
##### 2020-Jul-27
* ([#67]) Improve interaction with popup window
* Add function `bringPopupWindowToFront()`

[#67]: https://github.com/osmlab/osm-auth/issues/67


## 1.0.2
##### 2017-Jun-25
* Use HTTPS protocol by default for openstreetmap.org (#20, thanks @kewang!)
* ([#20]) Use HTTPS protocol by default for openstreetmap.org

[#20]: https://github.com/osmlab/osm-auth/issues/20


## 1.0.1
##### 2016-Oct-24
* Bugfix: Properly sign requests that include a querystring (#17)
* ([#17]) Bugfix: Properly sign requests that include a querystring

[#17]: https://github.com/osmlab/osm-auth/issues/17


## 1.0.0
##### 2016-Oct-23
* Upgrade all dependencies
* xhr should return an XMLHttpRequest (#16)
* ([#16]) xhr should return an XMLHttpRequest

[#16]: https://github.com/osmlab/osm-auth/issues/16


## 0.2.9
##### 2016-Aug-01
* Update ohauth dependency


## 0.2.8
##### 2015-Apr-01
* Update xtend to fix unpublished object-keys


## 0.2.7
##### 2014-Nov-26
* Add prefix option for non-http://openstreetmap.org urls


## 0.2.6
##### 2014-Aug-20
* Strip querystring as well (#6)
* ([#6]) Strip querystring as well
* Reverse key and secret order to reflect osm.org ordering
* Update ohauth dependency

[#6]: https://github.com/osmlab/osm-auth/issues/6


## 0.2.5
##### 2013-Nov-21
* Fix non-form-urlencoded POST parameters case (#11)
* ([#11]) Fix non-form-urlencoded POST parameters case

[#11]: https://github.com/osmlab/osm-auth/issues/11


## 0.2.4
##### 2013-Nov-21
* Better failure mode if localStorage is paranoid/full (#10)
* ([#10]) Better failure mode if localStorage is paranoid/full

[#10]: https://github.com/osmlab/osm-auth/issues/10


## 0.2.3
##### 2013-Jun-01
* Support querystring args


## 0.2.2
##### 2013-May-31
* Fix behavior with hash with nothing after it
* Update store dependency


## 0.2.1
##### 2013-May-08
* Update ohauth dependency


## 0.2.0
##### 2013-Apr-17
* :warning: Don't use a nested object for keys (#8)
* ([#8]) :warning: Don't use a nested object for keys

[#8]: https://github.com/osmlab/osm-auth/issues/8


## 0.1.1
##### 2013-Apr-17
* Update ohauth dependency (#7)
* ([#7]) Update ohauth dependency

[#7]: https://github.com/osmlab/osm-auth/issues/7


## 0.1.0
##### 2013-Mar-28
Expand Down
Loading

0 comments on commit 728e19c

Please sign in to comment.