Skip to content

Releases: tombatossals/angular-leaflet-directive

v0.10.0

06 Nov 17:16
Compare
Choose a tag to compare

<a name"0.10.0">

0.10.0 (2015-11-06)

Bug Fixes

  • jshint: Fixed jshint code on all services (419af7f7)
  • markers: Solved a critical bug not rendering any markers. Thanks to @juanmanavarro for re (15323bc8)

Features

  • code: Follow strictly the AirBNB code style guide (bb046248)
  • grunt: Added JSCS syntax checker to the grunt task chain (cb3e58ec)

v0.9.5

06 Nov 13:01
Compare
Choose a tag to compare

<a name"0.9.5">

0.9.5 (2015-11-06)

Bug Fixes

  • grunt:
    • Removed old and unneeded grunt tasks (85285824)
    • Added grunt watch again (f3134628)

v0.9.4

06 Nov 08:54
Compare
Choose a tag to compare

<a name"0.9.4">

0.9.4 (2015-11-06)

Bug Fixes

  • grunt: Solved a bug with the grunt chain of project construction (c704ba21)

v0.9.3

04 Nov 21:26
Compare
Choose a tag to compare

<a name"0.9.3">

0.9.3 (2015-11-04)

Bug Fixes

  • log: Totally removed external log libraries dependencies (a093ed62)
  • logger: Removed every reference to angular-simple-logger. We are going to use an interna (ad2104cc)

v0.9.2

04 Nov 20:30
Compare
Choose a tag to compare

<a name"0.9.2">

0.9.2 (2015-11-04)

Bug Fixes

  • bower: Added temporarily angular-simple-logger to be able to contruct the project with (2f1f9839)
  • construction: Added semantic-release to devDependencies of package.json (6a1a3230)
  • dev: Simplifying the grunt task so it would be easy to understand it. (23977e93)
  • grunt: Simplified grunt tasks and development cycle (c43049e9)
  • travisCI: Solved a bug with the travis-CI automated construction. (f57ac0fb)