Skip to content

Release 0.15.0

Compare
Choose a tag to compare
@nandi95 nandi95 released this 10 Oct 16:56
· 18 commits to release/0.x since this release

Chore:

  • chore: increment version
  • chore(deps-dev): updated dependencies
  • chore(deps-dev): updated eslint dependency

Fix:

  • fix(attributes): return null when null given and casting to Date
  • fix(model-collection): improved duplicate methods typings

Documentation:

  • docs: wording changes
  • docs(collection): add missing static badges
  • docs: added cookbook entry
  • docs(collection): moved partition documentation to alphabetical order

Feature:

  • feat(collection): add partition method
  • feat(ancestry-collection): added AncestryCollection

Performance

  • perf(model-collection): simplified hasDuplicates method

Refactor

  • refactor(query-builder): moved operator values to method
    • This will mean less clutter when logging out a model on the console

Testing:

  • test(model-collection): added tests for hasDuplicates
    • This ensures argument type validity.