- Use EOL instead of \r\n - PR by @Jimmerz28
- Battlecry now works locally (npm install --save battlecry) - PR by @raulfdm
- Update
casex
to 1.0.0 to support numbers.
- Add globOptions to generator file helpers
- Add globOptions to BattleCry class (used on battlecry-setup.js)
- Set default globOptions to allow listing files starting with
.
except for._DS_Store
- Variadic optional arguments (
...arg?
) become null instead of an empty array when no values are given - Added
replaceNames
file text helper - Fixed typo in
extractPluralizedPattern
method
_name_S
now outputsuserS
- Fix issue with
__name__S
(capitalized S)
- Added pluralization and singularization
- Renamed the library from
samba
tobattlecry
to avoid confusions with the Samba Linux software.