- Add scope field (@blond #110).
- Add belongsTo method (@zxqfox @blond #71, #99).
- Support TypeScript (@blond #93, #113).
- Handy error messages for invalid entities (@Yeti-or @blond #77, #95).
- Deprecation messages for
modName
andmodVal
fields (@blond #98, #105). - Serialization recipe (@blond #113).
- Support string in
BemEntityName.create()
method (@zxqfox #89).
- Update
@bem/naming
to2.x
(@blond #84).
- Improve
isSimpleMod
method (@yeti-or #82). Now it returnsnull
for entities without modifier.
- Added
isSimpleMod
method (@yeti-or #79).
- Added
isBemEntityName
method (#65).