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

Releases: thealjey/secondwheel

v6.3.2

27 Mar 23:03
Compare
Choose a tag to compare

6.3.2 (2019-03-27)

Bug Fixes

  • ApolloClient: no default error logging; examples for overriding static methods (d1b297f)

v6.3.1

13 Mar 13:30
Compare
Choose a tag to compare

6.3.1 (2019-03-13)

Bug Fixes

  • env: removes exception catch if config files are not found (01d90b0)

v6.3.0

11 Mar 23:00
Compare
Choose a tag to compare

6.3.0 (2019-03-11)

Features

  • env: load environment variables from a file; added favicon support to docs (a15015e)

v6.2.0

04 Mar 08:43
Compare
Choose a tag to compare

6.2.0 (2019-03-04)

Features

  • assertString: verifies that a value is a string (3e758c0)

v6.1.0

04 Mar 08:08
Compare
Choose a tag to compare

6.1.0 (2019-03-04)

Features

  • nextApollo: getProps can be async and getClient accepts props rather than an object with optio (37a77c5)

v6.0.0

17 Feb 22:17
Compare
Choose a tag to compare

6.0.0 (2019-02-17)

Code Refactoring

  • global: split into smaller modules (863f0c2)

BREAKING CHANGES

  • global: markdown and jsx moduled refactored into separate function files

v5.0.0

17 Feb 21:25
Compare
Choose a tag to compare

5.0.0 (2019-02-17)

Features

  • markdownToArray: converts a markdown string to an array of plain objects and strings; preserve (bac7758)

BREAKING CHANGES

  • markdownToArray: the markdown module no longer has a default export and instead exports two
    functions - markdownToArray and markdownToJSX

v4.0.0

15 Feb 13:56
Compare
Choose a tag to compare

4.0.0 (2019-02-15)

Bug Fixes

  • global: changes exported types to have more unique names (f9117d5)

BREAKING CHANGES

  • global: type names changes

v3.9.0

14 Feb 13:13
Compare
Choose a tag to compare

3.9.0 (2019-02-14)

Features

  • assert: verifies that executing resolver on actual results in a truthy value (df06a9b)
  • assertArray: verifies that actual is an array (92a6e07)

v3.8.0

13 Feb 08:11
Compare
Choose a tag to compare

3.8.0 (2019-02-13)

Features

  • matching: adds a test helper for deeply matching objects (2a3adf8)
  • theme: a reusable documentation.js theme (0fbc43d)