@ccalamos/gatsby-source-googlemaps-static
Version:
Gatsby source plugin for Google Maps Static API
240 lines (131 loc) • 3.97 kB
Markdown
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
# [3.0.0] - 2021-03-05
Upgraded to Gatsby 3.0!
# [2.0.0] - 2021-01-27
Reduced external dependecies and file size.
Removed unused and unwanted features.
Increased build speed.
## Changed
- Removed option to have URI encoded strings
- Ensured type security
- Removed use of Babel
## Added
- TSConfig compiling
# [1.4.2 - 1.4.10] - 2020-10-08
Added coverage tests and refactored style & path. Fixed external security vulnerabilities.
## Changed
- Removed `next` param in new_options in style.ts
- Removed `next` param in new_options in path.ts
- Removed `next` param in new_options in marker.ts
## Added
- Complete coverage test for style.ts
- Complete coverage test for path.ts
## Fixed
- SECURITY.md supported versions
- Dependency's versions
- Alphabetical order on objects
# [1.4.1] - 2020-10-02
Added Cloud Based Map Style Support
## Changed
- Updated to Axios v0.20.0
# [1.4.0] - 2020-10-02
Added Cloud Based Map Style Support
## Added
- Added Map ID param
# [1.3.0] - 2020-06-23
Initial Jest Setup
## Added
- Added jest config files
- Added test script
# [1.2.0 - 1.2.3] - 2020-06-23
Updated workflows to publish to GitHub Packages Repo.
## Changed
- Publish workflow now includes GitHub
# [1.1.12] - 2020-06-19
Updated .ts files to have return types on every function.
## Changed
- Private functions now have return types
# [1.1.11] - 2020-06-18
Fixed README.md badges to be parsed by NPM
## Fixed
- Fixed README badges.
## Changed
- Updated npmignore file to allow types def.
# [1.1.10] - 2020-06-17
Updated index type file
## Fixed
- Fixed README badges.
# [1.1.9] - 2020-06-17
Updated index type file
## Changed
- Updated index.d.ts to use T[] instead of Array<T>.
# [1.1.8] - 2020-06-17
Updated TypeScript files to upgrade Code Inspector quality score
## Changed
- Updated *.ts and *.d.ts to use T[] instead of Array<T>.
- Renamed path to newPath.
- Discontinued use of multiple variable declaration.
# [1.1.7] - 2020-06-17
Updated Changelog format, ignored files, and updated all packages.
## Changed
- Changelog now is based on [KeepAChangelog.com](http://keepachangelog.com/)
- Updated .eslintignore
- Updated .gitignore
- Updated .npmignore
- Prettier is now 2.0.5
- fs-extra is now 9.0.1
# [1.1.6] - 2020-06-17
Added TypeScript config to work alongside ESLint and Babel. Restructured code to pass all linters.
## Added
- Added tsconfig.json
## Changed
- Restructured src folder
- Fixed .ts files
## Fixed
- Linting inconsistencies
# [1.1.5] - 2020-06-16
Updated repository with Contributing documents.
## Added
- Added ESLint Rules
## Changed
- Updated .ts files to pass lint.
# [1.1.4] - 2020-06-04
Updated repository with Contributing documents.
## Added
- Added CONTRIBUTING.md
- Added SECURITY.md
- Added Pull Request Template
# [1.1.3] - 2020-06-04
Updated repository with Community Management Documents.
## Added
- Added Code of Conduct.
- Added MIT License.
# [1.1.2] - 2020-06-04
Fixed GraphQL error in README examples.
## Fixed
- Updated README.md examples.
# [1.1.1] - 2020-04-03
SECURITY UPDATE: Updated vulnerability with package `kind-of`.
## Fixed
- Increased `kind-of` to 7.8.4
# [1.1.0] - 2020-03-30
Allowed creation of multiple map nodes and downloads.
## Added
- Implemented multiple maps
## Changed
- Updated watch command
## Fixed
# [1.0.5] - 2020-01-16
Switched from npm to yarn.
## Fixed
- Removed package.lock
# [1.0.0 - 1.0.4] - 2020-01-15
Initial creation of GSGS, with markers, paths, styles and implicit centering.
## Added
- Ability to download Static Map
## Fixed
- Semantic Versioning Control.
- GitHub Actions to automate NPM publishing.