v1.0.2
Fix: Service Name Generation for Entities with Double 'S' in Singular Form
This release addresses an issue where entity names containing a double 's' in their singular form were not being properly handled during service name generation. The fix ensures correct naming convention for these special cases.
Example:
- Entity name "business" -> Previously causing incorrect service name generation
- Now properly handles these cases maintaining consistent naming patterns
Technical details:
- Improved singular/plural name handling for entities with double 's'
- Ensures consistent service naming across the application
- Maintains backward compatibility with existing service implementations