Skip to content

Latest commit

 

History

History
67 lines (54 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

67 lines (54 loc) · 1.89 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.7.0 - 2016-07-19

Added

  • Stylelint check

Changed

  • Switch from sugarss to css
  • Make all components to be functional components
  • Make Popup to be reusable component with local reducer
  • Split code to converter as a reusable component and chrome extension

0.6.1 - 2016-06-12

Changed

  • update dependencies

0.6.0 - 2016-05-02

Added

  • swap feature

Changed

  • change action creators to FSA compliant
  • keep input always in focus

0.5.1 - 2016-04-10

Changed

  • update react to v15.0.1

0.5.0 - 2016-04-02

Changed

  • rename project

0.4.0 - 2016-04-02

Added

  • toggle accuracy feature

0.3.0 - 2016-03-31

Changed

  • use just Cross-Origin XMLHttpRequest instead of https://crossorigin.me proxy
  • use lscache instead of localStorage directly
  • rename Switcher to Switch

0.2.0 - 2016-03-20

Added

  • cache latest rates
  • spinner

Changed

  • switch to react from preact
  • switch to svg icons from font icons
  • move api request to async action
  • remove gulp, use just webpack
  • use CSS modules
  • use sugarss syntax of postcss

0.1.0 - 2016-03-19