Skip to content

Latest commit

 

History

History
89 lines (47 loc) · 4.11 KB

CHANGELOG.md

File metadata and controls

89 lines (47 loc) · 4.11 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.1 (2016-10-22)

Bug Fixes

  • app: fix issue "angular2-jwt has no exported member 'AUTH_PROVIDERS'", close #1 (2c063ad)

0.4.0 (2016-10-15)

Bug Fixes

  • app: fix app header template and remove unused html file (880c381)
  • package.json: fix deps issues with angular and ionic packages (7c2f1bf)
  • schedules: fix issue with schedule filter class (214c145)

Features

0.3.0 (2016-10-13)

Bug Fixes

Features

  • app: upgraded to Ionic RC0 (e529b02)
  • app: introduce JwtAuthHttp class extending AuthHttp to manage unauthorized requests (3387858)
  • app: introduce store services and add new auth actions (a2fef8b)
  • app: ngrx/store: add base structure for store, reducers, actions and selectors (78259ae)
  • app: restructuring to use ngrx store (2e90522)
  • core: introduce reducers, actions and effects (b829c0f)
  • pages: massive refactoring in pages components in order to use ngrx store (25546ad)

0.2.0 (2016-08-24)

Bug Fixes

  • auth: convert validateToken to Observable (66451d4)
  • providers/schedule: convert json to scheduleModel (6ef2cc1)
  • providers/speakers: convert json to speakerModel (33bea10)
  • speakers: add inappbrowser support for the twitter link (2f1b438)
  • tutorial: using no-bounce in order to lock vertical scrolling (7c3f985)

Features

  • app: add polyfills and vendors in file modules (45cb092)

0.1.1 (2016-08-19)

Features

  • Unit Test: Setup unit test environment with karma (1e8d136)

Bug Fixes

  • app: fix tslint errors (1e8d136)
  • map: fix map issue : Map doesn't display after changing root page (040f699)

0.1.0 (2016-08-08)

Features

  • app: base app structure (453eb98)