Releases
v0.13.0
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
Feature
feat(collection): improved pluck
return type
feat(helpers): add dataGet
function
Performance
perf(collection): shortcut return when 0
given as argument
You can’t perform that action at this time.