Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Latest commit

 

History

History
70 lines (40 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

70 lines (40 loc) · 1.77 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

1.0.7 - 2023-08-25

Fixed

  • issue with import when using webpack 5 (#27)

1.0.6 - 2017-03-22

Fixed

  • ensure pkg.main points at built library, not raw ES6 source.

1.0.5 - 2016-06-14

Added

  • toGeoJSON() method accessible to all individual markers.

1.0.4 - 2015-09-11

Added

  • .travis.yml file to use Travis CI with this repository

Fixed

  • an issue importing using the wrong case for filename

1.0.3 - 2015-09-10

Added

  • .npmignore file to ensure built output is included in published npm package.

1.0.2 - 2015-09-10

Added

  • nothing. just trying to resolve problems publishing to npm

1.0.1 - 2015-09-10

Added

  • missing script in package.json to ensure npm install lays down built files

Fixed

  • incorrect release script link in package.json

1.0.0 - 2015-09-09

First Release!