Skip to content

Commit 718fcda

Browse files
author
Sassoun Derderian
committed
3.0.0
1 parent 5204ee0 commit 718fcda

7 files changed

Lines changed: 91 additions & 54 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
3.0.0 - May 31, 2017
2+
3+
* chore: tests for getApiKey method (Sassoun Derderian)
4+
* fix: getApiKey returns blank string The `getApiKey` method in some cases returns `''`, so we execute `generateApiKey` action to generate one and be sure we receive a working api key. (Sassoun Derderian)
5+
* chore: set workfront-api-constants package as peerDependency for ES build (Sassoun Derderian)
6+
* fix #73: getApiKey method not working (Sassoun Derderian)
7+
* chore(package): update typescript to version 2.3.4 (greenkeeper[bot])
8+
* chore(package): update webpack to version 2.6.1 (greenkeeper[bot])
9+
* chore(package): update mocha to version 3.4.2 (greenkeeper[bot])
10+
* chore(package): update tslint to version 5.3.2 (greenkeeper[bot])
11+
* chore(package): update typescript to version 2.3.3 (greenkeeper[bot])
12+
* chore(package): update webpack to version 2.6.0 (greenkeeper[bot])
13+
* fix(package): update @types/node to version 7.0.22 (greenkeeper[bot])
14+
* chore(package): update ts-loader to version 2.1.0 (greenkeeper[bot])
15+
* chore(package): update fetch-mock to version 5.11.0 (greenkeeper[bot])
16+
* fix(package): update @types/node to version 7.0.21 (greenkeeper[bot])
17+
* chore(package): update typedoc to version 0.7.1 (greenkeeper[bot])
18+
* chore(package): update fetch-mock to version 5.10.1 (greenkeeper[bot])
19+
* chore(package): update tslib to version 1.7.1 (greenkeeper[bot])
20+
* chore(package): update mocha to version 3.4.1 (greenkeeper[bot])
21+
* chore(package): update typedoc to version 0.7.0 (greenkeeper[bot])
22+
* chore(package): update codecov to version 2.2.0 (greenkeeper[bot])
23+
* chore(package): update webpack to version 2.5.1 (greenkeeper[bot])
24+
* chore(package): update karma to version 1.7.0 (greenkeeper[bot])
25+
* chore(package): update karma-chrome-launcher to version 2.1.1 (greenkeeper[bot])
26+
* fix(package): update @types/node to version 7.0.17 (greenkeeper[bot])
27+
* chore(package): update tslib to version 1.7.0 (greenkeeper[bot])
28+
* chore(package): update webpack to version 2.5.0 (greenkeeper[bot])
29+
* chore(package): update tslint to version 5.2.0 (greenkeeper[bot])
30+
* fix(package): update @types/node to version 7.0.16 (greenkeeper[bot])
31+
* chore(package): update karma-chrome-launcher to version 2.1.0 (greenkeeper[bot])
32+
* fix(package): update @types/node to version 7.0.15 (greenkeeper[bot])
33+
* chore(package): update http-server to version 0.10.0 (greenkeeper[bot])
34+
* chore(package): update typescript to version 2.3.2 (greenkeeper[bot])
35+
* chore(package): update @types/mocha to version 2.2.41 (greenkeeper[bot])
36+
* chore(package): update typescript to version 2.3.1 (greenkeeper[bot])
37+
138
2.0.5 - April 27, 2017
239

340
* fix: Api.execute method for namedAction should make request with POST instead of PUT (Sassoun Derderian)

docs/assets/css/main.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ table { border-collapse: collapse; border-spacing: 0; }
556556
.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { background-position: -204px -187px; }
557557
.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { background-position: -221px -187px; }
558558

559-
.no-transition { -webkit-transition: none !important; transition: none !important; }
559+
.no-transition { transition: none !important; }
560560

561561
@-webkit-keyframes fade-in { from { opacity: 0; }
562562
to { opacity: 1; } }
@@ -713,7 +713,7 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
713713
.tsd-member .tsd-anchor + h3 { margin-top: 0; margin-bottom: 0; border-bottom: none; }
714714

