enum-values
Advanced tools
| # Change Log | ||
| 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. | ||
| <a name="1.1.7"></a> | ||
| ## [1.1.7](https://github.com/slavik57/enum-values/compare/v1.1.4...v1.1.7) (2017-08-02) |
+2
-1
| { | ||
| "name": "enum-values", | ||
| "version": "1.1.6", | ||
| "version": "1.1.7", | ||
| "description": "Library for getting the names and values of typescript enum", | ||
@@ -33,4 +33,5 @@ "typings": "index.d.ts", | ||
| "mocha": "^2.5.3", | ||
| "standard-version": "^4.2.0", | ||
| "typescript": "^2.4.2" | ||
| } | ||
| } |
+0
-13
@@ -53,15 +53,2 @@ # enum-values | ||
| var namesAndValues2 = EnumValues.getNamesAndValues(StringEnum); | ||
| ``` | ||
| ## Known issues | ||
| Currently the library does not support mixing string and numeric enums. | ||
| ```javascript | ||
| // This enum will not work: | ||
| enum MixedEnum { | ||
| A = 'A', | ||
| 1 = 2, | ||
| 3 = 'B', | ||
| C = 4 | ||
| } | ||
| ``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4828
2.85%8
14.29%0
-100%6
20%53
-19.7%