Among the changes:
- It removes the ``and, or, not`` keywords
- It updates the Documentation
- It moves the internal structures in the ``details::`` namespace
* JSON visitor are located in the format namespace
* Visitor are *real* visitor
* Visitable class has been renamed to Object
* Due to a bug in Visual Studio 2015, we move to VS2017
API changes:
- 'has_dll_characteristics' renamed to 'has'
- 'add' to add a characteristic - added
- 'remove' to remove a characteristic - added
- operator+= to add a characteristic - added
- operator-= to remove a characteristic - added