Releases: angular-package/error
Releases · angular-package/error
2.0.2
2.0.1
2.0.0
[2.0.0] - 2021-08-12
2.0.0 Added
- 069d111
Added static private property#templateof astringtype.
Added private instance#callbackproperty ofCallbackinstance.
Added private instance#fix,#problem,#tplproperty.
Added pubic methodssetFix(),setMessage(),setProblem(),setTemplate(),throw(),updateMessage()of an instance.
Added static private methods#guardMessage(),#guardTemplate(). - 4040750
Added an optional propertytemplateto theErrorMessageinterface. - 0d5cc92
AddedVEAllowedCallbacktype of allowed names for internal instance ofCallback.
2.0.0 Changed
- 069d111
Changed static publictemplateproperty to use static private#templateproperty that is guarded by the private static#guardTemplate()method.
Changed instancefixproperty to use private#fix.
Changed instanceproblemproperty to use private#problem.
Changed public staticdefineMessage()method to use private static#guardMessage()to guards the providedmessage.
Changed constructor to use publicsetMessage()method and add newcallbackparameter to handle private instance ofCallback. - 0708846 bcc6521 0bbd886
UpdatedREADME.md.