Skip to content

Release 0.8.2

Compare
Choose a tag to compare
@nandi95 nandi95 released this 28 Jan 07:47
· 70 commits to release/0.x since this release
8828051

Fix

  • fix(attributes)(BREAKING CHANGE): moved constructor logic into create
    • This will allow setting up descriptors for default values
    • Resolves #186

Docs

  • docs(model): added missing create documentation
  • docs: simplified pagination recipe
  • docs(model): fixed grammar

Refactor

  • refactor(collection): updated _newInstance typing to not use any
  • refactor(relations): moved relations into its handling class
  • refactor(internal): added response handling method overrides

Chore

  • chore: incremented package version
  • chore(deps-dev): updated lint-staged

Style

  • style(api-calls): moved method call to new line
  • style(api-calls): fixed eslint issue
  • style(api-calls): fixed eslint issue in test

Continuous Integration

  • ci: wrapped dotfile in quotes