- Notifications
You must be signed in to change notification settings - Fork138
Releases: js-data/js-data
Releases · js-data/js-data
3.0.2
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
2.10.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Assets7
Uh oh!
There was an error while loading.Please reload this page.
3.0.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
3.0.1 - 18 August 2017
Backwards compatible changes
- Exposed the
makeDescriptor
method on theSchema
class.
Bug fixes
- Fixes some missing definitions in
dist/js-data.d.ts
.
Other
- Upgraded dependencies.
Assets10
Uh oh!
There was an error while loading.Please reload this page.
3.0.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Assets10
Uh oh!
There was an error while loading.Please reload this page.
3.0.0-rc.9
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
3.0.0-rc.9Pre-release
Pre-release
3.0.0-rc.9 - 22 February 2017
Bug fixes
Schema#pick
no longer incorrectly infers values for objects and arrays
Assets9
Uh oh!
There was an error while loading.Please reload this page.
3.0.0-rc.8
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
3.0.0-rc.8Pre-release
Pre-release
3.0.0-rc.8 - 21 February 2017
Breaking changes
- #445
- The
strict
option has been removed from thetoJSON
methods. The methods now rely wholly onSchema#pick
for strictness, and assumes the originalstrict: 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
- The
Bug fixes
- #446 - fix(Collection): Add noValidate option to Collection#add, by@ivanvoznyakovsky
Assets9
Uh oh!
There was an error while loading.Please reload this page.
3.0.0-rc.7
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
3.0.0-rc.7Pre-release
Pre-release
3.0.0-rc.7 - 29 January 2017
Bug fixes
- #433 -
Collection#add
is missing a "silent" option
Backwards compatible changes
- Added a
emitRecordEvents
option toCollection
which defaults totrue
Other
- Moved Babel config from
package.json
to.babelrc
- Upgraded devDependencies
- Added a
yarn.lock
file
3.0.0-rc.6 - 05 October 2016
Bug fixes
- Wrapped lifecycle hook validation error in an instance of Error
Assets9
Uh oh!
There was an error while loading.Please reload this page.
3.0.0-rc.5
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
3.0.0-rc.5Pre-release
Pre-release
3.0.0-rc.5 - 26 September 2016
Backwards compatible changes
- Fixed some edge cases with Schemas related to anyOf, oneOf, allOf, and additionalProperties
- #386 - Added intermediate
SimpleStore
class betweenContainer
andDataStore
. - #393 - Added
Schema#pick
method
Bug fixes
- #374 - revert() after a save() does not work with Schema defined properties
- #387 - Switch to passing only the current-change in 'changes' emit by@pik
Other
Assets9
Uh oh!
There was an error while loading.Please reload this page.
2.10.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Assets7
Uh oh!
There was an error while loading.Please reload this page.
3.0.0-rc.4
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
3.0.0-rc.4Pre-release
Pre-release
3.0.0-rc.4 - 03 August 2016
Bug fixes
Assets9
Uh oh!
There was an error while loading.Please reload this page.