« All deprecation guides
  
  
      
  
    
   
  
Deprecation Guide for Deprecate Errors Hash To Array Helper
until: 5.0
      id: ember-data:deprecate-errors-hash-to-array-helper
  Deprecates errorsHashToArray errorsArrayToHash and normalizeModelName.
Users making use of these (already private) utilities can trivially copy them into their own codebase to continue using them, though we recommend refactoring to a more direct conversion into the expected errors format for the errors helpers.
For refactoring normalizeModelName we also recommend following the guidance in RFC#740 Deprecate Non-Strict Types.