- Replaced
registerPredeterminedFailure()andregisterPredeterminedFailures()with the singularregister()that can be stacked. - Added pedantic support and formatting in custom analysis_options.
- Spelling and grammar mistakes fixed in the README.
- Creates a simple example/example.dart that will give developers a simple start.
- Fixed health suggestions found in failure_manager_impl.dart.
- Fixed most maintenance suggestions by adding more detail to the pubspec.yaml.
- Updated README.md with new version and name.
- Functioning
FailureManagerto register predetermined failures and generateEpicFailures. - README.md with example code for use.