v1.1.0
π π» Enhancements
- New comparators β
isNot
notIn
hasNot
lt
lte
gt
gte
between
before
after
day
month
year
- Dev tools for
eslint
,prettier
,jest
, and pre-commit actions. - New
isProtectedEntity
server util.
βοΈ Chore
- Install
husky
andlint-staged
to enable pre-commit actions. - Add
lint
,format
, andtest
scripts in package.json - Minor refactoring to satisfy eslint and prettier rules.
β Special thanks
Thank you @BorysShulyak for your great contributions to this release!