Преглед на файлове

Updated `renamePropertiesMode` description in README.md

sanex преди 4 години
родител
ревизия
b5897ac548
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -831,7 +831,7 @@ Type: `string` Default: `safe`
 ##### :warning: Even in `safe` mode, [`renameProperties`](#renameproperties) option **MAY** break your code.
 
 Specifies `renameProperties` option mode:
-* `safe` - default behaviour after `2.11.0` release. Trying to rename properties in a more safe way to prevent runtime errors.
+* `safe` - default behaviour after `2.11.0` release. Trying to rename properties in a more safe way to prevent runtime errors. With this mode some properties will be excluded from renaming.
 * `unsafe` - default behaviour before `2.11.0` release. Renames properties in an unsafe way without any restrictions.
 
 ### `reservedNames`