8000 Release 3.0.0-rc.8 · js-data/js-data · GitHub
[go: up one dir, main page]

Skip to content

3.0.0-rc.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmdobry jmdobry released this 21 Feb 20:15
· 29 commits to release since this release
b64ac95
3.0.0-rc.8 - 21 February 2017
Breaking changes
  • #445
    • The strict option has been removed from the toJSON methods. The methods now rely wholly on Schema#pick for strictness, and assumes the original strict: false behavior if no schema is defined.
    • Schema#pick now copies properties not defined in the "properties" keyword if the "additionalProperties" keyword is present and truthy.
    • Mappers are no longer given an empty schema if no schema is provided
Bug fixes
0