Skip to content

Ripple v0.3

Choose a tag to compare

@pemrouz pemrouz released this 10 Sep 01:38
· 88 commits to master since this release

This release focuses on the modularisation and productisation of Ripple so it can run on a wider range of platforms. Modules can be found under the rijs org.

  • v0 was a server/client prototype.
  • v1 was a single isomorphic but also monolithic codebase.
  • v2 was broken down along functional lines
  • v3 is a big rewrite in terms of highly cohesive focused modules that are loosely decoupled together.

Continous tests for all modules passing on the latest versions of all browsers can be found on Travis.