Skip to content

Latest commit

 

History

History
111 lines (60 loc) · 5.53 KB

CHANGELOG.md

File metadata and controls

111 lines (60 loc) · 5.53 KB

1.5.0 (2019-07-03)

🛠 Builds

  • deps: update graphql requirement from 14.4.0 to 14.4.1 (c69e4ee)

1.4.0 (2019-07-02)

🛠 Builds

  • deps: update helmet requirement from 3.15.0 to 3.18.0 (fac7913)
  • deps-dev: update @wmfs/tymly-users-plugin requirement (03e6414)
  • deps-dev: update nyc requirement from 13.1.0 to 14.1.1 (c68bef6)

⚙️ Continuous Integrations

  • circle: Update CircleCI config - Travis migration (d1859f5)

1.3.0 (2019-06-28)

🛠 Builds

  • deps: update express requirement from 4.16.4 to 4.17.1 (56e42d5)
  • deps-dev: update semantic-release requirement (8d12f06)

1.2.0 (2019-06-27)

🛠 Builds

1.1.0 (2019-06-26)

🛠 Builds

⚙️ Continuous Integrations

  • circle: add circle ci config (be39057)
  • travis: update travis config (cbd3171)

1.0.1 (2018-12-04)

🐛 Bug Fixes

💎 Styles

1.0.0 (2018-12-04)

🐛 Bug Fixes

📦 Code Refactoring

  • added Card type to schema and modified queries to return Card (7d550f6)
  • added example card to return and test (6f20b0a)
  • beginning of jwt-auth service (578cb4d)
  • bit more implementation (879b809)
  • extract resolvers (15ac57e)
  • mostly skeleton (7ad858e)
  • set up of state machine executions (58e9815)

📚 Documentation

🚨 Tests

  • added test for booting tymly without auth config (078a935)
  • check get templates response (39e102f)
  • improve coverage (ca6ce3e)
  • more coverage (5aafc8e)

♻️ Chores

💎 Styles