โ Implemented directions service, directive and flexible types.
โ Implemented new geometry transformations and type guards.
โป Restructured wrapper factories and added native factories to allow injection and mocking of native objects.
โป Simplified wrappers and base component classes.
๐ข Replaced depracated RxJS resultSelector functions with mapping operators.
โ Fixed minor broken tests.
๐ง Configured project to support wallaby.js.
๐จ Automated native type inference out of wrapper types throughout codebase.
๐งช Improved geometry testing suite and added support for more types.
๐ Minor documentation improvements.
๐ฆ Updated Angular to v11.2.3.
๐ฆ Updated peer dependency @bespunky/angular-zen to v3.1.0.
๐ฆ Updated Angular to v11.
โ Added polylines support.
๐ Fixed minor documentation issues.
๐ฆ Updated peer dependency @bespunky/angular-zen to v3.0.0.
โก Optimized imports from @bespunky/angular-zen.
โ Removed the HttpProtocol enum. Using union types instead.
โป Changed GoogleApiUrl class to an interface.
โป Simplified the SuperpowersService class using Destroyable
๐ข Migrated source code to GitHub.
๐ข Moved official site to https://bs-angular-g-maps.web.app
๐ Added automated documentation and api reference using compodoc.
๐ Improved documentation coverage.
๐ Added contribution guidelines and code of conduct docs.
๐ง Updated links official site and readmes.
โ Added a changelog file.
โ Implemented circles.
โ Added GeometryTransformService.centerOf() method for BoundsLike elements.
โป Changed implementation of marker position from Coord to BoundsLike to support more geometries.
โ Implemented info windows.