Skip to content

v2.0.0

Latest

Choose a tag to compare

@geoctrl geoctrl released this 12 Mar 07:14
· 1 commit to master since this release
665ee9b

Changes

  • tree-shaking lodash with lodash-es.
  • converted module to typescript.
  • upgraded dependencies.
  • added react hook generator.
  • added setDefault() method that will override the passed-in default state.
  • updated README.

Breaking

  • renamed reset() method to revertToDefault().
  • removed state property.
  • internal lipid properties __defaultState, __obs, and __state are now
    private properties inaccessible outside the definition.