Skip to content

Latest commit

 

History

History
124 lines (88 loc) · 10.9 KB

File metadata and controls

124 lines (88 loc) · 10.9 KB

Changelog

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

1.1.0 (2019-11-14)

Bug Fixes

  • add dniBack, dniFront, selfie to update user action (#32) (2596e7b)
  • add selfieLink to updateUser object (ae2c875)
  • change navbar logo to text and fix menu icon (#11) (80f2f9d)
  • create trip and make reservation adding headers (6eff758)
  • create trip when is not driver (7e982b3)
  • find trip for change on backend of name to place_name (#55) (4d941c4)
  • handle no user when opening app for first time (#41) (7a32992)
  • hide navbar when logged out (#38) (1fbd8dd)
  • hours and minutes when bellow to 10 (d97af6c)
  • key in user action (drivers -> driver) (a0ae324)
  • name of places (#47) (a601c28)
  • navbar title alignment before sign in (#43) (ac83d3c)
  • payload at sign in accept (#7) (6e3b556)
  • payload at sign in accept (#7) (0f0c970)
  • place name in requested trips (bd48d0f)
  • profile bug with styles (6e1e789)
  • remove unnecesary loadings and fix loading display (#42) (d3e1024)
  • request trips action (#51) (61d50e3)
  • signin/up when login for first time (#59) (34e8192)
  • signin/up when login for first time (#60) (c6c1a27)
  • update package-lock.json (7c7562a)
  • update user reducer (3d2239b)
  • circleci: fixed config (ae3cef0)
  • circleci: fixed config (e6d9b04)
  • yarn add axios (b481bc3)
  • yarn lock: rebuild file (7a2d436)

Chore

Features

  • add basic sign up screen (#5) (b7cf8d5)
  • add basic update user form with redux-form (dc31a18)
  • add material-ui and an example of usage (#1) (d45f587)
  • remove web sign in button on confirm email (#77) (cb6a78e)
  • circleci: final CircleCI (6f9269c)
  • added authentication components (#2) (027f98d)

Refactor

1.0.3 (2019-11-13)

1.0.2 (2019-11-06)

Bug Fixes

  • update package-lock.json (7c7562a)

1.0.1 (2019-11-06)

Bug Fixes

  • signin/up when login for first time (#59) (34e8192)
  • signin/up when login for first time (#60) (c6c1a27)

1.0.0 (2019-11-04)

Features

  • add basic update user form with redux-form (dc31a18)
  • circleci: final CircleCI (6f9269c)
  • add basic sign up screen (#5) (b7cf8d5)
  • add material-ui and an example of usage (#1) (d45f587)
  • added authentication components (#2) (027f98d)

Bug Fixes

  • add dniBack, dniFront, selfie to update user action (#32) (2596e7b)
  • add selfieLink to updateUser object (ae2c875)
  • change navbar logo to text and fix menu icon (#11) (80f2f9d)
  • create trip and make reservation adding headers (6eff758)
  • create trip when is not driver (7e982b3)
  • find trip for change on backend of name to place_name (#55) (4d941c4)
  • handle no user when opening app for first time (#41) (7a32992)
  • hide navbar when logged out (#38) (1fbd8dd)
  • hours and minutes when bellow to 10 (d97af6c)
  • key in user action (drivers -> driver) (a0ae324)
  • name of places (#47) (a601c28)
  • navbar title alignment before sign in (#43) (ac83d3c)
  • payload at sign in accept (#7) (6e3b556)
  • payload at sign in accept (#7) (0f0c970)
  • place name in requested trips (bd48d0f)
  • profile bug with styles (6e1e789)
  • remove unnecesary loadings and fix loading display (#42) (d3e1024)
  • request trips action (#51) (61d50e3)
  • update user reducer (3d2239b)
  • circleci: fixed config (ae3cef0)
  • circleci: fixed config (e6d9b04)
  • yarn add axios (b481bc3)
  • yarn lock: rebuild file (7a2d436)

Refactor

Chore