Skip to content

Focus Core 2.1.1

Compare
Choose a tag to compare
@GuenoleK GuenoleK released this 15 Dec 15:16
· 86 commits to master since this release

On this new version, we focus on stability and bug fixes.

install with npm i -S [email protected]

The most important

Hello ! i am @GuenoleK and this is my first release !

Thanks

@Hartorn @JohnnP @damieng77 for the PR and globaly everyone for the issues/bug reports.

What's new ?

Fixes & Improvments

  • CoreStore : PR #381 fixes the fact when trying to store a TypedArray in JS, ands then obtaining it, since it is neither an object or a function, neither a Immutable object.
  • ReferenceBuilder & BuiltInAction : PR #383 reports @JohnnP changes form a branch which were deleted. It fixes the case where a reference get the list of an other one
  • error_parsing : The PR #384 fixes the case when the variable msgs is null. In fact, when it was null on the function _treatGlobalErrors() , it crashes on the error-parsing
  • application actionBuilder : Before the PR #386 , if there was a multiNode on a given action and then this action did get a response from the server which is an error, it only gave a global error as a general object, so it was stopped and the state did keep a loading behaviour. This PR fixes the data dispatching, so that when there is an error, the loading state will still disappear. The actionBuilder will give the good error result to each node.