Skip to content

Commit

Permalink
Name checks - major refactoring.
Browse files Browse the repository at this point in the history
(PR #3800 and #3820)
  • Loading branch information
m4rc1e authored and felipesanches committed Aug 2, 2022
1 parent c74d907 commit a49ff8d
Show file tree
Hide file tree
Showing 7 changed files with 606 additions and 911 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ A more detailed list of changes is available in the corresponding milestones for


## Upcoming release: 0.8.10 (2022-Jul-??)
### New Checks
#### On the Google Fonts Profile
- **[com.google.fonts/check/font_names]:** Ensure font names match our specification (PR #3800)
- **[com.google.fonts/check/fvar_instances]:** Ensure fvar instances match our specification (PR #3800)
- **[com.google.fonts/check/STAT]:** Ensure fonts have compulsory STAT table axis values (PR #3800)

### Changes to existing checks
#### On the Google Fonts Profile
- **[com.google.fonts/check/name/familyname]:** Removed due to new font names check (PR #3800)
- **[com.google.fonts/check/name/subfamilyname]:** Removed due to new font names check (PR #3800)
- **[com.google.fonts/check/name/fullfontname]:** Removed due to new font names check (PR #3800)
- **[com.google.fonts/check/name/postscriptname]:** Removed due to new font names check (PR #3800)
- **[com.google.fonts/check/name/typographicfamilyname]:** Removed due to new font names check (PR #3800)
- **[com.google.fonts/check/name/typographicsubfamilyname]:** Removed due to new font names check (PR #3800)
- **[com.google.fonts/check/varfont_has_instances]:** Removed due to new fvar instances check (PR #3800)
- **[com.google.fonts/check/varfont_weight_instances]:** Removed due to new fvar instances check (PR #3800)
- **[com.google.fonts/check/varfont_instance_coordinates]:** Removed due to new fvar instances check (PR #3800)
- **[com.google.fonts/check/varfont_instance_names]:** Removed due to new fvar instances check (PR #3800)

### BugFixes
- fixed bug on fontbakery_version check so that it now understands that v0.x.9 is older than v0.x.10 (issue #3813)
- Fix fontbakery.profiles.shared_conditions.*_*_coord functions so they work on Italic fonts (issue #3828, PR #3834)
Expand Down
Loading

0 comments on commit a49ff8d

Please sign in to comment.