-
Added the
OperationNotPermittedErrorerror type. It is considered to be aPermissionError. -
The
formats.stringToReactutility will no longer cause a crash upon loading if the peer dependencyreact-addons-create-fragmentis not available. This should allow to load the root of this module everywhere, even whenreact/react-addons-create-fragmentare not available. -
Now requires Node v4.5+ to work.
-
Updated dependencies:
base-xto v3.flow-binto v0.45.stack-utilsto v1.
- Addressed an issue where the
formats.stringToReactutility would not order the formatted nodes in the right order.
- Fixed
formats.htmlEntitiesutilities not handling object instance properties correctly.
- Fixed
formats.htmlEntitiesutilities not handlingnullproperties. - Now exposing
errorsandformatsutilities properly from the root export.
- Renamed
formats.decodeEntitiesutility toformats.htmlEntities. Added the ability to encode entities.
- Initial version.