Skip to content

Releases: hydure/weatherApp

First version release

17 Mar 21:25
Compare
Choose a tag to compare

[1.0.0] 2019 - 04 - 16

Added

  • Karma testing services to every component and service spec.ts file to achieve the following coverage summary:
    Statements : 83.1% ( 59/71 ) Branches : 100% ( 0/0 ) Functions : 76.92% ( 20/26 ) Lines : 80.33% ( 49/61 )

Changed

  • took out an unnecessary script in index.html
  • Deleted Protractor e2e test case

Basic functionalities are completed

17 Mar 01:56
Compare
Choose a tag to compare

[0.0.3] 2019 - 04 - 16

Added

  • weather.service to get user's location
  • weather display for current-temperature component
  • table of forecasted weather for `five-day-forecast- component

The challenge's basic functionalities have been met.

Created rest of basic skeleton and added location service

17 Mar 01:55
Compare
Choose a tag to compare

[0.0.2] 2019 - 04 - 14

Added

  • Environment variables
  • "page" routing
  • home component with challenge description
  • Created location.service to get user's current location
  • Created a rerouting component, not-found for 404 errors.

Changed

  • current-page component to current-temperature

Created framework skeleton

17 Mar 01:54
Compare
Choose a tag to compare
Pre-release

[0.0.1] 2019 - 04 - 13

Added

  • Basic Angular app generated using Angular CLI
  • Three generated components: navbar, current-temperature, and five-day-forecast
  • CHANGELOG.md to record project changes
  • Sun with cloud favicon
  • "Weather Forecaster" as the app's title

Initial Commit

17 Mar 01:52
415b990
Compare
Choose a tag to compare
Initial Commit Pre-release
Pre-release

[0.0.1] 2019 - 04 - 13

Added

  • Basic Angular app generated using Angular CLI
  • Three generated components: navbar, current-temperature, and five-day-forecast
  • CHANGELOG.md to record project changes
  • Sun with cloud favicon
  • "Weather Forecaster" as the app's title