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

Commit 36a5916

Browse files
committed
update change log 0.3.8
1 parent 742e4dd commit 36a5916

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Alfresco JS API
77
_This project provides a JavaScript client API into the v1 Alfresco REST API_
88

99
<a name="0.3.8"></a>
10-
# [0.3.8](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.8) (2016-xx-xx)
10+
# [0.3.8](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.8) (04-11-2016)
1111

1212
## Fix
1313
- [Activiti API processApi.getProcessDefinitionStartForm() does not take a process def ID #76](https://github.com/Alfresco/alfresco-js-api/issues/76)
@@ -22,13 +22,13 @@ this.alfrescoJsApi.activiti.processApi.getProcessDefinitionStartForm(processDefi
2222

2323

2424
<a name="0.3.7"></a>
25-
# [0.3.7](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.7) (2016-10-29)
25+
# [0.3.7](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.7) (29-10-2016)
2626

2727
## Fix
2828
- [Latest version no longer works due to .d.ts errors #78](https://github.com/Alfresco/alfresco-js-api/issues/78)
2929

3030
<a name="0.3.6"></a>
31-
# [0.3.6](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.6) (2016-10-28)
31+
# [0.3.6](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.6) (28-10-2016)
3232

3333
## Fix
3434
- [separate getRestFieldValues in getRestFieldValues and getRestFieldValuesColumn #71](https://github.com/Alfresco/alfresco-js-api/issues/71)
@@ -68,20 +68,20 @@ this.alfrescoJsApi.activiti.modelJsonBpmnApi.getHistoricEditorDisplayJsonClient(
6868

6969

7070
<a name="0.3.5"></a>
71-
# [0.3.5](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.5) (2016-09-26)
71+
# [0.3.5](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.5) (26-09-2016)
7272

7373
## Fix
7474
- [Library no longer works with ECM](https://github.com/Alfresco/alfresco-js-api/issues/63)
7575
- [Flag to enable/disable CSRF behaviour](https://github.com/Alfresco/alfresco-js-api/issues/62)
7676

7777
<a name="0.3.4"></a>
78-
# [0.3.4](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.4) (2016-09-26)
78+
# [0.3.4](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.4) (26-09-2016)
7979

8080
## Fix
8181
- [csrf token for activiti doesn't work with Node.js](https://github.com/Alfresco/alfresco-js-api/issues/61)
8282

8383
<a name="0.3.3"></a>
84-
# [0.3.3](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.3) (2016-09-26)
84+
# [0.3.3](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.3) (26-09-2016)
8585

8686
## Fix
8787
- [Add csrf token for activiti](https://github.com/Alfresco/alfresco-js-api/issues/59)
@@ -91,7 +91,7 @@ this.alfrescoJsApi.activiti.modelJsonBpmnApi.getHistoricEditorDisplayJsonClient(
9191
- Various improvements for TypeScript declaration files
9292

9393
<a name="0.3.2"></a>
94-
# [0.3.2](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.2) (2016-09-21)
94+
# [0.3.2](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.2) (21-09-2016)
9595

9696
## Fix
9797
- [Null date fields parsed as invalid dates](https://github.com/Alfresco/alfresco-js-api/issues/50)
@@ -103,7 +103,7 @@ this.alfrescoJsApi.activiti.modelJsonBpmnApi.getHistoricEditorDisplayJsonClient(
103103
- Various improvements for TypeScript declaration files
104104

105105
<a name="0.3.1"></a>
106-
# [0.3.1](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.1) (2016-08-29)
106+
# [0.3.1](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.1) (29-08-2016)
107107

108108
## Fix
109109
- [Date parser error with Safari](https://github.com/Alfresco/alfresco-js-api/issues/43)
@@ -113,7 +113,7 @@ this.alfrescoJsApi.activiti.modelJsonBpmnApi.getHistoricEditorDisplayJsonClient(
113113
- Various improvements for TypeScript declaration files
114114

115115
<a name="0.3.0"></a>
116-
# [0.3.0](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.0) (2016-08-22)
116+
# [0.3.0](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.3.0) (22-08-2016)
117117

118118
## Features
119119
- [Integration Activiti Api #19](https://github.com/Alfresco/alfresco-js-api/issues/19)
@@ -207,12 +207,12 @@ this.alfrescoJsApi = new AlfrescoApi({ ticketEcm:'TICKET_4479f4d3bb155195879bfbb
207207
```
208208
209209
<a name="0.2.2"></a>
210-
# [0.2.2](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.2.2) (2016-07-21)
210+
# [0.2.2](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.2.2) (21-07-2016)
211211
- [Cannot find module mockAlfrescoApi #29](https://github.com/Alfresco/alfresco-js-api/issues/29)
212212
- [ChangesAPI doesn't refer to any real API and duplicates other APIs #26](https://github.com/Alfresco/alfresco-js-api/issues/26)
213213
214214
<a name="0.2.1"></a>
215-
# [0.2.1](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.2.1) (2016-07-15)
215+
# [0.2.1](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.2.1) (15-07-2016)
216216
217217
## Features
218218
@@ -244,7 +244,7 @@ After:
244244
```
245245
246246
<a name="0.2.0"></a>
247-
# [0.2.0](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.2.0) (2016-07-08)
247+
# [0.2.0](https://github.com/Alfresco/alfresco-js-api/releases/tag/0.2.0) (08-07-2016)
248248
249249
## BREAKING CHANGES
250250

0 commit comments

Comments
 (0)