mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
![]() - Added support for fields that have their own subschema - The code flattens the subschema fields, so the path for `address: { street }`` becomes `'address.street'` - Several places needed to be changed to properly support paths, so `currentValues[path]` becomes `get(currentValues, path)` - In Form.getData(), replaced underscore's `pick` with lodash's `pick` which properly supports paths and returns a new object - Fixed a bug in collection.getParameters that made it impossible to specify a `limit` with addView or addDefaultView |
||
---|---|---|
.. | ||
lib | ||
package.js | ||
README.md |
Vulcan libraries package, used internally.