Releases: ghettovoice/ol-tilecache
Releases · ghettovoice/ol-tilecache
Release v5.0.0
Replace UMD with IIFE version, switch to ES module as default.
Release v4.0.0
Upgrade to support ol v6.
v3.0.2
Release v3.0.2
- Fix vulnerability alerts
- Update rollup external deps function
- Update rollup and plugins
- Update git submodules
v3.0.1
update `peerDependencies` - require ol ^5.0
v3.0.0
Upgrade to support ol v5
v2.1.1: optimize build pipeline
fix README
v2.1.0
- optimized UMD build with rollup
- small refactoring
v2.0.0
Release of stable 2.x branch
v2.0.0-beta.4
bundle ES6 version
v2.0.0-beta
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