Skip to content
This repository was archived by the owner on Aug 8, 2019. It is now read-only.

v4.0.0

Choose a tag to compare

@coderbyheart coderbyheart released this 01 Jul 12:04
· 1 commit to master since this release

4.0.0 (2018-07-01)

Bug Fixes

  • dependencies: updated (1a1869b)
  • dependencies: updated (4bdc00a)
  • dependencies: updated (0cd0149)
  • dependencies: use commitlint (3173c6e)
  • dependencies: use commitlint (4801830)
  • dependencies: use jest for testing (9487d8a)
  • release: don't use peerDependencies (b3e1d34)
  • Types: re-add duck typing (ef1cb3f)
  • update dependencies (e73801a)
  • update jest (3fba908)

Code Refactoring

  • Models: remove .is() method (192eee9)
  • User: use ImmutableAggregate (fcadb72)

Features

  • jsonld: moved from server (78974bf)
  • types: all strings should not be empty (566256f)
  • user: merge firstname and lastname (d025b1c)
  • add UUID to ID (420b955)

BREAKING CHANGES

  • This changes the type of
  • user: this removes the firstname and lastname fields.
  • Models: use instanceof instead
  • User: This removes Aggregate