Releases: mainmatter/ember-simple-auth
Releases · mainmatter/ember-simple-auth
3.0.1
🚀 Enhancement
ember-simple-auth
- #2237 Remove use of the deprecated getWithDefault API (@richard-viney)
🐛 Bug Fix
📝 Documentation
- #2208 Update /guides/auth-torii-with-github.md (@sutharmonil)
- #2205 upgrade-to-v3 devise syntax (@MichalBryxi)
- #2201 Devise example also needed computed import (@chrism)
- #2138 Fix handling of login errors in the dummy app (@marcoow)
- #1764 Engine Support (@marcoow)
- #2136 Modernize docs (@marcoow)
- #2143 add FastBoot to TOC in README (@marcoow)
- #2135 Modernize dummy app (@marcoow)
🏠 Internal
ember-simple-auth
ember-simple-auth
,test-app
- #2224 Remove duplicated scenarios in ember-try config (@sdebarros)
- Other
Committers: 7
- Chris Masters (@chrism)
- Marco Otte-Witte (@marcoow)
- Michal Bryxí (@MichalBryxi)
- Monil Suthar (@sutharmonil)
- Richard Viney (@richard-viney)
- Samanta de Barros (@sdebarros)
- @dependabot-preview[bot]
3.1.0-beta.1
🚀 Enhancement
ember-simple-auth
- #2237 Remove use of the deprecated getWithDefault API (@richard-viney)
- #2219 Fix assertion message of prohibitAuthentication() (@ursm)
🐛 Bug Fix
ember-simple-auth
- #2234 Unset attemptedTransition on invalidation (@marcoow)
- #2215 fix: Incorrect path to fetch the routeAfterAuthentication property in the config object (@LuisAverhoff)
📝 Documentation
- #2233 prevent form submission in README example (@marcoow)
- #2232 Add missing actions for login controller to readme (@marcoow)
- #2226 Fix Readme (@ngouy)
- #2218 Add CI badge (@marcoow)
- #2212 Fix code example in guide (@marcoow)
- #2210 Fix code example in the "Managing Current User" guide (@marcoow)
🏠 Internal
ember-simple-auth
ember-simple-auth
,test-app
- #2224 Remove duplicated scenarios in ember-try config (@sdebarros)
classic-test-app
,ember-simple-auth
,test-app
Committers: 6
- Keita Urashima (@ursm)
- Luis Manuel Averhoff (@LuisAverhoff)
- Marco Otte-Witte (@marcoow)
- Richard Viney (@richard-viney)
- Samanta de Barros (@sdebarros)
- ngouy (@ngouy)
3.1.0-beta.0
🚀 Enhancement
📝 Documentation
- #2208 Update /guides/auth-torii-with-github.md (@sutharmonil)
- #2205 upgrade-to-v3 devise syntax (@MichalBryxi)
- #2201 Devise example also needed computed import (@chrism)
- #2138 Fix handling of login errors in the dummy app (@marcoow)
- #1764 Engine Support (@marcoow)
- #2136 Modernize docs (@marcoow)
- #2143 add FastBoot to TOC in README (@marcoow)
- #2135 Modernize dummy app (@marcoow)
🏠 Internal
- #2197 Fix Heroku Deployment (@marcoow)
- #2145 Remove old Chrome option on CI (@marcoow)
- #2137 Generate docs with ember-cli-yuidoc (@marcoow)
- #2106 Fix Github Action for releasing new versions (@marcoow)
Committers: 5
- Chris Masters (@chrism)
- Marco Otte-Witte (@marcoow)
- Michal Bryxí (@MichalBryxi)
- Monil Suthar (@sutharmonil)
- @dependabot-preview[bot]
3.0.0
💥 Breaking Change
- #1933 Remove deprecations and drop support for Ember < 3.0 (@sdebarros)
- #2005 upgrade ember-cli-babel dependency to latest (@marcoow)
- #2004 make ember-fetch a peer dependency (@marcoow)
- #1993 require Node 10+ (@marcoow)
🚀 Enhancement
- #2076 Fix deprecations regarding Computed Property Overrides (@marcoow)
- #1848 Add SameSite cookie attribute support (@Exelord)
- #1941 Update with async/await example (@geekygrappler)
📝 Documentation
- #2032 Use
on
modifier rather in octane examples (@kategengler) - #2023 Fixes to code Indentation (@AddisonG)
- #2020 fix configuration options use (@sly7-7)
- #2014 Fixed Typo in file title, and other spelling (@AddisonG)
- #1941 Update with async/await example (@geekygrappler)
🏠 Internal
- #2043 disable FastBoot tests for now (@marcoow)
- #2034 switch to github actions (@marcoow)
- #2013 Modernize tests (@marcoow)
Committers: 8
- Addison G (@AddisonG)
- Andy Brown (@geekygrappler)
- Katie Gengler (@kategengler)
- Maciej Kwaśniak (@Exelord)
- Marco Otte-Witte (@marcoow)
- Samanta de Barros (@sdebarros)
- Sylvain MINA (@sly7-7)
- @dependabot-preview[bot]
2.1.1
🐛 Bug Fix
- #2010 Remove authorize assertion and update migration example (@sdebarros)
📝 Documentation
- #2051 Update deprecation links in v2 (@sdebarros)
- #2010 Remove authorize assertion and update migration example (@sdebarros)
Committers: 1
- Samanta de Barros (@sdebarros)
2.1.0
2.0.0
💥 Breaking Change
🚀 Enhancement
- #1985 deprecate rejectWithResponse=false (@marcoow)
- #1986 Deprecate data adapter mixin elements (@marcoow)
🐛 Bug Fix
📝 Documentation
- #1963 update current user guide (@mcfiredrill)
- #1924 Fix outdated guide. (@ExpDev07)
- #1832 Add Octane GitHub guide. (@muziejus)
🏠 Internal
- #1989 add missing test environments (@marcoow)
- #1917 Fix computed property override deprecations (@josemarluedke)
Committers: 7
- ExpDev (@ExpDev07)
- Josemar Luedke (@josemarluedke)
- Marco Otte-Witte (@marcoow)
- Moacir P. de Sá Pereira (@muziejus)
- Tony Miller (@mcfiredrill)
- Trek Glowacki (@trek)
- @dependabot-preview[bot]
1.9.2
🚀 Enhancement
- #1900 Rename
_router
property to_authRouter
to avoid conflicts (@backspace)
🏠 Internal
Committers: 2
- Buck Doyle (@backspace)
- Tobias Bieniek (@Turbo87)
1.9.1
1.9.0
🚀 Enhancement
- #1885 oauth2-password-grant: Convert
tokenRefreshOffset
to a native getter (@Turbo87) - #1886 session-stores/cookie: Convert private volatile properties to methods (@Turbo87)
🐛 Bug Fix
📝 Documentation
- #1894 Update Changelog and introduce lerna-changelog (@Turbo87)
- #1887 Use async/await when loading current user (@nbenz)
- #1870 Fix wrong deprecation URL (@bartocc)
- #1861 Update broken syntax in readme's routes examples (@kamilogorek)
- #1698 Add documentation how to use it with ember-fetch (@marcoow)
🏠 Internal
- #1893 yarn: Deduplicate transitive dependencies (@Turbo87)
- #1884 Remove unused
mocha-only-detector
dev dependency (@Turbo87) - #1883 Update
ember-data
to v3.10.0 (@Turbo87) - #1879 CI: Use
--no-lockfile
only in "floating dependencies" job (@Turbo87) - #1878 CI: Run deployment job only when a tag is present (@Turbo87)
- #1877 Replace
ember-cli-eslint
with regular ESLint (@Turbo87) - #1876 CI: Only run for
master
branch, version tags and PRs (@Turbo87) - #1875 Fix TravisCI builds (@Turbo87)
- #1850 Fix CI (@marcoow)
- #1787 lock jsdom to ^11.10.0 (@marcoow)
- #1751 Revert "build(travis): fix failing ember-release build step" (@marcoow)
- #1752 Use Sinon sandbox (@marcoow)
Committers: 9
- Andy Brown (@geekygrappler)
- Erik Kristensen (@ekristen)
- Jessica Jordan (@jessica-jordan)
- Julien Palmas (@bartocc)
- Kamil Ogórek (@kamilogorek)
- Marco Otte-Witte (@marcoow)
- Nate Benz (@nbenz)
- Tobias Bieniek (@Turbo87)
- @arnebit