Skip to content
This repository was archived by the owner on Oct 6, 2021. It is now read-only.

Releases: sandstorm/vscode-awesome-ts-react-redux-snippets

2.1.1 Bugfix Release

18 Mar 13:54
Compare
Choose a tag to compare

We now use commas instead of semi-colons in type definitions.

2.1.0

15 Mar 14:19
Compare
Choose a tag to compare

Added

  • Use synthetic default exports, e.g.:
    import * as React from 'react';
    to
    import React from 'react';
  • Use type rather than interface when applicable
  • Slightly update test snippet

v2.0.0

03 Mar 10:23
Compare
Choose a tag to compare

Breaking

  • Replaced @martin_hotell/rex-tils with @sandstormmedia/react-redux-ts-utils

Other Updates

  • Removed readonly keywords in interface definitions
  • Added newlines at the end of each snippet
  • Some code style enhancements

1.0.5

26 Sep 22:02
Compare
Choose a tag to compare

I messed up 1.0.4!

Added

  • more concise mapDispatchToProps in container snippet
  • improved Readme

v1.0.3

24 Sep 11:43
Compare
Choose a tag to compare

Improve Readme & change log

v1.0.2

24 Sep 09:06
Compare
Choose a tag to compare
1.0.2