Skip to content

Commit 0165f4e

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-01-14) ### Bug Fixes * add lib to fix type errors ([f8b0dfb](f8b0dfb)) * add typescript ([7bc5b83](7bc5b83)) * broken links ([fdd2384](fdd2384)) * check before running npm ci ([975cbae](975cbae)) * class link typo ([762b98a](762b98a)) * copy dependancies to docs ([f6367e1](f6367e1)) * fetch data from getDetails() ([aa418b5](aa418b5)) * filter for unique value instead on Set, entryDetails in H2H ([612830a](612830a)) * Identing error ([ca5ff0d](ca5ff0d)) * install deps in root before switching directory ([15ce100](15ce100)) * trailing / in baseurl ([17e781c](17e781c)) * update working dir ([0dc4962](0dc4962)) * use node 12 ([c02de3b](c02de3b)) ### Features * add docusaurus ([c1a6de1](c1a6de1)) * add stats {pp90, ppm, vapm}, to player details ([cf65e18](cf65e18)) * add transfer history ([24fc643](24fc643)) * automatic substitution ([7e4f103](7e4f103)) * classes and interface docs ([f4ddfe7](f4ddfe7)) * cup status and cup matches filtered by gw ([58875b2](58875b2)) * fixtures, fixture functions and types ([27b2dae](27b2dae)) * Get chips history, active chips per gw ([026601b](026601b)) * Get picks, move fetch function to root ([c7c1a62](c7c1a62)) * getPlayers from Team class ([c508397](c508397)) * h2h league details ([a23ade6](a23ade6)) * Include player details ([edaf084](edaf084)) * move components to models/ folder, add gameweek model, remove fixtures model ([08f0921](08f0921)) * past seasons history ([3a05cf1](3a05cf1)) * Team component ([aa64c29](aa64c29)) * team fixtures ([48942c6](48942c6)) * version & publish package ([242f4d6](242f4d6))
1 parent 1027341 commit 0165f4e

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# 1.0.0 (2021-01-14)
2+
3+
4+
### Bug Fixes
5+
6+
* add lib to fix type errors ([f8b0dfb](https://github.com/roboflank/fpl-ts/commit/f8b0dfba4c34f937ba1dfd45ee6766cbed83bacb))
7+
* add typescript ([7bc5b83](https://github.com/roboflank/fpl-ts/commit/7bc5b83f16ce2f124a74e3401fff1694712005a8))
8+
* broken links ([fdd2384](https://github.com/roboflank/fpl-ts/commit/fdd2384e322a0c92b748332dea39c46d51b7669d))
9+
* check before running npm ci ([975cbae](https://github.com/roboflank/fpl-ts/commit/975cbae622df370b2d4405041b4cdbca6ce20251))
10+
* class link typo ([762b98a](https://github.com/roboflank/fpl-ts/commit/762b98a71a4f2ac23516edd21d7430c5098656c4))
11+
* copy dependancies to docs ([f6367e1](https://github.com/roboflank/fpl-ts/commit/f6367e1c581677b5eab9eabb13b7053ad91ce2b0))
12+
* fetch data from getDetails() ([aa418b5](https://github.com/roboflank/fpl-ts/commit/aa418b57349fbffaeb1089c59ab5668743c841f8))
13+
* filter for unique value instead on Set, entryDetails in H2H ([612830a](https://github.com/roboflank/fpl-ts/commit/612830abdf5d275fb2819fd420d4fc5b1f2744c1))
14+
* Identing error ([ca5ff0d](https://github.com/roboflank/fpl-ts/commit/ca5ff0d46e4232fa11a54628fad651bb92920ed9))
15+
* install deps in root before switching directory ([15ce100](https://github.com/roboflank/fpl-ts/commit/15ce1003a8bfeb0b605877a748904b9330dc9f5c))
16+
* trailing / in baseurl ([17e781c](https://github.com/roboflank/fpl-ts/commit/17e781c660a466933631cfa1e92f973d237105c2))
17+
* update working dir ([0dc4962](https://github.com/roboflank/fpl-ts/commit/0dc49624e6862be93fb56604dfdfc38a933f2fbd))
18+
* use node 12 ([c02de3b](https://github.com/roboflank/fpl-ts/commit/c02de3b703d1d06845bc0af9f71198b99b8cfbb3))
19+
20+
21+
### Features
22+
23+
* add docusaurus ([c1a6de1](https://github.com/roboflank/fpl-ts/commit/c1a6de129b239fc228804e27c080d2b0db9edd1d))
24+
* add stats {pp90, ppm, vapm}, to player details ([cf65e18](https://github.com/roboflank/fpl-ts/commit/cf65e18163f48975b760cb08f385c926b5ce0c52))
25+
* add transfer history ([24fc643](https://github.com/roboflank/fpl-ts/commit/24fc643784908497d86b1865347a7ed91be1a392))
26+
* automatic substitution ([7e4f103](https://github.com/roboflank/fpl-ts/commit/7e4f103d3873f3ded75606330f9328aefb7badd4))
27+
* classes and interface docs ([f4ddfe7](https://github.com/roboflank/fpl-ts/commit/f4ddfe7caaf40ed4f4678dbfee79af62918a9d0f))
28+
* cup status and cup matches filtered by gw ([58875b2](https://github.com/roboflank/fpl-ts/commit/58875b2a3061375406adc0948477217f1256f6b6))
29+
* fixtures, fixture functions and types ([27b2dae](https://github.com/roboflank/fpl-ts/commit/27b2dae23359c1f74237cfb0180fb9e062a25800))
30+
* Get chips history, active chips per gw ([026601b](https://github.com/roboflank/fpl-ts/commit/026601b7482d31ae2aec0c929ab932a4c8983beb))
31+
* Get picks, move fetch function to root ([c7c1a62](https://github.com/roboflank/fpl-ts/commit/c7c1a62719e5967fe4d5b3f6b7f6b2bbfb967a5f))
32+
* getPlayers from Team class ([c508397](https://github.com/roboflank/fpl-ts/commit/c508397791ae0a56a98249bdef238204bd1d98cb))
33+
* h2h league details ([a23ade6](https://github.com/roboflank/fpl-ts/commit/a23ade6f3263a467f46e4a505a35ad4c94392e0e))
34+
* Include player details ([edaf084](https://github.com/roboflank/fpl-ts/commit/edaf0848243e1dd536d562e263488c6a2148f844))
35+
* move components to models/ folder, add gameweek model, remove fixtures model ([08f0921](https://github.com/roboflank/fpl-ts/commit/08f0921f45acb6b8e9175ef0774a34271e476f04))
36+
* past seasons history ([3a05cf1](https://github.com/roboflank/fpl-ts/commit/3a05cf18ff260ae0ed3af902f45285fcdf688a7f))
37+
* Team component ([aa64c29](https://github.com/roboflank/fpl-ts/commit/aa64c290e6b01e93c72ab14c61a8f21ed82ca671))
38+
* team fixtures ([48942c6](https://github.com/roboflank/fpl-ts/commit/48942c64a4e7204ac4f9aa662023b6a2e996b790))
39+
* version & publish package ([242f4d6](https://github.com/roboflank/fpl-ts/commit/242f4d693a540aca894d4f561ff1bb68edaa2a69))

0 commit comments

Comments
 (0)