Skip to content

v1.1.0

Compare
Choose a tag to compare
@flowersinthesand flowersinthesand released this 20 Dec 13:21
· 20 commits to master since this release

Minor release to support Node.js, Asynchronous Module Definition (AMD), writing portal server and fix bugs.

Highlight

  • AMD support. portal.js can be loaded by require in browser as an AMD module.
  • Node.js support. portal.js can run as Node.js client as well as browser client and is published to npm under the name of portal-client.
  • Test suite rewritten. To help write portal server, test suite is rewritten and runs on Node.js.
  • Dropped support for old browsers. As policy for browser support, the one of jQuery 1.x is chosen and support for some old browsers is dropped accordingly.
  • Website. Project's website is built using Foundation 5 and news and docs are added.

See more on v1.1.0 issues.