Skip to content

Commit 7cb8c0b

Browse files
author
Samanta de Barros
committed
3.1.0-beta.1
1 parent 7b210f6 commit 7cb8c0b

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## v3.1.0-beta.1 (2020-10-09)
4+
5+
#### :rocket: Enhancement
6+
* `ember-simple-auth`
7+
* [#2237](https://github.com/simplabs/ember-simple-auth/pull/2237) Remove use of the deprecated getWithDefault API ([@richard-viney](https://github.com/richard-viney))
8+
* [#2219](https://github.com/simplabs/ember-simple-auth/pull/2219) Fix assertion message of prohibitAuthentication() ([@ursm](https://github.com/ursm))
9+
10+
#### :bug: Bug Fix
11+
* `ember-simple-auth`
12+
* [#2234](https://github.com/simplabs/ember-simple-auth/pull/2234) Unset attemptedTransition on invalidation ([@marcoow](https://github.com/marcoow))
13+
* [#2215](https://github.com/simplabs/ember-simple-auth/pull/2215) fix: Incorrect path to fetch the routeAfterAuthentication property in the config object ([@LuisAverhoff](https://github.com/LuisAverhoff))
14+
15+
#### :memo: Documentation
16+
* [#2233](https://github.com/simplabs/ember-simple-auth/pull/2233) prevent form submission in README example ([@marcoow](https://github.com/marcoow))
17+
* [#2232](https://github.com/simplabs/ember-simple-auth/pull/2232) Add missing actions for login controller to readme ([@marcoow](https://github.com/marcoow))
18+
* [#2226](https://github.com/simplabs/ember-simple-auth/pull/2226) Fix Readme ([@ngouy](https://github.com/ngouy))
19+
* [#2218](https://github.com/simplabs/ember-simple-auth/pull/2218) Add CI badge ([@marcoow](https://github.com/marcoow))
20+
* [#2212](https://github.com/simplabs/ember-simple-auth/pull/2212) Fix code example in guide ([@marcoow](https://github.com/marcoow))
21+
* [#2210](https://github.com/simplabs/ember-simple-auth/pull/2210) Fix code example in the "Managing Current User" guide ([@marcoow](https://github.com/marcoow))
22+
23+
#### :house: Internal
24+
* `ember-simple-auth`
25+
* [#2235](https://github.com/simplabs/ember-simple-auth/pull/2235) Update versionCompatibility to >=3.0 ([@marcoow](https://github.com/marcoow))
26+
* [#2229](https://github.com/simplabs/ember-simple-auth/pull/2229) Fix CI config ([@marcoow](https://github.com/marcoow))
27+
* `ember-simple-auth`, `test-app`
28+
* [#2224](https://github.com/simplabs/ember-simple-auth/pull/2224) Remove duplicated scenarios in ember-try config ([@sdebarros](https://github.com/sdebarros))
29+
* `classic-test-app`, `ember-simple-auth`, `test-app`
30+
* [#2209](https://github.com/simplabs/ember-simple-auth/pull/2209) Re-enable FastBoot tests ([@marcoow](https://github.com/marcoow))
31+
32+
#### Committers: 6
33+
- Keita Urashima ([@ursm](https://github.com/ursm))
34+
- Luis Manuel Averhoff ([@LuisAverhoff](https://github.com/LuisAverhoff))
35+
- Marco Otte-Witte ([@marcoow](https://github.com/marcoow))
36+
- Richard Viney ([@richard-viney](https://github.com/richard-viney))
37+
- Samanta de Barros ([@sdebarros](https://github.com/sdebarros))
38+
- ngouy ([@ngouy](https://github.com/ngouy))
39+
340
## v3.1.0-beta.0 (2020-06-05)
441

542
#### :rocket: Enhancement

packages/ember-simple-auth/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"name": "ember-simple-auth",
3-
"version": "3.1.0-beta.0",
3+
"version": "3.1.0-beta.1",
44
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
5-
"keywords": [
6-
"ember-addon"
7-
],
5+
"keywords": ["ember-addon"],
86
"license": "MIT",
97
"author": "simplabs GmbH",
108
"directories": {

0 commit comments

Comments
 (0)