Skip to content

Releases: MeadCo/MeadCoScriptXJS

v1.10.8 Maintenance improvements

Choose a tag to compare

@PeteGCole PeteGCole released this 18 Mar 10:21
  • Removed use of vulnerable packages in dev environment.
  • Webpack used to create .map file.
  • Jest/puppetteer used for testing with a ScriptX.Services API test server based on Node.

Package improvements

Choose a tag to compare

@PeteGCole PeteGCole released this 18 Mar 00:00
v1.10.7

packaging fixes

v1.10.1

Choose a tag to compare

@PeteGCole PeteGCole released this 16 Aug 15:00
27afd41

Fixes errors when applying a license not reported correctly.

v1.10.0

Choose a tag to compare

@PeteGCole PeteGCole released this 02 Feb 11:17

Add SetContentAuthorisationCookie and some small code modernisation changes.

New helpers, bug fixes, docs!

Choose a tag to compare

@PeteGCole PeteGCole released this 16 Oct 17:26
  • Documented with JSDoc
  • Fixed cases of reject() being called when not defined by the promise.
  • If the security manager object provides a detailed error message, use it.
  • Fixed 'completed;' argument not passed to resolve function in WaitForSpoolingComplete when connected to ScriptX.Addon
  • Changed Init() and InitAsync() to perform license initialisation so that current code sequences require fewer changes

New helpers:

  • MeadCo.ScriptX.CloseWIndow(oWindow)
  • MeadCo.ScriptX.StartAsync(oConfig)

Notes

This version (1.9.0 or later) is required when using ScriptX.Print.Client 1.7.0 or later.

v1.8.1: licensing error reports error code in hex.

Choose a tag to compare

@PeteGCole PeteGCole released this 17 Sep 10:22

The error reported for licensing errors displays the error code in hex rather than a -ve decimal.

Helpers on Direct (RAW) Printing

Choose a tag to compare

@PeteGCole PeteGCole released this 09 Sep 15:40

Adds ServicesVersion() and IsServicesVersion() APIs and wrapper functions for simplifying use of Direct (RAW) Printing.

Bug fixes.

Async improvements

Choose a tag to compare

@PeteGCole PeteGCole released this 26 Aug 08:12

Update: IsLicensedAsync passes error to reject()
Update: Log callback data on added to queue printhtmlex callback
Update: IsLicensedAsync passes error to reject()
Add: MeasurementUnits enum

new API IsService()

Choose a tag to compare

@PeteGCole PeteGCole released this 05 Jun 13:40
Add API IsService

Fixed some thinking the add-on was available when it wasnt.

General bug fixes

Choose a tag to compare

@PeteGCole PeteGCole released this 26 Apr 13:29

Improves content of an error message.