Skip to content

Releases: ghettovoice/ol-tilecache

Release v5.0.0

24 Oct 14:34
1ec67b8
Compare
Choose a tag to compare

Replace UMD with IIFE version, switch to ES module as default.

Release v4.0.0

24 Oct 14:34
e1039c9
Compare
Choose a tag to compare

Upgrade to support ol v6.

v3.0.2

09 Jan 11:43
Compare
Choose a tag to compare

Release v3.0.2

  • Fix vulnerability alerts
  • Update rollup external deps function
  • Update rollup and plugins
  • Update git submodules

v3.0.1

12 Jul 16:43
Compare
Choose a tag to compare
update `peerDependencies` - require ol ^5.0

v3.0.0

07 Jul 13:56
Compare
Choose a tag to compare

Upgrade to support ol v5

v2.1.1: optimize build pipeline

09 Feb 15:16
Compare
Choose a tag to compare

v2.1.0

08 Feb 15:10
Compare
Choose a tag to compare
  • optimized UMD build with rollup
  • small refactoring

v2.0.0

17 Apr 08:40
Compare
Choose a tag to compare
Release of stable 2.x branch

v2.0.0-beta.4

03 Apr 19:16
Compare
Choose a tag to compare
bundle ES6 version

v2.0.0-beta

23 Mar 20:17
Compare
Choose a tag to compare

Main aim of v2.x version is to support OpenLayers ES2015 modules from ol

Upgrade notes

  • Public export have been changed for ES2015 and Browser env.
// ES2015
import * as tileCacheUrlFn from 'ol-tilecache'
// or 
import { createTileUrlFunction } from 'ol-tilecache'

// In Browser plugin is available at ol.tileCacheUrlFn namespace
  • You should install both packages ol and openlayers, but the plugin will use only one of them: ol in ES2015 env, openlayers in Browser and CommonJs env. You can install one of them as dev dependency to suppress NPM warnings