-
Notifications
You must be signed in to change notification settings - Fork 146
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
Custom Getter #342
Custom Getter #342
Conversation
I merged #347 in this one because some test don't work well. Some test don't check the throw message corresponding to the expected error. And without expected/actual in the errorlog, it's hard to understand the problem. |
with current NPM registry state
|
Ready :D EDIT : |
…#327) Multi-packages split
with current NPM registry state
…rties' of convict become '_cvtProperties'
…de review on coercing
+ normalize simple and double quotes
Fire error when we try to rewrite an existing Format (rewrite = true to rewrite an existing Format).
…yValues()` name is similar that `applyGetters()`, is more understandable
Rebased into #353 |
…etter and add tests
fix: #313
example of custom getter :
TODO :
NB :
fix: #224 => with stopPropagation() in a customGetter. & fix: #261 :
fix: #283