2.4.0: No global functions and new shortcuts
- Deleted all global functions! Now global namespace is not used at all.
- Added new shortcuts:
morphos\Russian\pluralize($word, $count = 2, $animateness = false)
morphos\English\pluralize($word, $count = 2)
- Changed one shortcut:
morphos\Russian\nameCase()
is renamed tomorphos\Russian\name()
- Refactored and restructured few classes.
- Added string helper
morphos\S
for internal use.