Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (23 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 2.2 KB

Changelog

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

1.0.4 (2019-05-30)

1.0.3 (2019-05-30)

Build System

  • modified eslint rules & added browser Preview config (e3f6e64)

Features

  • package.json: added commitlint && commitizen (0ea64fb)
  • added create-react-app (30598b0)
  • added eslint && prettier (dc02237)
  • added redux & react-redux & redux-starter-kit (f5da153)
  • converting to typesafe redux store (step three) (dbb76f5)
  • converting to typesafe redux store (step two) (c85fdf5)
  • scaffolded app structure (4edff9d)
  • package.json: added helper npm scripts (e37663d)
  • package.json: added typesafe-actions (0fbbaf4)
  • wallaby.js: adde wallaby config (f669232)

Tests

  • duck-feature: added unit-test for actions and reducer (14d097a)
  • duck.spec.ts: added unit test for duck selectors (36a5645)

BREAKING CHANGES

  • moved to redux
  • create-react-app initialized