Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@rwillians rwillians released this 11 Nov 20:50

API has been simplified. There are no exceptions, anymore 馃嵑.

Compatibility breaks:

  • When trying to get a value from a path which doesn't exists, return null instead of throwing an exception.
  • When setting a value to a path which doesn't exists, the node will be created. It's not optional anymore.

Feel free to send me any suggestions at me@rwillians.com.