Major version release.
Added:
- Better documentation and README
- `CompatBaseMeta` and `CompatBase`
- `BaseMeta` and `Base`
- `abstract_class`
- `default_dir`
- `implicit_hash`
- `get_mro.resolve_origin`
- `locked_class`
- `obj_state.ReducibleMeta` and `obj_state.Reducible`
- `safe_not_equals`
- `safe_repr`
Changed:
- `custom_repr.mapping_repr` now supports items
- `namespace.NamespacedMeta` property changed from `__namespace__` to `__namespace`
- Renamed `state` to `obj_state`
- Renamed `__fullname__` to `__qualname__` so it matches Python 3
Fixed:
- General bug fixes and improvements