Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Apr 27, 2022
1 parent 71adeaa commit 3f5af6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠

## 2.0.0 (OAuth v2.0)
##### 2022-Apr-27
* ⚠️ Breaking change: This library is now focused on supporting OAuth 2.0 ([#77], [#93])
* ⚠️ `xhr` and `rawxhr` options have changed slightly - check docs if you are using `options` with custom headers.
* ⚠️ Breaking change: This library is now focused on supporting OAuth 2.0 ([#77], [#93], thanks [@HelNershingThapa]!)
* ⚠️ `xhr` and `rawxhr` options have changed slightly - check docs if you are using `options` with custom headers.
* ⚠️ osm-auth is marked as `"type": "module"` now
* ⚠️ Replace browserify with [esbuild](https://esbuild.github.io/) for super fast build speed. Package outputs are now:
* `"module": "./src/osm-auth.mjs"` - ESM, works with `import`
Expand All @@ -30,6 +30,7 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
[#77]: https://github.com/osmlab/osm-auth/issues/77
[#93]: https://github.com/osmlab/osm-auth/issues/93
[#53]: https://github.com/osmlab/osm-auth/issues/53
[@HelNershingThapa]: https://github.com/HelNershingThapa


## 1.1.2 (OAuth v1.0a)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
],
"contributors": [
"Bryan Housel <[email protected]> (https://github.com/bhousel)",
"Hel Nershing Thapa (https://github.com/HelNershingThapa)",
"Tom MacWright <[email protected]> (https://github.com/tmcw)"
],
"type": "module",
Expand All @@ -22,7 +23,6 @@
"import": "./src/osm-auth.mjs",
"require": "./dist/osm-auth.cjs"
},
"sideEffects": false,
"scripts": {
"all": "run-s clean test",
"build": "run-p build:**",
Expand Down

0 comments on commit 3f5af6f

Please sign in to comment.