Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisay authored and CDS Agent committed Apr 17, 2018
1 parent 6afc905 commit f80dd1c
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ovh-angular-apiv7",
"version": "1.2.0",
"version": "1.2.1",
"description": "The ovh-angular-apiv7 module is an angular component designed to configure Apiv7Endpoints with the same interface as a $resource yet allow for extended configuration by providing Apiv7Requests objects that can be modified with chained methods to define the parameters sent to APIv7.",
"keywords": [
"angular",
Expand Down
2 changes: 1 addition & 1 deletion dist/ovh-angular-apiv7.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ img.AngularJS-small {
padding-bottom: 6px;
}

.form-search > ul.nav > li.deprecate {
text-decoration: line-through;
}

.form-search .well {
border-color: #d3d3d3;
padding: 0;
Expand Down
7 changes: 7 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,13 @@
<a href="{{page.url}}" tabindex="2">{{page.shortName}}</a>
</li>

<li class="nav-header section" ng-show="module.components.length">
<a class="guide">component</a>
</li>
<li ng-repeat="page in module.components track by page.url" ng-class="navClass(page)" class="api-list-item expand">
<a href="{{page.url}}" tabindex="2">{{page.shortName}}</a>
</li>

<li class="nav-header section" ng-show="module.directives.length">
<a class="guide">directive</a>
</li>
Expand Down
15 changes: 10 additions & 5 deletions docs/js/docs-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ NG_DOCS={
"type": "overview",
"moduleName": "ovh-angular-apiv7",
"shortDescription": "ovh-angular-apiv7",
"keywords": "$resource allow angular apiv7 apiv7endpoint apiv7endpoints apiv7request apiv7requests chained component configuration configure define designed docs extended interface methods modified module objects overview ovh-angular-apiv7 parameters providing"
"keywords": "$resource allow angular apiv7 apiv7endpoint apiv7endpoints apiv7request apiv7requests chained component configuration configure define designed docs extended interface methods modified module objects overview ovh-angular-apiv7 parameters providing",
"isDeprecated": false
},
{
"section": "docs",
Expand All @@ -19,7 +20,8 @@ NG_DOCS={
"type": "service",
"moduleName": "ovh-angular-apiv7",
"shortDescription": "apiv7",
"keywords": "apiv7 apiv7endpoint creates docs operator ovh-angular-apiv7 service sugar"
"keywords": "apiv7 apiv7endpoint creates docs operator ovh-angular-apiv7 service sugar",
"isDeprecated": false
},
{
"section": "docs",
Expand All @@ -28,7 +30,8 @@ NG_DOCS={
"type": "object",
"moduleName": "ovh-angular-apiv7",
"shortDescription": "The possible comparators for filtering with APIv7:",
"keywords": "apiv7 apiv7_filter_comparator comparators docs equal filtering greater_or_equal greater_than less_or_equal less_than not_equal object ovh-angular-apiv7"
"keywords": "apiv7 apiv7_filter_comparator comparators docs equal filtering greater_or_equal greater_than less_or_equal less_than not_equal object ovh-angular-apiv7",
"isDeprecated": false
},
{
"section": "docs",
Expand All @@ -37,7 +40,8 @@ NG_DOCS={
"type": "service",
"moduleName": "ovh-angular-apiv7",
"shortDescription": "Apiv7Endpoint",
"keywords": "$resource accepts action actions angularjs apiv7 apiv7endpoint apiv7request behaviours create created creates custom declaration default defaultparams defaults defaulturl developers disabledoperations docs document easily endpoint endpoints execute extra facilities filter functionality https implements instance leverage method methods ngresource object objects operations options org overridden ovh-angular-apiv7 parameters returns service settings sort specific standard supported template url warn"
"keywords": "$resource accepts action actions angularjs apiv7 apiv7endpoint apiv7request behaviours create created creates custom declaration default defaultparams defaults defaulturl developers disabledoperations docs document easily endpoint endpoints execute extra facilities filter functionality https implements instance leverage method methods ngresource object objects operations options org overridden ovh-angular-apiv7 parameters returns service settings sort specific standard supported template url warn",
"isDeprecated": false
},
{
"section": "docs",
Expand All @@ -46,7 +50,8 @@ NG_DOCS={
"type": "service",
"moduleName": "ovh-angular-apiv7",
"shortDescription": "Apiv7Request",
"keywords": "$resource action actionoptions actions add addfilter aggregate aggregated aggregation ahead alternative amount angularjs apiv7 apiv7_filter_comparator apiv7endpoint apiv7request applies asc batch batching chaining comparator comparators compare configuration created customised default defaultparams defaulturl desc developer disabled disables distinct docs empty enables enumeration execute executed existing expand expansion extra false falsy field filter filters https ids implement inject instance invoking items join limit list mapping maximum method methods multiple ngresource number object objects offset operations operator options order org overridden ovh-angular-apiv7 parameter parameters parametertowildcard params pending property query reference represents request requests result retrieve retrieves retrieving return returned returning returns separator service set setfilter skip sort sortable start string template time times true unset unsets url usage values warn wildcard"
"keywords": "$resource action actionoptions actions add addfilter aggregate aggregated aggregation ahead alternative amount angularjs apiv7 apiv7_filter_comparator apiv7endpoint apiv7request applies asc batch batching chaining comparator comparators compare configuration created customised default defaultparams defaulturl desc developer disabled disables distinct docs empty enables enumeration execute executed existing expand expansion extra false falsy field filter filters https ids implement inject instance invoking items join limit list mapping maximum method methods multiple ngresource number object objects offset operations operator options order org overridden ovh-angular-apiv7 parameter parameters parametertowildcard params pending property query reference represents request requests result retrieve retrieves retrieving return returned returning returns separator service set setfilter skip sort sortable start string template time times true unset unsets url usage values warn wildcard",
"isDeprecated": false
}
],
"apis": {
Expand Down
8 changes: 6 additions & 2 deletions docs/js/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ docsApp.controller.DocsController = function($scope, $location, $window, section
GLOBALS = /^angular\.([^\.]+)$/,
MODULE = /^([^\.]+)$/,
MODULE_MOCK = /^angular\.mock\.([^\.]+)$/,
MODULE_COMPONENT = /^(.+)\.components?:([^\.]+)$/,
MODULE_CONTROLLER = /^(.+)\.controllers?:([^\.]+)$/,
MODULE_DIRECTIVE = /^(.+)\.directives?:([^\.]+)$/,
MODULE_DIRECTIVE_INPUT = /^(.+)\.directives?:input\.([^\.]+)$/,
Expand All @@ -250,8 +251,8 @@ docsApp.controller.DocsController = function($scope, $location, $window, section
last: this.$last,
active: page1 && this.currentPage == page1 || page2 && this.currentPage == page2,
match: this.focused && this.currentPage != page1 &&
this.bestMatch.rank > 0 && this.bestMatch.page == page1

this.bestMatch.rank > 0 && this.bestMatch.page == page1,
deprecate: page1.isDeprecated
};
};

Expand Down Expand Up @@ -409,6 +410,8 @@ docsApp.controller.DocsController = function($scope, $location, $window, section
module(page.moduleName || match[1], section);
} else if (match = id.match(MODULE_FILTER)) {
module(page.moduleName || match[1], section).filters.push(page);
} else if (match = id.match(MODULE_COMPONENT)) {
module(page.moduleName || match[1], section).components.push(page);
} else if (match = id.match(MODULE_CONTROLLER) && page.type === 'controller') {
module(page.moduleName || match[1], section).controllers.push(page);
} else if (match = id.match(MODULE_DIRECTIVE)) {
Expand Down Expand Up @@ -453,6 +456,7 @@ docsApp.controller.DocsController = function($scope, $location, $window, section
name: name,
url: (NG_DOCS.html5Mode ? '' : '#/') + section + '/' + name,
globals: [],
components: [],
controllers: [],
directives: [],
services: [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ovh-angular-apiv7",
"version": "1.2.0",
"version": "1.2.1",
"description": "The ovh-angular-apiv7 module is an angular component designed to configure Apiv7Endpoints with the same interface as a $resource yet allow for extended configuration by providing Apiv7Requests objects that can be modified with chained methods to define the parameters sent to APIv7.",
"keywords": [
"angular",
Expand Down

0 comments on commit f80dd1c

Please sign in to comment.