- Updated SDK version from
2.12.0
to2.17.0
. - Removed
enum_as_string
package.
- Updated project description (again).
- Updated project description to fit Dart file conventions.
- Made full stops at the end of documentation comments consistent.
- Updated:
- Package description.
- Package dependencies.
- Translations.
- Updated license bearer from 'Dorian Oszczęda' to 'WordCollector'.
- Introduced the
words
lints ruleset. - Documented all public fields.
- Formatted files in accordance with the standard expected from other WordCollector projects.
- Lowered unnecessarily high SDK constraint to
>=2.12.0
.
- Fixed introductions of named and positional parameters.
- Added
In
andNotIn
operations.
- Created
text_expressions
from code extracted from theWordCollector
application.