Skip to content

Commit

Permalink
Release v1.0.0 🎉 (#52)
Browse files Browse the repository at this point in the history
* Release v1.0.0

* Update readme

* Remove Document from abstract-navigator (unused)
  • Loading branch information
Steve Hobbs authored Sep 16, 2020
1 parent 78dc223 commit 8c9912a
Show file tree
Hide file tree
Showing 18 changed files with 6,686 additions and 535 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change Log

## [v1.0.0](https://github.com/auth0/auth0-angular/tree/v1.0.0) (2020-09-16)

[Full Changelog](https://github.com/auth0/auth0-angular/compare/v0.2.1...v1.0.0)

**Added**

- Add error handling capability [\#51](https://github.com/auth0/auth0-angular/pull/51) ([stevehobbsdev](https://github.com/stevehobbsdev))
- [SDK-1921] ng-add support [\#49](https://github.com/auth0/auth0-angular/pull/49) ([stevehobbsdev](https://github.com/stevehobbsdev))
- [SDK-1931] Add information regarding use inside Angular Universal projects [\#46](https://github.com/auth0/auth0-angular/pull/46) ([stevehobbsdev](https://github.com/stevehobbsdev))
- [SDK-1931] Add support for canActivateChild and canLoad in AuthGuard [\#45](https://github.com/auth0/auth0-angular/pull/45) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Changed**

- [SDK-1895] Add options to match HTTP requests based on HTTP method [\#48](https://github.com/auth0/auth0-angular/pull/48) ([stevehobbsdev](https://github.com/stevehobbsdev))
- Update Readme with more badges and rewording of expectations [\#40](https://github.com/auth0/auth0-angular/pull/40) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Removed**

- Remove use of regex in API example snippets [\#41](https://github.com/auth0/auth0-angular/pull/41) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Fixed**

- docs: add return type to the example in the README [\#44](https://github.com/auth0/auth0-angular/pull/44) ([ahasall](https://github.com/ahasall))
- [SDK-1923] Improve readability of Calling an API section in the readme [\#42](https://github.com/auth0/auth0-angular/pull/42) ([stevehobbsdev](https://github.com/stevehobbsdev))
- Fix publish script using the new release version [\#39](https://github.com/auth0/auth0-angular/pull/39) ([lbalmaceda](https://github.com/lbalmaceda))

## [v0.2.1](https://github.com/auth0/auth0-angular/tree/v0.2.1) (2020-08-14)

[Full Changelog](https://github.com/auth0/auth0-angular/compare/v0.2.0...v0.2.1)
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
![Stage: Beta](https://img.shields.io/badge/stage-beta-orange)
![Stage: Stable Release](https://img.shields.io/badge/stage-stable-green)
![Release](https://img.shields.io/github/v/release/auth0/auth0-angular)
[![CircleCI](https://img.shields.io/circleci/build/github/auth0/auth0-angular)](https://circleci.com/gh/auth0/auth0-angular)
[![Codecov](https://img.shields.io/codecov/c/github/auth0/auth0-angular)](https://codecov.io/gh/auth0/auth0-angular)
![Downloads](https://img.shields.io/npm/dw/@auth0/auth0-angular)

# Auth0 Angular SDK - Beta
# Auth0 Angular SDK

A library for integrating [Auth0](https://auth0.com) into an Angular 9+ application.

**Note:** This is a **BETA** package and thus **SHOULD NOT BE USED IN PRODUCTION**. While we try hard to contain breaking changes at this stage, it may be necessary to make such breaking changes in order to improve the SDK.

## Table of Contents

- [Documentation](#documentation)
Expand Down
Loading

0 comments on commit 8c9912a

Please sign in to comment.