Skip to content

Releases: ml-in-barcelona/server-reason-react

0.3.1

23 Jul 12:24
ee0f34b
Compare
Choose a tag to compare

CHANGES:

0.3.1

  • Update quickjs dependency to 0.1.2 by @davesnx

0.3.0

0.2.0

0.1.0

Initial release of server-reason-react, includes:

  • Server-side rendering of ReasonReact components (renderToString, renderToStaticMarkup & renderToLwtStream)
  • server-reason-react.browser_ppx for skipping code from the server
  • server-reason-react.melange_ppx for enabling melange bindings and extensions which run on the server
  • server-reason-react.belt a native Belt implementation
  • server-reason-react.js a native Js implementation (unsafe and limited)
  • server-reason-react.url and server-reason-react.url-native a universal library with both implementations to work with URLs on the server and the client
  • server-reason-react.promise and server-reason-react.promise-native a universal library with both implementations to work with Promises on the server and the client. Based on https://github.com/aantron/promise
  • server-reason-react.melange-fetch a fork of melange-fetch which is a melange library to fetch data on the client via the Fetch API. This fork is to be able to compile it on the server (not running).
  • server-reason-react.webapi a fork of melange-webapi which is a melange library to work with the Web API on the client. This fork is to be able to compile it on the server (not running).

0.3.0

22 Jul 09:39
702a5cd
Compare
Choose a tag to compare

Full Changelog: 0.2.0...0.3.0

0.2.0

11 Apr 15:24
84d3b3e
Compare
Choose a tag to compare

CHANGES:

0.1.0

29 Feb 10:08
4ae23a9
Compare
Choose a tag to compare

CHANGES:

Initial release of server-reason-react, includes:

  • Server-side rendering of ReasonReact components (renderToString, renderToStaticMarkup & renderToLwtStream)
  • server-reason-react.browser_ppx for skipping code from the server
  • server-reason-react.melange_ppx for enabling melange bindings and extensions which run on the server
  • server-reason-react.belt a native Belt implementation
  • server-reason-react.js a native Js implementation (unsafe and limited)
  • server-reason-react.url and server-reason-react.url-native a universal library with both implementations to work with URLs on the server and the client
  • server-reason-react.promise and server-reason-react.promise-native a universal library with both implementations to work with Promises on the server and the client. Based on https://github.com/aantron/promise
  • server-reason-react.melange-fetch a fork of melange-fetch which is a melange library to fetch data on the client via the Fetch API. This fork is to be able to compile it on the server (not running).
  • server-reason-react.webapi a fork of melange-webapi which is a melange library to work with the Web API on the client. This fork is to be able to compile it on the server (not running).