update changelog, redme, tidy for release
This commit is contained in:
parent
fd595c4c1c
commit
4d870dd38b
@ -1,5 +1,7 @@
|
||||
### Change Log for Node-RED Worldmap
|
||||
|
||||
- v1.5.0 - Add multi-map capability - can now have multiple map endpoints. Issue #40 PR #51
|
||||
- Also add built-in world countries overlay layer for offline use.
|
||||
- v1.4.6 - allow more variation in fa-icon modifiers
|
||||
- v1.4.5 - fix clearing overlays
|
||||
- v1.4.4 - add a couple of extra overlay layers, roads, rail, sea
|
||||
|
@ -9,6 +9,8 @@ map web page for plotting "things" on.
|
||||
|
||||
### Updates
|
||||
|
||||
- v1.5.0 - Add multi-map capability - can now have multiple map endpoints.
|
||||
- Also add built-in world countries overlay layer for offline use.
|
||||
- v1.4.6 - allow more variation in fa-icon modifiers
|
||||
- v1.4.5 - fix clearing overlays
|
||||
- v1.4.4 - add a couple of extra overlay layers, roads, rail, sea
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-contrib-web-worldmap",
|
||||
"version": "1.4.7",
|
||||
"version": "1.5.0",
|
||||
"description": "A Node-RED node to provide a web page of a world map for plotting things on.",
|
||||
"dependencies": {
|
||||
"cgi": "0.3.1",
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# date: Oct 12th 2018 - v1.5.0
|
||||
# date: Oct 13th 2018 - v1.5.0
|
||||
|
||||
CACHE:
|
||||
index.html
|
||||
|
Loading…
Reference in New Issue
Block a user