Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 17a6e0d

Browse files
authored
2.1.0 (#301)
* fix StatusEnum Rendition service * [ADF-1523] preserve username between page reloads (#270) * preserve username between page reloads * update package lock * update changelog * fix profile picture url bug (#272) * rollback the change due to API issues (#273) * Update CHANGELOG.md * [ADF-1678] cleanup typings schema (#276) * typings schema cleanup * changelog update * fix for node.js streaming (#278) * [ADF-1004] d.ts process service (#275) * d.ts process service * improve d.ts and fix readme * [ADF-1751] Dev apopovics versioning proto (#284) version API * [ADF-1818] ADD create person method in peopleApi (#283) * ADD create person method in peopleApi * removed unused pice of auth from test * remove opt * fix name mock * fix admin documentation api * remove duplicated NodesApi interface * [ADF-1829] PeopleApi - getSiteMembership wrong returned type * [ADF-1860] update NodesApi definition (#288) * update NodesApi definition * return type fixes * fix ratings api definition * update return types * improve d.ts * add new methods: (#289) getModelJSON getModelJSONForProcessDefinition * missing bit * remove gitignore scripts folder * next version script * [ADF-1933] added QueryBody to the index.d.ts (#290) * [ADF-1933] name should be QueryBody not QueryNode (#291) * content api fixes (#292) * remove /activiti-app/ from JSON calls * 2.0.0 bump version * remove lock * [ADF-2091] Generate JS-API for RM (#297) * superagent 3.4.1 * GS api generation * regenerate with new version * modify documentation * add definition file fix jsdoc * fix relative folders problem * remove autogenerated httpinfo * remove WithHttpInfo from classification API * uodate travis conf * osx linux travis * rename files * update library superagent * fix d.ts * [ADF-1986] Classes API (#298) * ClassesApi * ClassesApi base fix * Update changelog * [ADF-2136] generating shared link content url (#299) * generating shared link content url * unit tests and changelog update * [ADF-2136] typings and api fixes for shared links (#300) * improved typings for RenditionsApi * api and typings fixes * uni tests * Update CHANGELOG.md * bump 2.1.0
1 parent 787fdda commit 17a6e0d

File tree

467 files changed

+36520
-364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

467 files changed

+36520
-364
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "8.0.0"
3+
- "8.5.0"
44
before_install: npm install -g grunt-cli
55
install: npm install
66
sudo: false

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
# Alfresco JS API
66

7+
<a name="2.1.0"></a>
8+
# [2.1.0](https://github.com/Alfresco/alfresco-js-api/releases/tag/2.1.0) (26-01-2018)
9+
10+
## Governance api
11+
- [Governance api](https://issues.alfresco.com/jira/browse/ADF-282)
12+
13+
## Features
14+
- [Classes end point](https://issues.alfresco.com/jira/browse/ADF-1986)
15+
- [Generating shared link content url](https://issues.alfresco.com/jira/browse/ADF-2136)
16+
- improved typings schema for `RenditionsApi`
17+
718
<a name="2.0.0"></a>
819
# [2.0.0](https://github.com/Alfresco/alfresco-js-api/releases/tag/2.0.0) (28-11-2017)
920

@@ -23,6 +34,7 @@
2334
- [getContentThumbnailUrl returns file data instead or URL](https://issues.alfresco.com/jira/browse/ADF-1962)
2435
- [ContentApi is missing the preview rendition API](https://issues.alfresco.com/jira/browse/ADF-1963)
2536

37+
<a name="1.9.0"></a>
2638
# [1.9.0](https://github.com/Alfresco/alfresco-js-api/releases/tag/1.9.0) (09-10-2017)
2739

2840
## Fix

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ To correctly use this component check that on your machine is running Node versi
172172

173173
- [Authentication API](/src/alfresco-auth-rest-api)
174174
- [Core API](/src/alfresco-core-rest-api)
175+
- [Governance core API](/src/alfresco-gs-core-rest-api)
176+
- [Governance classification API](/src/alfresco-gs-classification-rest-api)
175177
- [Discovery API](/src/alfresco-discovery-rest-api)
176178
- [Search API](/src/alfresco-search-rest-api)
177179
- [Activiti API](/src/alfresco-activiti-rest-api)

config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"source": {
3+
"excludePattern": "(^|\\/|\\\\)_",
4+
"include": [
5+
"src/alfresco-gs-core-rest-api/src/api",
6+
"src/alfresco-gs-core-rest-api/src/model"
7+
]
8+
},
9+
"opts": {
10+
"encoding" : "utf8",
11+
"destination" : "./types-core",
12+
"template" : "./node_modules/tsd-jsdoc"
13+
}
14+
}

definitions/alfresco-core.yaml

100755100644
File mode changed.

0 commit comments

Comments
 (0)