Skip to content

Release 0.13.0

Compare
Choose a tag to compare
@nandi95 nandi95 released this 12 Sep 20:47
· 23 commits to main since this release
cc8753e

Refactor

  • refactor(timestamps): moved existence check to HasTimestamps class
  • refactor(events): simplified method signatures
  • refactor(model)(BREAKING CHANGE): renamed create to make
    • This name hints the behaviour somewhat clearer than before. Previously it might have suggested that some persistence was involved.
  • refactor(events): removed redundant union type
  • refactor: move fetch mock file

Chore

  • chore: increment version
  • chore: eslint changes
  • chore(deps-dev): updated ts eslint

Fix

  • fix: allow any values within handleError
    • Some errors may be handled here and recovered from by returning something. Or perhaps an error is expected and no throwing is necessary.
  • fix(events): added missing listener signature to has method
  • fix(collection): fixed typing issue after typescript update

Documentation

  • docs: doc page linking, grammar and typo fixes
  • docs(collection): fixed typo
  • docs: add internal inline comments to testing

Testing

  • test: updated jest

Feature

  • feat(collection): improved pluck return type
  • feat(helpers): add dataGet function

Performance

  • perf(collection): shortcut return when 0 given as argument