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#template
of astring
type.
Added private instance#callback
property ofCallback
instance.
Added private instance#fix
,#problem
,#tpl
property.
Added pubic methodssetFix()
,setMessage()
,setProblem()
,setTemplate()
,throw()
,updateMessage()
of an instance.
Added static private methods#guardMessage()
,#guardTemplate()
. - 4040750
Added an optional propertytemplate
to theErrorMessage
interface. - 0d5cc92
AddedVEAllowedCallback
type of allowed names for internal instance ofCallback
.
2.0.0 Changed
- 069d111
Changed static publictemplate
property to use static private#template
property that is guarded by the private static#guardTemplate()
method.
Changed instancefix
property to use private#fix
.
Changed instanceproblem
property 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 newcallback
parameter to handle private instance ofCallback
. - 0708846 bcc6521 0bbd886
UpdatedREADME.md
.