Skip to content

Commit d307a91

Browse files
chore(release): 1.0.0-alpha.9
1 parent 803d0fe commit d307a91

File tree

2 files changed

+68
-1
lines changed

2 files changed

+68
-1
lines changed

CHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="1.0.0-alpha.9"></a>
6+
# [1.0.0-alpha.9](https://github.com/SteveVanOpstal/LegendBuilder/compare/1.0.0-alpha.8...1.0.0-alpha.9) (2016-08-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **CHANGELOG:** add correct legendbuilder.io link ([78a9888](https://github.com/SteveVanOpstal/LegendBuilder/commit/78a9888))
12+
* **CHANGELOG:** remove gulp link ([a3fef81](https://github.com/SteveVanOpstal/LegendBuilder/commit/a3fef81))
13+
* **console:** tim import incorrect ([17ad6b2](https://github.com/SteveVanOpstal/LegendBuilder/commit/17ad6b2))
14+
* **d3:** incorrect typings ([1400337](https://github.com/SteveVanOpstal/LegendBuilder/commit/1400337))
15+
* **format:** errors due to clang-format changes ([7558725](https://github.com/SteveVanOpstal/LegendBuilder/commit/7558725))
16+
* **host:** .api.key file not found ([c14e2a3](https://github.com/SteveVanOpstal/LegendBuilder/commit/c14e2a3))
17+
* **host:** cannot find RequestOptions ([95506be](https://github.com/SteveVanOpstal/LegendBuilder/commit/95506be))
18+
* **host:** setTimeout fails ([ca318af](https://github.com/SteveVanOpstal/LegendBuilder/commit/ca318af))
19+
* **host:** undefined in log ([1204479](https://github.com/SteveVanOpstal/LegendBuilder/commit/1204479))
20+
* **masteries:** codelyzer issues ([f65482d](https://github.com/SteveVanOpstal/LegendBuilder/commit/f65482d))
21+
* **masteries:** tests fail ([3de2906](https://github.com/SteveVanOpstal/LegendBuilder/commit/3de2906))
22+
* **match:** build errors ([ed4b1eb](https://github.com/SteveVanOpstal/LegendBuilder/commit/ed4b1eb))
23+
* **match-server:** error in request ([67c92de](https://github.com/SteveVanOpstal/LegendBuilder/commit/67c92de))
24+
* IE9/10/11 shim for CustomEvent ([25af788](https://github.com/SteveVanOpstal/LegendBuilder/commit/25af788))
25+
* **vendor:** incorrect imports ([08747c0](https://github.com/SteveVanOpstal/LegendBuilder/commit/08747c0))
26+
* incorrect import shims_for_IE.js ([3d0e7a0](https://github.com/SteveVanOpstal/LegendBuilder/commit/3d0e7a0))
27+
* **match-server:** incorrect indexation on matches ([1aad309](https://github.com/SteveVanOpstal/LegendBuilder/commit/1aad309))
28+
* **Router:** absolute navigation should be relative ([4379670](https://github.com/SteveVanOpstal/LegendBuilder/commit/4379670))
29+
* **server:** base url with region incorrect ([38e3f65](https://github.com/SteveVanOpstal/LegendBuilder/commit/38e3f65))
30+
* **server:** cache incorrect ([28adef7](https://github.com/SteveVanOpstal/LegendBuilder/commit/28adef7))
31+
* **server:** HostResponse.data type incorrect ([81157ca](https://github.com/SteveVanOpstal/LegendBuilder/commit/81157ca))
32+
* **server:** incorrect api parameter ([23d37b4](https://github.com/SteveVanOpstal/LegendBuilder/commit/23d37b4))
33+
* **settings:** IE10 and below fail on const declaration ([9f0365e](https://github.com/SteveVanOpstal/LegendBuilder/commit/9f0365e))
34+
* navigation ([dd18fc1](https://github.com/SteveVanOpstal/LegendBuilder/commit/dd18fc1))
35+
* remove unused dependencies ([d9d16c3](https://github.com/SteveVanOpstal/LegendBuilder/commit/d9d16c3))
36+
* tslint errors ([4cf62ec](https://github.com/SteveVanOpstal/LegendBuilder/commit/4cf62ec))
37+
* **summoner:** response.write fails ([e98c5cd](https://github.com/SteveVanOpstal/LegendBuilder/commit/e98c5cd))
38+
* **tslint:** build errors ([eed7d67](https://github.com/SteveVanOpstal/LegendBuilder/commit/eed7d67))
39+
* **tslint:** errors ([ebe93e8](https://github.com/SteveVanOpstal/LegendBuilder/commit/ebe93e8))
40+
* **tslint:** incorrect constructor location ([cb8ea57](https://github.com/SteveVanOpstal/LegendBuilder/commit/cb8ea57))
41+
42+
43+
### Features
44+
45+
* **angular:** update to angular 2.0.0-rc.3 ([97803a2](https://github.com/SteveVanOpstal/LegendBuilder/commit/97803a2))
46+
* **angular:** update to angular 2.0.0-rc.4 ([44c4b75](https://github.com/SteveVanOpstal/LegendBuilder/commit/44c4b75))
47+
* **console:** move to chalk ([0f2c28a](https://github.com/SteveVanOpstal/LegendBuilder/commit/0f2c28a))
48+
* **d3:** update to 1.0.0 ([6e14cc1](https://github.com/SteveVanOpstal/LegendBuilder/commit/6e14cc1))
49+
* **ddragon:** get image onInit ([4d94f18](https://github.com/SteveVanOpstal/LegendBuilder/commit/4d94f18))
50+
* **ie:** add shims_for_ie to polyfills ([2ea19fa](https://github.com/SteveVanOpstal/LegendBuilder/commit/2ea19fa))
51+
* **items:** add stats ([dd7cefb](https://github.com/SteveVanOpstal/LegendBuilder/commit/dd7cefb))
52+
* **lolapi:** ignore unkown regions ([80a5057](https://github.com/SteveVanOpstal/LegendBuilder/commit/80a5057))
53+
* **match:** improvements ([670b352](https://github.com/SteveVanOpstal/LegendBuilder/commit/670b352))
54+
* **match-server:** debug graphs in development ([6d14638](https://github.com/SteveVanOpstal/LegendBuilder/commit/6d14638))
55+
* **server:** add async retry ([4911ce1](https://github.com/SteveVanOpstal/LegendBuilder/commit/4911ce1))
56+
* **server:** extra check on region for champions ([3053e48](https://github.com/SteveVanOpstal/LegendBuilder/commit/3053e48))
57+
* **servers:** get base url in a generic manner ([2a22be0](https://github.com/SteveVanOpstal/LegendBuilder/commit/2a22be0))
58+
* **servers:** get the hostname in a generic way ([4ccc636](https://github.com/SteveVanOpstal/LegendBuilder/commit/4ccc636))
59+
* update to TypeScript 2.0 ([e6ac2d1](https://github.com/SteveVanOpstal/LegendBuilder/commit/e6ac2d1))
60+
61+
62+
### Performance Improvements
63+
64+
* pack css files in one style.css ([dfdf0b5](https://github.com/SteveVanOpstal/LegendBuilder/commit/dfdf0b5))
65+
66+
67+
168
<a name="1.0.0-alpha.8"></a>
269
# [1.0.0-alpha.8](https://github.com/SteveVanOpstal/LegendBuilder/compare/1.0.0-alpha.7...1.0.0-alpha.8) (2016-04-24)
370

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "legend-builder",
3-
"version": "1.0.0-alpha.8",
3+
"version": "1.0.0-alpha.9",
44
"description": "An advanced League Of Legends champion builder",
55
"bugs": {
66
"url": "https://github.com/SteveVanOpstal/LegendBuilder/issues"

0 commit comments

Comments
 (0)