Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: seznam/ima

@ima/[email protected]

07 Oct 07:58

Choose a tag to compare

Minor Changes

  • fa06708: Added support for ?source imports, allowing users to import code or styles as string, so they can be used in iframes, email templates or other stuff

@ima/[email protected]

02 Oct 08:44

Choose a tag to compare

Minor Changes

  • fbe4214: Added support for IMA_ENV environment variable to determine which environment settings/configurations to use for the application runtime.

Patch Changes

  • 5acdba4: Update @esmj/monitor to ^0.6.0

@ima/[email protected]

27 Aug 08:19

Choose a tag to compare

Patch Changes

  • 3f96af4: Fix caching of failed requests

    • What Remove caching instance of GenericError object. Instead we are now caching only its data and alter, after getting the data from cache, we create instance of GenericError and reject it.
    • What Serializing of cache modified GenericError instance, that was no longer an error, so was not rejected by following requests.
    • What Nothing.

@ima/[email protected]

23 Jul 12:37

Choose a tag to compare

Minor Changes

  • a6a3812: Observable

    • What? Change Observable to resemble the structure and usage of Dispatcher more closely - use the abstract class for typing Utils, use method overloading the same way, etc. Remove typo in registerPersistenEvent method name and rename to registerPersistentEvent (note the t). Old method has been retained for backwards compatibility and marked as deprecated, it will be removed in the next major version.
    • Why? Avoid typing issues and potential grief with correctly-but-incorrectly named method.
    • How? Please migrate from registerPersistenEvent to registerPersistentMethod.

[email protected]

15 Jul 11:59

Choose a tag to compare

Minor Changes

  • 9062257: Added new start command to the CLI that is used to start the application server.
  • 398d550: Added new prerender command to IMA CLI

@ima/[email protected]

15 Jul 11:59

Choose a tag to compare

Patch Changes

  • a82560b: Add option for caching failed requests.

    • What Add the caching option of failed requests to the _proxyRejected() method. Extended httpAgentRequestOptions with flag cacheFailedRequest to signalize if the failed request should be cached.
    • Why Prevent mishmashdom errors by caching failed requests on the server.
    • How None.

@ima/[email protected]

15 Jul 11:59

Choose a tag to compare

Minor Changes

  • 9062257: Added new start command to the CLI that is used to start the application server.
  • 398d550: Added new prerender command to IMA CLI

@ima/[email protected]

07 Mar 06:12

Choose a tag to compare

  • e0708dd: Backport fix from next - for missing optional parameters in static router that are evaluated as 'undefined' instead of undefined.

@ima/[email protected]

07 Mar 06:13

Choose a tag to compare

  • ad1c47f: Fixed issue where ManifestPlugin produced manifest.json file without client assets. This could resolve in error where application loads without and JS and CSS assets and is not revived.