Skip to content

Commit 46a1ce1

Browse files
committed
1.0.0
1 parent 86a9c67 commit 46a1ce1

2 files changed

Lines changed: 95 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
v1.0.0 - February 16, 2015
2+
3+
* 1.0.0 (Hovhannes Babayan)
4+
* using latest gulp now (Hovhannes Babayan)
5+
* added Contributing guidelines (Hovhannes Babayan)
6+
* removed obsolete .npmignore (Hovhannes Babayan)
7+
* Added bower.json and replaced gulp-webserver with http-server (Hovhannes Babayan)
8+
* documentation improvements (Hovhannes Babayan)
9+
* removed all temporary tags. preparing for the first release. (Hovhannes Babayan)
10+
* AtTask is now Workfront! (Hovhannes Babayan)
11+
* removed unused definition (Hovhannes Babayan)
12+
* licensing (Hovhannes Babayan)
13+
* fixed bug in execHandlingErrors when options were not being passed properly to shell.exec (Hovhannes Babayan)
14+
* uncommented "npm publish" in release task (Hovhannes Babayan)
15+
* shortened syntax (Hovhannes Babayan)
16+
* 0.4.0 (Hovhannes Babayan)
17+
* added release task. minor fixes (Hovhannes Babayan)
18+
* 0.3.0 (Hovhannes Babayan)
19+
* added release task. minor fixes (Hovhannes Babayan)
20+
* 0.2.0 (Hovhannes Babayan)
21+
* added release task. minor fixes (Hovhannes Babayan)
22+
* 0.1.0 (Hovhannes Babayan)
23+
* added release task. minor fixes (Hovhannes Babayan)
24+
* added release task. minor fixes (Hovhannes Babayan)
25+
* added release task. minor fixes (Hovhannes Babayan)
26+
* added release task (Hovhannes Babayan)
27+
* added release task (Hovhannes Babayan)
28+
* Moved gh-pages generation to Gulp (Hovhannes Babayan)
29+
* added example of sharing a project (Hovhannes Babayan)
30+
* added 'api-unsupported' version support (Hovhannes Babayan)
31+
* SSL support. Add secureProtocol option in constructor config. (Sassoun Derderian)
32+
* Add protocol from parsed url (Sassoun Derderian)
33+
* No need for Buffer.byteLength anymore (Sassoun Derderian)
34+
* added report() method (Hovhannes Babayan)
35+
* using Api.Methods.XXX constants for http methods (Hovhannes Babayan)
36+
* added generation on non-minified version in dist/ folder (Hovhannes Babayan)
37+
* implemented copy() and edit() methods. Renamed post() to read create(). Added more examples. (Hovhannes Babayan)
38+
* implemented execute() and namedQuery() methods (Hovhannes Babayan)
39+
* implemented remove() method (Hovhannes Babayan)
40+
* added test for logout (Hovhannes Babayan)
41+
* Update README.md (Hovhannes Babayan)
42+
* added tests for login and logout (Hovhannes Babayan)
43+
* added tests for login and logout (Hovhannes Babayan)
44+
* test files now end with .spec.js (Hovhannes Babayan)
45+
* changing file name to lowercase (Hovhannes Babayan)
46+
* request() method now sends params via request body for non-GET requests (Hovhannes Babayan)
47+
* added plugin tests (Hovhannes Babayan)
48+
* changed API version to 4.0 (Hovhannes Babayan)
49+
* more tests (Hovhannes Babayan)
50+
* added https support and more tests (Hovhannes Babayan)
51+
* fixing code-climate issues (Hovhannes Babayan)
52+
* added code-climate badge (Hovhannes Babayan)
53+
* added comments, implemented metadata method (Hovhannes Babayan)
54+
* corrected header text (Hovhannes Babayan)
55+
* Added shell script to generate gh-pages (Hovhannes Babayan)
56+
* Update README.md (citizensas)
57+
* added documentation (Hovhannes Babayan)
58+
* added example to get users count (Hovhannes Babayan)
59+
* trying to get wicked to work (Hovhannes Babayan)
60+
* just making tests pass (Hovhannes Babayan)
61+
* Now printing description in each example (Hovhannes Babayan)
62+
* generated latest version (Hovhannes Babayan)
63+
* Added tests for Api constructor, moved non-exported methods into plugins/ folder (Hovhannes Babayan)
64+
* added comments, minification of dist/attask.js and ApiConstants.js (Hovhannes Babayan)
65+
* improved promise polyfill usage under node.js (Hovhannes Babayan)
66+
* added withCredentials: false (Hovhannes Babayan)
67+
* fixed login.html (Hovhannes Babayan)
68+
* Remove Promise requirement the lib and require Promise in examples (Sassoun Derderian)
69+
* Test for all available methods (Sassoun Derderian)
70+
* Added ApiUtil - a place for adding utility methods for work with API (Hovhannes Babayan)
71+
* Fix fields issue (Sassoun Derderian)
72+
* refactor (Hovhannes Babayan)
73+
* refactor (Hovhannes Babayan)
74+
* run test-ci tasks in sequence (Hovhannes Babayan)
75+
* added coverage badge (Hovhannes Babayan)
76+
* added coverage badge (Hovhannes Babayan)
77+
* added coverage and reporting to coveralls.io (Hovhannes Babayan)
78+
* added tests for getInstance() method (Hovhannes Babayan)
79+
* updated readme (Hovhannes Babayan)
80+
* added login test page (Hovhannes Babayan)
81+
* added license badge (Hovhannes Babayan)
82+
* added license badge (Hovhannes Babayan)
83+
* added gulp tasks (Hovhannes Babayan)
84+
* dropped travis runs for node 0.6 and 0.8 (Hovhannes Babayan)
85+
* removed dependency from lodash (Hovhannes Babayan)
86+
* instancees, singleton (Sassoun Derderian)
87+
* email notifications (Hovhannes Babayan)
88+
* email notifications (Hovhannes Babayan)
89+
* put api.js in src (Sassoun Derderian)
90+
* organizing things (Hovhannes Babayan)
91+
* added gitignore (Hovhannes Babayan)
92+
* initial api class (Sassoun Derderian)
93+
* Initial commit (Hovhannes Babayan)
94+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workfront-api",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A Workfront API for the Node.js and the Web",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)