Skip to content

Commit

Permalink
Versioning v0.20.0 with map.destroy() and handlers.remove()
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Oct 25, 2011
1 parent fc9d2e3 commit 2fd8e7d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Following the semantic versioning recommendation best we can:
minor version, and backwards incompatible API changes increment
the major version." -- http://semver.org/

v0.20.0
- Adds `map.destroy()` method, and in that process, allows all
handlers to be removable with a `.remove()` function.

v0.19.1
- Removes unused 'parent' argument to `com.modestmaps.RequestManager`

Expand Down
2 changes: 1 addition & 1 deletion modestmaps.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modest Maps JS v0.19.1
* Modest Maps JS v0.20.0
* http://modestmaps.com/
*
* Copyright (c) 2011 Stamen Design, All Rights Reserved.
Expand Down
2 changes: 1 addition & 1 deletion modestmaps.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "modestmaps",
"description": "a display and interaction library for tile-based maps",
"version": "0.19.1",
"version": "0.20.0",
"author": {
"name": "Tom Carden",
"email": "tom@tom-carden.co.uk",
Expand Down
2 changes: 1 addition & 1 deletion src/start.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modest Maps JS v0.19.1
* Modest Maps JS v0.20.0
* http://modestmaps.com/
*
* Copyright (c) 2011 Stamen Design, All Rights Reserved.
Expand Down

0 comments on commit 2fd8e7d

Please sign in to comment.