Skip to content
Added
------------------

- Added `Federails.actor_entity(class_or_instance)` method which returns the configuration

Changed
------------------

- Methods included in `Federails::Entity` are renamed with `federails` in them to avoid confusion and make projects with _actors_ able to use the gem
- [**BREAKING**] Concern `Federails::Entity` has been renamed to `Federails::ActorEntity`
- Internal method `Federails::Configuration.register_entity` has been renamed to `Federails::Configuration.register_actor_class`.
- [**BREAKING**] Configuration key `Federails::Configuration.entity_types` has been renamed to `Federails::Configuration.actor_types`