Skip to content

Latest commit

 

History

History
77 lines (44 loc) · 5.18 KB

CHANGELOG.md

File metadata and controls

77 lines (44 loc) · 5.18 KB

Changelog

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

0.1.0 (2019-12-12)

Features

  • android: add DirectSms module + package (2dcfade)
  • app: add alert button, send a SMS to each contacts (29bba16)

Bug Fixes

  • app: display the alert button only when a contact has been added (f4dd0f0)
  • app: replace View by ScrollView (3d0d39f)
  • contact: remove bad regex, just avoid empty name (e9569dc)
  • contact: replace UI library, add vector icons library, fix problem in contact form validation (f837719), closes #6

Code Style

Continuous Integration

  • travis: add minimalist conf to see travis behaviour (914c6fe)

Improvement

  • alert-button: add a real styled red button with warning icon (1f9261f)
  • app: application handle only one Contact instead of a list (450d839)
  • app: move alertButton style into a StyleSheet (a64cd91)

Miscellaneous

  • android: add logo in all size (7784ea2)
  • android: change app name to HoppR (dff3f4b)
  • android: config release mode in build.gradle (f05955e)

0.0.1 (2019-12-06)

Features

  • contact: add contact form and contact display (90e7205)
  • contact: add the form for the mvp not styled yet (13e3772)

Bug Fixes

  • prettier: change prettier config because it was only passing on .json a root (1f9f558)

Code Style

  • all: apply prettier to the repo using new configuration (06abb9d)
  • app: apply prettier to the repo (5530c4d)

Miscellaneous

  • npm: add conventional changelog and commitizen for beautiful commits (a232ff6)
  • npm: add lint staged and husky to prettify during commit (615b2b9)
  • npm: add prettier to repo (f013dcd)
  • npm: add standard-version to generate changelog + tag/release (6897e1c)
  • npm: add tcomb to handle forms (1f7ed8c)
  • npm: change prettier config (c74ff62)
  • npm: move scripts.precommit to husky.hooks.pre-commit (7ea72ac)
  • npm: remove eslint since it has been replaced with prettier (0104b85)
  • npm: replace conventional-changelog with cz-conventional-changelog (e574ac7)
  • react-native: init react-native using typescript template (b4a9b2c)
  • readme: add readme to repository (1f0ae10)