You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,13 +28,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
28
28
### 2.0.0 Changed
29
29
30
30
-[`069d111`][069d111]
31
-
Changed static public `template` property to use static private `#template` property that is guarded by the private static `#guardTemplate()` method.
32
-
Changed instance `fix` property to use private `#fix`.
33
-
Changed instance `problem` property to use private `#problem`.
34
-
Changed public static `defineMessage()` method to use private static `#guardMessage()` to guards the provided `message`.
35
-
Changed constructor to use public `setMessage()` method and add new `callback` parameter to handle private instance of `Callback`.
31
+
Changed static public [`template`][error-static-template] property to use static private `#template` property that is guarded by the private static `#guardTemplate()` method.
32
+
Changed instance [`fix`][error-property-fix] property to use private `#fix`.
33
+
Changed instance [`problem`][error-property-problem] property to use private `#problem`.
34
+
Changed public static [`defineMessage()`][error-method-static-definemessage] method to use private static `#guardMessage()` to guards the provided `message`.
35
+
Changed constructor to use public [`setMessage()`][error-method-setmessage] method and add new `callback` parameter to handle private instance of [`Callback`][package-callback].
0 commit comments