@wessberg/type
Advanced tools
Comparing version 0.0.40 to 0.0.41
@@ -0,1 +1,10 @@ | ||
<a name="0.0.41"></a> | ||
## 0.0.41 (2017-08-27) | ||
* 0.0.41 ([63b51c9](https://github.com/wessberg/Type/commit/63b51c9)) | ||
* Bumped version ([a395c4b](https://github.com/wessberg/Type/commit/a395c4b)) | ||
* Property names can also be numbers ([66b752e](https://github.com/wessberg/Type/commit/66b752e)) | ||
<a name="0.0.40"></a> | ||
@@ -2,0 +11,0 @@ ## 0.0.40 (2017-08-27) |
@@ -10,3 +10,3 @@ import { FormattedPropertyNameKind } from "./formatted-property-name-kind"; | ||
kind: FormattedPropertyNameKind.STATIC; | ||
name: string; | ||
name: string | number; | ||
} | ||
@@ -13,0 +13,0 @@ export interface IFormattedPropertySymbolName extends IFormattedPropertyName { |
@@ -10,3 +10,3 @@ import { FormattedPropertyNameKind } from "./formatted-property-name-kind"; | ||
kind: FormattedPropertyNameKind.STATIC; | ||
name: string; | ||
name: string | number; | ||
} | ||
@@ -13,0 +13,0 @@ export interface IFormattedPropertySymbolName extends IFormattedPropertyName { |
{ | ||
"name": "@wessberg/type", | ||
"version": "0.0.40", | ||
"version": "0.0.41", | ||
"description": "Type signatures and enums for model types.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
120709