Skip to content

v0.2.0

Choose a tag to compare

@ezhlobo ezhlobo released this 19 Aug 19:07
· 76 commits to master since this release

Enhanced

  • Consider src/services as a separate category when linting the order of imports (0cf1111, #6)

  • Require all components to be written as normal functions. That is mostly to avoid arrow functions as part of convention. (b1d4577, #5)

  • Require tests for the source code. We now require all files to have corresponding test file. (e217d37, #4)

  • Forbid default export in certain files inside collections: api.js, actions.js and use.js (8b11e30, #8)

Fixed

  • Removed default filter when running Jest (5d62f05, #7)