Releases: ferflores507/objectBuilder
Releases · ferflores507/objectBuilder
Release list
Fix test included in wrong suite
Merge pull request #8 from ferflores507/fix-wrong-test-suite patch version updated
1.5.0 Schema withTargetPath
Now it's possible to get a path value from the current "object-like" target.
1.4.0 helpers/getObjPath has new default parameter "separator"
Now it's possible to specify a custom separator to get an object property path value or use the default "." (this function will be renamed in a major version to the more suitable name "getPathValue")
Add stringify and parse to schema
Merge pull request #4 from ferflores507/add-schema-stringify-y-parse Add schema stringify y parse