Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Releases: MapcreatorIO/api-wrapper

v2.0.0 release

11 Aug 08:50
e56a0ef
Compare
Choose a tag to compare

The following changes are important to keep in mind when upgrading from
@mapcreator/maps4news to @mapcreator/api.

  • JobMonitor, JobMonitorRow and JobMonitorFilter classes have been removed
  • PaginatedResourceWrapper and ResourceCache classes have been removed
    • This also removes the PaginatedResourceListing::wrap and SimpleResourceProxy::listAndWrap methods
  • Maps4News class has been renamed to Mapcreator
  • Most methods that return Promises can now be canceled using the CancelablePromise type
  • axios has been deprecated in favor of ky. This means that calls like api.axios.get() need to be rewritten