Skip to content

v0.5.0

Choose a tag to compare

@diegohaz diegohaz released this 03 Apr 01:24
· 88 commits to master since this release
  • Removed call (deprecated in v0.4.0);
  • Removed defaultValue on switchProp (deprecated in v0.4.0);
  • withProp now supports array as argument to grab multiple props (#41 #42);
  • Dropped array support for path getters (#41 #42):
    Use foo.bar.baz instead of ['foo', 'bar', 'baz']