Vulcan/packages/vulcan-lib
Erik Schannen 373857131a SubSchema Fields
- 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
2018-05-23 16:02:36 -04:00
..
lib SubSchema Fields 2018-05-23 16:02:36 -04:00
package.js v1.10.1 2018-05-18 08:27:41 +09:00
README.md Telescope -> Vulcan 2017-06-13 00:16:52 -07:00

Vulcan libraries package, used internally.