Skip to content

Releases: bearfriend/messageformat-validator

v3.0.0

05 Mar 19:21

Choose a tag to compare

Change Summary

  • BREAKING CHANGE: Always throws on error. The --throw-errors option has been removed.
  • BREAKING CHANGE: The locales option now takes an array when used in config files
  • New format subcommand rewrites messages to a standard format
  • Issue types renamed:
    • case -> option
    • nest -> nest-source and nest-ideal
    • duplicate-keys -> duplicate
    • plural-key -> category
    • categories -> category-missing
    • source-error -> source
  • New issue types
    • option-missing

Full Changelog: v2.7.0...v3.0.0