Skip to content

2.0.0

Compare
Choose a tag to compare
@angularpackage angularpackage released this 11 Aug 22:49
· 183 commits to main since this release
33ef75e

[2.0.0] - 2021-08-12

2.0.0 Added

2.0.0 Changed

  • 069d111
    Changed static public template property to use static private #template property that is guarded by the private static #guardTemplate() method.
    Changed instance fix property to use private #fix.
    Changed instance problem property to use private #problem.
    Changed public static defineMessage() method to use private static #guardMessage() to guards the provided message.
    Changed constructor to use public setMessage() method and add new callback parameter to handle private instance of Callback.
  • 0708846 bcc6521 0bbd886
    Updated README.md.