715715
.tsd-navigation { padding: 0 0 0 40px; }
716-
.tsd-navigation a { display: block; padding-top: 2px; padding-bottom: 2px; border-left: 2px solid transparent; color: #222; text-decoration: none; -webkit-transition: border-left-color 0.1s; transition: border-left-color 0.1s; }
716+
.tsd-navigation a { display: block; padding-top: 2px; padding-bottom: 2px; border-left: 2px solid transparent; color: #222; text-decoration: none; transition: border-left-color 0.1s; }
717717
.tsd-navigation a:hover { text-decoration: underline; }
718718
.tsd-navigation ul { margin: 0; padding: 0; list-style: none; }
719719
.tsd-navigation li { padding: 0; }
@@ -732,7 +732,7 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
732732
.tsd-navigation.primary li.label span { display: block; padding: 20px 0 6px 5px; color: #808080; }
733733
.tsd-navigation.primary li.globals + li > span, .tsd-navigation.primary li.globals + li > a { padding-top: 20px; }
734734

735-
.tsd-navigation.secondary ul { -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
735+
.tsd-navigation.secondary ul { transition: opacity 0.2s; }
736736
.tsd-navigation.secondary ul li a { padding-left: 25px; }
737737
.tsd-navigation.secondary ul li li a { padding-left: 45px; }
738738
.tsd-navigation.secondary ul li li li a { padding-left: 65px; }
@@ -765,12 +765,12 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
765765
.tsd-panel-group { margin: 60px 0; }
766766
.tsd-panel-group > h1, .tsd-panel-group > h2, .tsd-panel-group > h3 { padding-left: 20px; padding-right: 20px; }
767767

768-
#tsd-search { -webkit-transition: background-color 0.2s; transition: background-color 0.2s; }
768+
#tsd-search { transition: background-color 0.2s; }
769769
#tsd-search .title { position: relative; z-index: 2; }
770770
#tsd-search .field { position: absolute; left: 0; top: 0; right: 40px; height: 40px; }
771771
#tsd-search .field input { box-sizing: border-box; position: relative; top: -50px; z-index: 1; width: 100%; padding: 0 10px; opacity: 0; outline: 0; border: 0; background: transparent; color: #222; }
772772
#tsd-search .field label { position: absolute; overflow: hidden; right: -40px; }
773-
#tsd-search .field input, #tsd-search .title { -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
773+
#tsd-search .field input, #tsd-search .title { transition: opacity 0.2s; }
774774
#tsd-search .results { position: absolute; visibility: hidden; top: 40px; width: 100%; margin: 0; padding: 0; list-style: none; box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
775775
#tsd-search .results li { padding: 0 10px; background-color: #fdfdfd; }
776776
#tsd-search .results li:nth-child(even) { background-color: #fff; }
@@ -798,7 +798,7 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
798798
.tsd-signature-type { font-style: italic; font-weight: normal; }
799799

800800
.tsd-signatures { padding: 0; margin: 0 0 1em 0; border: 1px solid #eee; }
801-
.tsd-signatures .tsd-signature { margin: 0; border-width: 1px 0 0 0; -webkit-transition: background-color 0.1s; transition: background-color 0.1s; }
801+
.tsd-signatures .tsd-signature { margin: 0; border-width: 1px 0 0 0; transition: background-color 0.1s; }
802802
.tsd-signatures .tsd-signature:first-child { border-top-width: 0; }
803803
.tsd-signatures .tsd-signature.current { background-color: #eee; }
804804
.tsd-signatures.active > .tsd-signature { cursor: pointer; }
@@ -807,7 +807,7 @@ footer .tsd-legend { display: inline-block; width: 25%; padding: 0; font-size: 1
807807
.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { left: 20px; }
808808
.tsd-panel > a.anchor + .tsd-signatures { border-top-width: 0; margin-top: -20px; }
809809

810-
ul.tsd-descriptions { position: relative; overflow: hidden; -webkit-transition: height 0.3s; transition: height 0.3s; padding: 0; list-style: none; }
810+
ul.tsd-descriptions { position: relative; overflow: hidden; transition: height 0.3s; padding: 0; list-style: none; }
811811
ul.tsd-descriptions.active > .tsd-description { display: none; }
812812
ul.tsd-descriptions.active > .tsd-description.current { display: block; }
813813
ul.tsd-descriptions.active > .tsd-description.fade-in { -webkit-animation: fade-in-delayed 0.3s; animation: fade-in-delayed 0.3s; }
@@ -835,7 +835,7 @@ ul.tsd-parameters .tsd-comment, ul.tsd-type-parameters .tsd-comment { margin-top
835835
.tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before { content: ""; display: inline-block; width: 40px; height: 40px; margin: 0 -8px 0 0; background-image: url(../images/widgets.png); background-repeat: no-repeat; text-indent: -1024px; vertical-align: bottom; }
836836
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { .tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before { background-image: url(../images/widgets@2x.png); background-size: 320px 40px; } }
837837

838-
.tsd-widget { display: inline-block; overflow: hidden; opacity: 0.6; height: 40px; -webkit-transition: opacity 0.1s, background-color 0.2s; transition: opacity 0.1s, background-color 0.2s; vertical-align: bottom; cursor: pointer; }
838+
.tsd-widget { display: inline-block; overflow: hidden; opacity: 0.6; height: 40px; transition: opacity 0.1s, background-color 0.2s; vertical-align: bottom; cursor: pointer; }
839839
.tsd-widget:hover { opacity: 0.8; }
840840
.tsd-widget.active { opacity: 1; background-color: #eee; }
841841
.tsd-widget.no-caption { width: 40px; }
@@ -848,12 +848,12 @@ ul.tsd-parameters .tsd-comment, ul.tsd-type-parameters .tsd-comment { margin-top
848848
input[type=checkbox] + .tsd-widget:before { background-position: -120px 0; }
849849
input[type=checkbox]:checked + .tsd-widget:before { background-position: -160px 0; }
850850

851-
.tsd-select { position: relative; display: inline-block; height: 40px; -webkit-transition: opacity 0.1s, background-color 0.2s; transition: opacity 0.1s, background-color 0.2s; vertical-align: bottom; cursor: pointer; }
852-
.tsd-select .tsd-select-label { opacity: 0.6; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
851+
.tsd-select { position: relative; display: inline-block; height: 40px; transition: opacity 0.1s, background-color 0.2s; vertical-align: bottom; cursor: pointer; }
852+
.tsd-select .tsd-select-label { opacity: 0.6; transition: opacity 0.2s; }
853853
.tsd-select .tsd-select-label:before { background-position: -240px 0; }
854854
.tsd-select.active .tsd-select-label { opacity: 0.8; }
855-
.tsd-select.active .tsd-select-list { visibility: visible; opacity: 1; -webkit-transition-delay: 0s; transition-delay: 0s; }
856-
.tsd-select .tsd-select-list { position: absolute; visibility: hidden; top: 40px; left: 0; margin: 0; padding: 0; opacity: 0; list-style: none; box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); -webkit-transition: visibility 0s 0.2s, opacity 0.2s; transition: visibility 0s 0.2s, opacity 0.2s; }
855+
.tsd-select.active .tsd-select-list { visibility: visible; opacity: 1; transition-delay: 0s; }
856+
.tsd-select .tsd-select-list { position: absolute; visibility: hidden; top: 40px; left: 0; margin: 0; padding: 0; opacity: 0; list-style: none; box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); transition: visibility 0s 0.2s, opacity 0.2s; }
857857
.tsd-select .tsd-select-list li { padding: 0 20px 0 0; background-color: #fdfdfd; }
858858
.tsd-select .tsd-select-list li:before { background-position: 40px 0; }
859859
.tsd-select .tsd-select-list li:nth-child(even) { background-color: #fff; }

docs/assets/js/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)