8000 Release Gabagool v0.0.6 · fpm-git/gabagool · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Gabagool v0.0.6

Latest
Compare
Choose a tag to compare
@Rua-Yuki Rua-Yuki released this 01 May 21:54

This patch introduce a bug-fix and support for a couple new features.

Fixes:

  • Certain types of JSDoc Promise parameter/return type definitions will no longer result in a crash. Specifically, the bug affected Promise definitions where a union type was used for the resolved value (for example: Promise<any|any[]>).

New features:

  • There now exists support for rest parameters, where they used to be excluded from the parameter set.
  • The Sails v1 customToJSON model method is now supported. If this method is defined on any model, it will be excluded from the static definition, and instead added to the instance definition as toJSON?(...).
0