Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
- uses: actions/stale@v10
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days."
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ Validators support default `errorText` messages in these languages:
- Finnish (fi)
- Farsi/Persian (fa)
- French (fr)
- Georgian (ka)
- German (de)
- Greek (el)
- Hebrew (he)
Expand Down
2 changes: 2 additions & 0 deletions doc/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ FormBuilderValidators.hasMinSomethingChars(...);
Validators.string(Validators.hasMinSomethingChars(...));
```

> [x] dart fix: OK
- `FormBuilderValidators.hasLowercaseChars`

```dart
Expand All @@ -83,6 +84,7 @@ Validators.hasMinLowercaseChars(
);
```

> [ ] dart fix: ??
- `FormBuilderValidators.hasNumericChars`

```dart
Expand Down
Loading