-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.0.0 Release Wishlist #367
Comments
Moved from #368:
|
cc @shaunwarman I added above "OTP tests need added" checkbox |
|
|
|
|
|
|
|
|
|
|
|
All of the above issues are now for v3.0.0 release or later. |
|
|
|
2.0.0 Release Wishlist
Features
mandarin
should automatically wrap placeholder tokens with<span class="notranslate">%s</span>
auto-bind
from any dependenciesstrength
in favor of https://github.com/dropbox/zxcvbn (ref: Password not strong enough forwardemail/forwardemail.net#13)koa-redirect-loop
(Core bug koa-redirect-loop#1)_original
usingrfdc(this)
and does a deep diff comparison with human-friendly readable strings (e.g. versus manually comparing changes upon document updates - this would allow us to easily send emails to admins/users of changes to certain things) https://mongoosejs.com/docs/schematypes.html@ladjs/mongoose
in order to handle reconnectTries and reconnection interval. I am not certain how to rewrite this now and would love support from the community.browser-sync
and document itfactor-bundle
to reduce client-side bundle build sizes (see https://github.com/browserify/browserify#multiple-bundles, Example of how to use it as a browserify plugin browserify/factor-bundle#35 (comment))@ladjs/bull
,@ladjs/mongoose
, etc. are prefixed with$appName:mongoose
)cache-pug-templates
to cache Pug files (Add cache-pug-templates #343)express-redirect-loop
to Koa once (port express-redirect-loop to koa and integrate into @ladjs/web after fixing it #363)mongoose-paranoid-plugin
once Count method does not support paranoid option - please update code and patch? euqen/mongoose-paranoid-plugin#6 is resolved (add mongoose-paranoid-plugin #347)custom-fonts-in-emails
,font-awesome-assets
,gulp-cloudfront
,postcss-preset-env
Thoughts
Swagger
Automatic code introspection and Swagger YAML file generation (parses routes, allows inline annotations for overriding/enhancing YAML file, parses mocks/tests for parameters and request body params, parses response for object and its properties, parses available status codes based off complete code coverage, uses widdershins -> shins and swagger-ui for "try it out" code blocks, postman integration, open api v3 spec testing)
The text was updated successfully, but these errors were encountered: