Skip to content

Releases: flowersinthesand/portal

v1.1.1

07 Jan 13:39
Compare
Choose a tag to compare

Patch release to support Bower, stabilize and improve test suite for cross domain test and fix bugs.

Highlight

  • Bower support. portal.js is available on Bower under the name of portal, front end package manager.
  • Cross-domain test suite. Test suite is more stabilized and improved.

See more on v1.1.1 issues

v1.1.0

20 Dec 13:21
Compare
Choose a tag to compare

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.

v1.0.1

08 Dec 06:30
Compare
Choose a tag to compare

Bug fixes and changes

  • #117 Don't connect to about:blank by EventSource for pretest in sse. It forces Chrome to crash and say 'Aw, Snap!'
  • #110 Set connection sharing's cookie's path attribute to root (path=/)
  • #105 Remove undocumented options
  • #103 Internet Explorer 6, 7 and 8 do not include lastEventIds to params

v1.0.0

08 Dec 06:09
Compare
Choose a tag to compare

Initial release of Portal!