Skip to content

Commit 9d95083

Browse files
Update road map
1 parent 4c298cb commit 9d95083

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,6 @@ If you stumble upon anything else that is not yet supported, please open an issu
274274

275275
Features that are planned:
276276

277-
* ~~More detailed error message when using `assertType` and `createAssertType`.
278-
Give the reason why the assertion failed to the user as part of the error.~~
279-
[issue 2](https://github.com/woutervh-/typescript-is/issues/2)
280-
Done as of version `0.10.0`.
281-
* ~~Support detailed error message when using the decorators `@ValidateClass` and `@AssertType`.~~
282-
* ~~Detect additional keys. [issue 11](https://github.com/woutervh-/typescript-is/issues/11)~~ Done as of version `0.11.0`.
283277
* Promise support. Something like `assertOrReject<Type>(object)` will either `resolve(object)` or `reject(error)`.
284278
* Optimize the generated conditions. Things like `false || "key" === "key"` can be simplified. Might be more interesting to publish a different library that can transform a TypeScript AST, and then use it here, or use an existing one. Might be out of scope, as there are plenty of minifiers/uglifiers/manglers out there already.
285279

0 commit comments

Comments
 (0)