Skip to content

Releases: mussonindustrial/embr

@embr-modules/[email protected]

22 Feb 16:46
e7e672b
Compare
Choose a tag to compare

Minor Changes

  • ea72fba: Rename EventStream module to SSE module.

@embr-modules/[email protected]

22 Feb 16:46
e7e672b
Compare
Choose a tag to compare

Patch Changes

@embr-modules/[email protected]

22 Feb 16:46
e7e672b
Compare
Choose a tag to compare

Patch Changes

@embr-modules/[email protected]

16 Feb 19:29
b0a8860
Compare
Choose a tag to compare

Patch Changes

@embr-modules/[email protected]

10 Jan 23:50
e9fdb6a
Compare
Choose a tag to compare

Patch Changes

@embr-modules/[email protected]

10 Jan 23:50
e9fdb6a
Compare
Choose a tag to compare

Patch Changes

@embr-modules/[email protected]

06 Jan 14:55
ea0c35a
Compare
Choose a tag to compare

Patch Changes

@embr-modules/[email protected]

20 Dec 21:47
7d8e110
Compare
Choose a tag to compare

Patch Changes

@embr-modules/[email protected]

20 Dec 21:47
7d8e110
Compare
Choose a tag to compare

Minor Changes

  • 7f90e53: (BREAKING) New this and global context.

    In system.perspective.runJavaScript~ functions:

    1. this is now a reference to the clientStore.
    2. A new Perspective specific namespace, accessible through the global perspective object is provided.
      • This object contains a context that can be used to access the clientStore (i.e. perspective.context.client).
      • This object will be the home of future Perspective specific utilities.
  • 7f90e53: (BREAKING) Major changes in toUserScript parsing.

    1. Strict mode is now enabled.
    2. Function body now follows standard arrow function syntax. If the body of the arrow function is a block (contained within brackets {...}) then the body MUST use the return keyword. If the body of the arrow function is not a block (like () => 1 + 2) then the body MUST NOT use the return keyword.

Patch Changes

@embr-modules/[email protected]

20 Dec 21:47
7d8e110
Compare
Choose a tag to compare

Patch Changes