Skip to content

Releases: magalhas/express-react-engine

v0.6.0

24 Mar 11:12
Compare
Choose a tag to compare

Major

  • Updated Babel to v6

v0.5.0

02 Feb 20:39
Compare
Choose a tag to compare

Major

  • Updated React to v0.14

v0.4.4

17 Apr 11:51
Compare
Choose a tag to compare

Bug fixes

  • Replace usage of options.settings with @root so that it never gets overridden if a settings prop is passed to res.render (56ab09d @bruno12mota )

v0.4.3

06 Apr 15:35
Compare
Choose a tag to compare

Minor

v0.4.2

28 Mar 17:27
Compare
Choose a tag to compare

Bug fixes

  • Option to disable babel on runtime

v0.4.1

24 Mar 12:55
Compare
Choose a tag to compare

Major

  • React is now a peer dependency instead of a direct dependency. This fixed a lot of weird bugs when rendering on the server

Bug fixes

  • Views location now must be set with full path to avoid problems with different working directories

v0.4.0

28 Feb 17:22
Compare
Choose a tag to compare

Major

  • The engine now supports a wrapper option. A wrapper is a React component that renders the Html element as well as the initial props and children html

v0.3.0

26 Feb 14:58
Compare
Choose a tag to compare

Major

  • Module cache is now cleared in development environment so that the application doesn't need to be restarted

v0.2.0

19 Feb 01:27
Compare
Choose a tag to compare

Major

  • props are now passed from res.render method options instead of options.props