- Applied lints.
- Updated dev dependencies.
- Amended README.md.
- Applied lints, updated message formatter
toColorString
. - Min. SDK version is now 3.0.0.
- Updated list of Dart reserved words.
- Amended docs.
- Changed inheritance structure.
ErrorOf<T>
andErrorOfType<T>
now extendError
, andExceptionOf<T>
andExceptionOfType<T>
now implementException
. - Amended examples and docs.
- Added tests.
- Amended docs and analysis options.
- Migrated CI to github.
- Switched back to default test suite.
- Removed references to option
--enable-experiment=non-nullable
.
- Updated dependencies.
Amended README.md.
- Min. Dart SDK version is now 2.10.0.
Enabled null-safety. Testing now uses minimal_test
.
Added dev_dependency on package pedantic
. Applied linter suggestions.
Amended example\README.md
. Added link to example.dart
.
Added utils/validators.dart
containing
methods for checking if an identifier is valid (does not clash with
a Dart keyword, does not start with a number).
Amended example.
Amended docs.
Initial version of the library.