Skip to content

Latest commit

 

History

History
174 lines (107 loc) · 9.01 KB

CHANGELOG.md

File metadata and controls

174 lines (107 loc) · 9.01 KB

0.1.3 (2019-07-17)

Bug Fixes

  • deps: update dependencies (109da20)

0.1.2 (2019-06-04)

Bug Fixes

0.1.1 (2019-06-03)

Bug Fixes

0.1.0 (2019-06-03)

Bug Fixes

  • deps: add validator (42a1c78)
  • deps: update all dependencies (e9e2c96)
  • deps: update dependencies (bbba5d2)
  • deps: update dependencies (f7eb334)
  • deps: update vue (96ad872)
  • footer: replace 2018 with currentYear (807e2c1)
  • functions: add domain in create response (686ba64)
  • functions: change response status (ffda681)
  • functions: fix call package.json (a0b854e)
  • functions: fix logger (f7b0425)
  • post: set hostname from event (d59d2c7)
  • raven: add dsn (7093f28)
  • redirect: fix get and redirect url (aae8a87)
  • router: enable router (6c4288a)
  • router: set history mode (d6ff96f)
  • validator: replace custom url validator to isUrl (2f48bce)

Features

  • functions: move to async/await and change statusCode in redirect (9bdb183)
  • netlify: add functions (2750b6c)
  • node: update to node v12.3.1 (54038dc)
  • vue: add vue-router (88958ec)

0.0.9 (2017-08-24)

Chores
  • js: added analytics code (2b51448a)
  • docker: add docker-compose for dev (1b91da97)
Documentation Changes
  • readme: add dev instructions. close #7 (92942ad4)

0.0.8 (2017-08-02)

Chores
  • package: update name, description and links (c4126079)
Documentation Changes
Bug Fixes

0.0.7 (2017-07-28)

Bug Fixes
  • protocol: set protocol to https (b676e114)

0.0.6 (2017-07-28)

New Features
  • protocol: add protocol in output. close #15 (690cb85d)

0.0.5 (2017-07-28)

Chores
  • design: mejora diseño (a77a8518)
  • docker: add *-compose.yml to ignores (3b9dcf3e)
  • package: add contributors (d7e43753)
Documentation Changes
  • badges: add travis and docker badges (f847ebba)
New Features
Bug Fixes

0.0.4 (2017-07-28)

New Features
  • raven: add raven in client side. close #6 (5e6facc5)

0.0.3 (2017-07-28)

Bug Fixes
  • input: fix input type and required. fix #7 (045eb900)
  • travis:

0.0.2 (2017-07-27)

New Features
Bug Fixes
  • package: remove npm publish (15d91799)

0.0.1 (2017-07-27)

Chores
Documentation Changes
New Features
  • logger: add winston logger (23ec89b7)
  • package: Upgrade dependencies (06950e61)
  • shortener: Change shortid to short-unique-id (15b81bb5)
  • front: Add frontend (a36339b9)
Bug Fixes
Other Changes