forked from oasp/oasp4js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into pr-oasp#80-typesc…
…ript
- Loading branch information
Showing
3 changed files
with
59 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<a name="1.4.0"></a> | ||
# 1.4.0 (2016-02-29) | ||
|
||
## Bug Fixes | ||
|
||
- error-log template not found ([#83](https://github.com/oasp/oasp4js/issues/83)) | ||
- Technical architecture link is broken ([#44](https://github.com/oasp/oasp4js/issues/44)) | ||
|
||
## Features | ||
- Releasing OASP4JS with shrinkwrap ([#87](https://github.com/oasp/oasp4js/issues/87)) | ||
- Security 401 unauthorized vs 403 forbidden ([#56](https://github.com/oasp/oasp4js/issues/56)) | ||
- Error handling ([#54](https://github.com/oasp/oasp4js/issues/54)) | ||
- Authorization (in the client) ([#53](https://github.com/oasp/oasp4js/issues/53)) | ||
- Accessibility ([#52](https://github.com/oasp/oasp4js/issues/52)) | ||
- Migration to ui-router ([#51](https://github.com/oasp/oasp4js/issues/51)) | ||
- Validation ([#50](https://github.com/oasp/oasp4js/issues/50)) | ||
- Remove all calls to @Deprecated getAll methods on server ([#37](https://github.com/oasp/oasp4js/issues/37)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,3 +81,4 @@ | |
"test": "gulp test" | ||
} | ||
} | ||
|