Skip to content

Latest commit

 

History

History
71 lines (40 loc) · 3.57 KB

CHANGELOG.md

File metadata and controls

71 lines (40 loc) · 3.57 KB

Changelog

1.0.2 (2019-07-12)

Fixed

  • 🐛 Pass host to server.listen method. (#18) [366429c]

Miscellaneous

  • 👷‍♂️ Add automatic publishing with CI. [06fdd1f]
  • 📦 Update packages. [dae8fed]

1.0.1 (2019-04-27)

Fixed

  • 🐛 Fix the esm version because of #14. [14ccf5e]

Documentation

  • 📝 Update production launch doc (fix #1). [cc70895]

1.0.0 (2019-02-11)

Added

  • ✨ Expose http binding to client application (#10) [4e3771a]
  • 📄 Add License. [311e882]
  • 📝 Add Changelog. [b3072ec]

Fixed

  • 🐛 Fix wrong usage of hasYarn function. (fix #6) [aef3176]
  • 🐛 Add .idea to .npmignore. (fix #4) [1f5d9ab]
  • 🐛 Fix error handling (fix #3) [f7e1c2b]
  • ✏️ Fix typo in success message. (fix #5) [1226449]
  • 📝 Fix command name in Readme. [aa738af]
  • 📝 Fix command name [0736da0]

0.0.4 (2018-10-08)

Fixed

  • 🐛 💄 Fix bug in generator and server and increase DX. [16e0a11]

0.0.3 (2018-10-08)

Fixed

  • 🐛 Fix bug with prompts. [4d738d4]

0.0.2 (2018-10-06)

Added

  • ✨ Add the server main features. [32d3800]
  • 🎉 Package initialisation. [d15ec62]