Skip to content

v1.1.0

Compare
Choose a tag to compare
@mattmilburn mattmilburn released this 24 Jul 20:08
· 29 commits to staging since this release

πŸ’…πŸ» 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 and lint-staged to enable pre-commit actions.
  • Add lint, format, and test scripts in package.json
  • Minor refactoring to satisfy eslint and prettier rules.

⭐ Special thanks

Thank you @BorysShulyak for your great contributions to this release!